Skip to content

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.md exists
  • .claude/settings.json exists and contains valid JSON
  • .git directory is present
  • .gitignore exists

See also