Skip to content

Commit 40531cf

Browse files
tae2089claude
andcommitted
docs: add lint command to README and skill
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7621ce9 commit 40531cf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`)

skills/ccg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)