Kavi

kavi doctor

Verify system dependencies and local readiness.

Synopsis

kavi doctor

Description

Runs a series of checks to verify that the system is ready for Kavi. Validates that Node.js, Codex CLI, Claude CLI, and git (with worktree support) are installed and accessible. Also checks Claude authentication status and inspects ownership rules for potential conflicts.

Run kavi doctor after installation or when troubleshooting session issues.

Checks Performed

  • Node.js version and availability
  • Codex CLI installation and version
  • Claude CLI installation, version, and authentication
  • Git worktree support
  • Local .kavi configuration validity
  • Ownership rule conflict detection

Examples

# Run all checks
kavi doctor

On this page