Environment:
- code-review-graph: latest (pip install)
Bug:
The README shows:
code-review-graph install --platform claude-code
But running this gives:
error: argument --platform: invalid choice: 'claude-code'
(choose from claude, cursor, windsurf, zed, continue, opencode, antigravity, all)
The correct command is --platform claude.
Expected behavior:
Either:
- Update the README to show --platform claude (simple docs fix), or
- Add claude-code as an alias in the CLI so both work (better UX since users may copy-paste from the README)
Environment:
Bug:
The README shows:
But running this gives:
The correct command is --platform claude.
Expected behavior:
Either: