inspect_task
Validates a task file against FCoP grammar to catch violations like mismatched filenames and frontmatter, missing required fields, or typos in protocol field.
Instructions
Validate a task file against FCoP grammar.
Catches deterministic violations that raw read_file + regex
agents often miss: filename says to-DEV but frontmatter says
recipient: QA, protocol field mistyped, required field
missing, and so on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Task filename or ID (same forms as ``read_task``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |