Commit da3d122
committed
docs: add single-file linting examples
Document new single-file mode with usage examples:
- Auto-detect type: cclint ./agents/my-agent.md
- Multiple files: cclint a.md b.md c.md
- Override type: cclint --type agent ./custom/file.md
- Explicit file flag: cclint --file agents (for edge cases)1 parent b65a932 commit da3d122
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments