ruvnet / ruvnet/agentic-flow

Incorrect claude-code command syntax in documentation

Open
#49 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug documentation
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

  1. Run npx agentic-flow claude-code --help to see available options
  2. Compare with documented examples
  3. Try documented commands - they fail

Suggested Fix

  1. Run npx agentic-flow claude-code --help to identify correct syntax
  2. Update all documentation references to use correct command format
  3. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.