Commit 8095f4f
fix(gx): rename colony package from @imdeadpool/colony-cli to colonyq (#555)
Colony's canonical npm package was renamed. `gx status` / `gx setup`
were prompting users with the deprecated install command:
[gitguardex] Missing companion tools: colony.
Install missing companion tools now? (npm i -g @imdeadpool/colony-cli)
Accepting installs a stale package; declining leaves colony missing.
Update src/context.js:24 COLONY_PACKAGE -> 'colonyq'. The
install-command builder in src/toolchain/index.js:279 constructs
`npm i -g <packageName>` from this constant, so the prompt
automatically becomes `npm i -g colonyq` and the global-toolchain
detection (npm list -g --depth=0 --json lookup) checks the right
package name. Inline comment documents the post-install chain
(colony install --ide codex, npx skills add ..., colony health) as
user-side setup so future contributors don't reintroduce the rename
in pieces.
OpenSpec notes at openspec/changes/agent-claude-rename-colony-package-to-colonyq-2026-05-11-13-03/.
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0b50a56 commit 8095f4f
3 files changed
Lines changed: 44 additions & 1 deletion
File tree
- openspec/changes/agent-claude-rename-colony-package-to-colonyq-2026-05-11-13-03
- src
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
0 commit comments