File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ Source Code → Tree-sitter Parser → Nodes + Edges + Annotations
227227| ` ccg example [language]` | Show annotation writing example |
228228| ` ccg tags` | Show all annotation tag reference |
229229| ` ccg hooks install` | Install pre-commit git hook |
230+ | ` ccg lint [--out dir]` | Detect orphan, missing, stale docs |
230231| ` ccg serve` | Start MCP server (stdio) |
231232
232233### Config file (` .ccg .yaml ` )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ A local code analysis tool that parses codebases via Tree-sitter into a knowledg
2727| ` example [language] ` | Show annotation example for a language | ` ccg example go ` |
2828| ` tags ` | Show all @tag reference with descriptions | ` ccg tags ` |
2929| ` hooks install ` | Install pre-commit git hook | ` ccg hooks install ` |
30+ | ` lint [--out dir] ` | Detect orphan, missing, stale docs | ` ccg lint --out docs/ ` |
3031| ` annotate [file\|dir] ` | AI-generate annotations for code | ` ccg annotate internal/analysis/ ` |
3132
3233## Execution
You can’t perform that action at this time.
0 commit comments