mold doctor¶
Check the health of an AI project setup.
Usage¶
mold doctor
Description¶
Inspects the current directory and verifies that AI project configuration is correct. Checks for required files, valid JSON, git initialization, and tool-specific configuration.
Example¶
cd my-app
mold doctor
Checking project health...
[OK] CLAUDE.md exists
[OK] .claude/settings.json exists and is valid JSON
[OK] .git directory found
[OK] .gitignore exists
Summary: 4 passed, 0 warnings, 0 errors
Exit codes¶
| Code | Meaning |
|---|---|
0 |
All checks passed |
1 |
One or more checks failed |
What it checks¶
CLAUDE.mdexists.claude/settings.jsonexists and contains valid JSON.gitdirectory is present.gitignoreexists
See also¶
- mold upgrade -- update kit files to the latest version