Incorrect claude-code command syntax in documentation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 812
- Forks
- 175
- Avg merge
- 2m
- Merged PRs (30d)
- 3
Description
Problem
The documentation shows incorrect command syntax for claude-code:
# Documentation shows:
claude-code --agent coder --task "Create API"
However, when running npx agentic-flow claude-code, these options don't exist:
$ npx agentic-flow claude-code --agent coder --task "Create API"
error: unknown option '--agent'
(Did you mean --agents?)
$ npx agentic-flow claude-code agent coder --task "Create API"
error: unknown option '--task'
$ npx agentic-flow claude-code --agents coder --task "Create API"
error: unknown option '--task'
Expected Behavior
Documentation should show the correct command syntax for npx agentic-flow claude-code.
Steps to Reproduce
- Run
npx agentic-flow claude-code --helpto see available options - Compare with documented examples
- Try documented commands - they fail
Suggested Fix
- Run
npx agentic-flow claude-code --helpto identify correct syntax - Update all documentation references to use correct command format
- Add examples showing actual working commands
Impact
Users following documentation will encounter immediate errors and cannot use the claude-code integration feature.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run npx agentic-flow claude-code --help first, then search the documentation for the shown claude-code --agent coder --task example and other references. Update the documented commands to match the available syntax and add working examples; verify them by running the commands from the documentation.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100