Validate a CRUMB design
crumb_validate_designValidate CRUMB project files by performing XML and structural checks without opening the game. Get a clear validity result to confirm design integrity before use.
Instructions
Performs XML and CRUMB structural checks without launching the game. A bad design returns ok=true and data.valid=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Workspace-relative .cru project ref | |
| expectedProjectDigest | No | Optional sha256: digest from a prior cross-model handoff |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| context | Yes | ||
| summary | Yes | ||
| diagnostics | Yes | ||
| nextActions | Yes | ||
| contractVersion | Yes |