docs: update references to consolidated CLI commands#282
Conversation
Update command references across all documentation: - `codegraph explain` → `codegraph audit --quick` - `codegraph hotspots` → `codegraph triage --level` - `codegraph manifesto` → `codegraph check` - Add `codegraph path` references - Update remind-codegraph.sh hook example MCP tool references are left unchanged (backward compat).
|
Claude finished @carlos-alm's task —— View job Reviewing PR: docs: update references to consolidated CLI commandsTodo List:
Root Cause AnalysisProblem Being Solved: This PR updates documentation to reflect CLI command consolidation changes from PR #280, where legacy commands ( Why This Approach: The approach is justified - CLI consolidation reduces command sprawl and creates more intuitive groupings. Documentation updates must follow the actual CLI changes to maintain consistency. Risk Assessment: Low risk - this is purely a documentation update with no code changes. The changes are systematic and follow a clear mapping pattern. Analysis Summary✅ Positive Findings
|
Greptile SummaryThis PR successfully updates documentation to reflect the CLI consolidation from PR #280. All references to deprecated commands ( Key changes:
Stale references remain in:
The roadmap files should be updated in a follow-up to maintain consistency, though the generated files are likely historical artifacts. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 20af81d |
Additional Comments (1)
|
- explain → audit --quick - query --path → path - manifesto → check - "Combined explain + impact" → "Combined structural summary + impact"
|
Claude finished @carlos-alm's task —— View job Reviewing PR: docs: update references to consolidated CLI commandsTodo List:
Root Cause AnalysisProblem Being Solved: This PR updates documentation to reflect CLI command consolidation changes from PR #280, where legacy commands ( Why This Approach: The approach is justified - CLI consolidation reduces command sprawl and creates more intuitive groupings. Documentation updates must follow the actual CLI changes to maintain consistency. Risk Assessment: Low risk - this is purely a documentation update with no code changes. The changes are systematic and follow a clear mapping pattern. Analysis Summary✅ Positive Findings
|
|
Fixed in 20af81d — updated all 5 stale CLAUDE.md references:
|
Docs updates moved to separate PR #282.
Summary
codegraph explain→codegraph audit --quickacross all docscodegraph hotspots→codegraph triage --levelacross all docscodegraph manifesto→codegraph checkacross all docscodegraph pathreferences wherequery --pathwas usedremind-codegraph.shhook exampleDepends on #280 (CLI consolidation code changes).
Files changed
README.mddocs/examples/CLI.mddocs/guides/ai-agent-guide.mddocs/guides/recommended-practices.mddocs/use-cases/titan-paradigm.mddocs/examples/claude-code-hooks/remind-codegraph.shTest plan
codegraph explain,codegraph hotspots, orcodegraph manifestoCLI references remain in docsexplain,hotspots,manifesto) are unchanged