Run workfile doctor
project_doctorValidate work items, documentation, memory, and cross-record references before declaring work finished. Ensures project integrity and consistency.
Instructions
Validate Work, Docs, History, Memory, agent instructions, CI templates and cross-record references. Run before declaring work finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkPaths | No | Also verify that paths referenced by records exist on disk. Set false to skip the filesystem walk on a large repository. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when no error-severity issue was found. | |
| cards | No | Cards inspected. | |
| counts | No | Issue counts by severity: error, warning, info. | |
| issues | Yes | Findings, each with a severity, a code and the record it concerns. | |
| modules | No | Record counts per module and collection. | |
| generatedAt | No | When this run completed, as an RFC 3339 timestamp. |