docs: clarify multi-model command setup#931
Conversation
Document that multi-* commands require the ccg-workflow runtime so users know they must initialize the extra wrapper and prompt assets before use.
Greptile SummaryThis PR adds a clearly scoped warning callout to the main Confidence Score: 4/5Safe to merge; only documentation is changed and all claims are accurate — one P2 consistency gap in sister localised READMEs is worth a follow-up but does not block this PR. The added content is factually correct (verified against command source files), well-placed in the quick-start flow, and improves the user experience. The only gap is that two other localised READMEs (docs/zh-CN/README.md, docs/ja-JP/README.md) with the same structure were not updated, which is a non-blocking consistency issue. docs/zh-CN/README.md and docs/ja-JP/README.md should receive the equivalent warning block in a follow-up. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User installs plugin
/plugin install everything-claude-code] --> B[Step 2: Install rules
npx ecc-install]
B --> C{Want to use
multi-* commands?}
C -- No --> D[✅ Ready to use
28 agents · 125 skills · 60 commands]
C -- Yes --> E[Install ccg-workflow runtime
npx ccg-workflow]
E --> F{Runtime installed
successfully?}
F -- Yes --> G[Provides
~/.claude/bin/codeagent-wrapper
~/.claude/.ccg/prompts/*]
G --> H[✅ /multi-plan
/multi-execute
/multi-backend
/multi-frontend
/multi-workflow]
F -- No --> I[❌ multi-* commands
will not run correctly]
Reviews (1): Last reviewed commit: "docs: clarify multi-model command setup" | Re-trigger Greptile |
| > - `~/.claude/bin/codeagent-wrapper` | ||
| > - `~/.claude/.ccg/prompts/*` | ||
| > | ||
| > Without `ccg-workflow`, these `multi-*` commands will not run correctly. |
There was a problem hiding this comment.
Warning block missing from other localised quick-start READMEs
Two additional localised READMEs share the same "Step 1 → Step 2 → Step 3 → ✨ That's it!" installation structure and also reference multi-* commands, but were not updated in this PR:
docs/zh-CN/README.md— line 212 reads✨ **搞定!** 你现在可以使用 28 个智能体、116 项技能和 59 个命令了。, followed immediately by***and the cross-platform section; noccg-workflowwarning present.docs/ja-JP/README.md— line 146 reads✨ **完了です!** これで13のエージェント、43のスキル、31のコマンドにアクセスできます。, followed by---and the cross-platform section; noccg-workflowwarning present.
Users reading either of those files will be left without the setup guidance that this PR adds to the root README.md and README.zh-CN.md. Consider applying the same warning block in both files for consistency.
There was a problem hiding this comment.
No issues found across 2 files
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Add one-off context when rerunning by tagging
@cubic-dev-aiwith guidance or docs links (includingllms.txt) - Ask questions if you need clarification on any suggestion
|
thanks for the PR. quick triage: maintainer review pending. if there are docs, screenshots, or repro steps, please drop them here. |
docs: clarify multi-model command setup
docs: clarify multi-model command setup
Document that multi-* commands require the ccg-workflow runtime so users know they must initialize the extra wrapper and prompt assets before use.