Skip to content

Commit 0155638

Browse files
authored
docs: update skill for ccc doctor subcommand (#112)
1 parent 3706cf0 commit 0155638

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

skills/ccc/references/management.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ After initialization, edit the settings files if needed (see [settings.md](setti
3636

3737
## Troubleshooting
3838

39+
### Diagnostics
40+
41+
Run `ccc doctor` to check system health end-to-end:
42+
43+
```bash
44+
ccc doctor
45+
```
46+
47+
This checks global settings, daemon status, embedding model (runs a test embedding), and — if run from within a project — file matching (walks files using the same logic as the indexer) and index status. Results stream incrementally. Always points to `daemon.log` at the end for further investigation.
48+
3949
### Checking Project Status
4050

4151
To view the current project's index status:

0 commit comments

Comments
 (0)