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
The GitHub org was transferred to PyModel. Old Pages URLs return 404
(no redirect), the Homebrew tap moved to pymodel/tap, and install
scripts fetched releases from the old org path.
Two literal replacements across all tracked files:
Pythoughts-labs -> PyModel, pythoughts-labs -> pymodel. Covers README,
docs site, install.sh/install.ps1, workflow org guards, Caddyfile,
changelogs, flake.nix, and release scripts. The npm scope
@pythoughts/* is unchanged on npm and deliberately untouched.
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