CLI/

agentver doctor

Run health checks to diagnose common issues. Validates the manifest, lockfile, symlinks, authentication, Git availability, and Node version.

Usage

$ agentver doctor

Options

--jsonOutput as JSON

Examples

Run all health checks

$ agentver doctor

Machine-readable health report

$ agentver doctor --json

Note: Checks: manifest integrity, lockfile integrity, manifest/lockfile sync, skill file presence, symlink validity, authentication, Git availability, Node version.

Related commands