delimit_diagnose
Run a comprehensive health check of the Delimit installation to diagnose connectivity, dependencies, governance, permissions, API keys, network, version, daemons, and disk issues.
Instructions
Comprehensive health check of the Delimit installation (delimit doctor).
When to use: as the universal first-step diagnostic when something isn't working — covers MCP connectivity, deps, governance state, AI assistants, permissions, API keys, network, version, daemons, disk. When NOT to use: for repo-level health (use delimit_repo_diagnose) or first-run discovery (delimit_quickstart).
Sibling contrast: delimit_repo_diagnose checks one repo; this checks the Delimit installation as a whole.
Side effects: in normal mode, fixes some configuration drift (writes a doctor-manifest.json so later --undo can revert). dry_run=True is read-only and previews changes. undo=True reverts changes from the last doctor run using the saved manifest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Project to diagnose. Default "." (cwd). | . |
| dry_run | No | If True, preview changes without executing. | |
| undo | No | If True, revert changes from the last run. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||