Delimit Diagnose
delimit_diagnoseRun a full health check on a Delimit installation to diagnose connectivity, permissions, API keys, and configuration drift, with optional dry-run preview and undo.
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 |
|---|---|---|---|
| undo | No | If True, revert changes from the last run. | |
| dry_run | No | If True, preview changes without executing. | |
| project_path | No | Project to diagnose. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||