You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate org references from Pythoughts-labs to PyModel (#66)
## Related Issue
No issue — the problem is explained below.
## Problem
The GitHub org was transferred from `Pythoughts-labs` to `PyModel`.
References to the old org are now broken or stale: the old GitHub Pages
URLs (`pythoughts-labs.github.io/pythinker-code`) return 404 with no
redirect, the Homebrew tap moved to `pymodel/tap`, and
`install.sh`/`install.ps1` fetched releases from the old org path.
## What changed
Two literal, case-preserving replacements across all 58 tracked files
that referenced the old org (331 lines):
- `Pythoughts-labs` → `PyModel`
- `pythoughts-labs` → `pymodel`
This covers the README, CONTRIBUTING, SECURITY, docs site + VitePress
config, `install.sh`/`install.ps1`, workflow `repository_owner` guards,
the site Caddyfile Link header, changelogs, `flake.nix`, and the
brew-formula release script.
Deliberately untouched: the npm scope `@pythoughts/*` — the packages did
not move on npm, only the GitHub org changed.
Verified: zero old-org references remain in tracked files (`git grep -iE
'pythoughts[-_]labs'` is empty), every changed line differs only by the
org substitution, all `package.json` files still parse, `install.sh`
kept its executable bit, and the new targets were confirmed live
(`PyModel/pythinker-code` releases, `Formula/pythinker-code.rb` in
`PyModel/homebrew-tap`, `pymodel.github.io/pythinker-code` returns 200).
## Checklist
- [x] I have read the
[CONTRIBUTING](https://github.com/PyModel/pythinker-code/blob/main/CONTRIBUTING.md)
document.
- [x] I have linked a related issue, or explained the problem above.
- [ ] I have added tests that prove my feature works. — no behavior
change (URL/metadata sweep); the full suite passed in pre-push (10058
tests).
- [x] Ran `gen-changesets` skill, or this PR needs no changeset. — no
changeset: no runtime behavior change; package.json metadata rides the
next release.
- [x] Ran `gen-docs` skill, or this PR needs no doc update. — doc URLs
updated directly as part of the sweep.
Copy file name to clipboardExpand all lines: .agents/skills/gen-docs/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Update Pythinker Code CLI user documentation after meaningful code
7
7
8
8
## Overview
9
9
10
-
This repository (`github.com/Pythoughts-labs/pythinker-code`) maintains English user documentation under `docs/`, published at **https://code.pythinker.com**.
10
+
This repository (`github.com/PyModel/pythinker-code`) maintains English user documentation under `docs/`, published at **https://code.pythinker.com**.
11
11
12
12
Use this skill to update the corresponding documentation whenever the codebase has changes that affect product behavior or user experience.
Copy file name to clipboardExpand all lines: .agents/skills/sync-changelog/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Core rule: the English docs changelog is the source of truth for user-facing rel
38
38
39
39
Before editing, confirm:
40
40
41
-
- The released version exists on npm (`npm view @pythoughts/pythinker-code versions --json`) or has a matching GitHub Release tag on `Pythoughts-labs/pythinker-code`.
41
+
- The released version exists on npm (`npm view @pythoughts/pythinker-code versions --json`) or has a matching GitHub Release tag on `PyModel/pythinker-code`.
42
42
- The top of `apps/pythinker-code/CHANGELOG.md` is that new version.
43
43
- The current branch is clean, or you are on a dedicated docs-sync branch.
44
44
@@ -66,7 +66,7 @@ Use upstream order: newest version first.
66
66
Upstream entries look like this:
67
67
68
68
```markdown
69
-
-[#317](https://github.com/Pythoughts-labs/pythinker-code/pull/317)[`2f51db4`](https://github.com/Pythoughts-labs/pythinker-code/commit/2f51db4) - Clean up lint warnings ...
69
+
-[#317](https://github.com/PyModel/pythinker-code/pull/317)[`2f51db4`](https://github.com/PyModel/pythinker-code/commit/2f51db4) - Clean up lint warnings ...
[](https://www.typescriptlang.org/)
> **Windows:**install [Git for Windows](https://gitforwindows.org/) before first launch — Pythinker Code uses the bundled Git Bash as its shell. For a custom Git Bash location, set `PYTHINKER_SHELL_PATH` to the absolute path of `bash.exe`.
@@ -173,7 +173,7 @@ Refactor the error handling in src/api/ to use a shared Result type — keep the
173
173
|`/skill:<name>`| Invoke an installed skill |
174
174
|`/help`| Built-in keyboard shortcut reference |
175
175
176
-
For upgrade, uninstall, headless/automation usage, and platform-specific notes, see the [Getting Started guide](https://pythoughts-labs.github.io/pythinker-code/guides/getting-started).
176
+
For upgrade, uninstall, headless/automation usage, and platform-specific notes, see the [Getting Started guide](https://pymodel.github.io/pythinker-code/guides/getting-started).
177
177
178
178
---
179
179
@@ -201,10 +201,10 @@ Add to `~/.config/zed/settings.json`:
201
201
202
202
</details>
203
203
204
-
Open a new conversation in Zed's Agent panel. For JetBrains setup, troubleshooting, and the full capability matrix, see [Using in IDEs](https://pythoughts-labs.github.io/pythinker-code/guides/ides) and the [`pythinker acp` reference](https://pythoughts-labs.github.io/pythinker-code/reference/pythinker-acp).
204
+
Open a new conversation in Zed's Agent panel. For JetBrains setup, troubleshooting, and the full capability matrix, see [Using in IDEs](https://pymodel.github.io/pythinker-code/guides/ides) and the [`pythinker acp` reference](https://pymodel.github.io/pythinker-code/reference/pythinker-acp).
205
205
206
206
<divalign="center">
207
-
<imgsrc="https://raw.githubusercontent.com/Pythoughts-labs/pythinker-code/main/docs/media/acp-integration.gif"alt="ACP IDE integration demo"width="860">
207
+
<imgsrc="https://raw.githubusercontent.com/PyModel/pythinker-code/main/docs/media/acp-integration.gif"alt="ACP IDE integration demo"width="860">
0 commit comments