Check one artifact file
swarm_check_fileAnalyze a workspace file with Swarm's checks to identify scope, evidence gaps, or review requirements, returning diagnostics without a final verdict.
Instructions
Run the Swarm checks contract over one file (spec / task / review / change-plan). Returns diagnostics, never a verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | workspace-relative path to the artifact file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| noVerdictIssued | Yes | ||
| noVerdictNote | Yes | ||
| source | Yes | ||
| data | No | ||
| derived | No | ||
| note | No |