validate command runs two layers of checks against your last execute results: skill-specific configuration rules (e.g., "business rule has the correct table") and update set tracking (all records belong to the manifest's update set, not Default).Structural validation of records created by execute.
validate command runs two layers of checks against your last execute results: skill-specific configuration rules (e.g., "business rule has the correct table") and update set tracking (all records belong to the manifest's update set, not Default).sn validate <manifest.ts> Post-execute structural validation.
| Name | Required | Description |
|---|---|---|
| manifest.ts | Yes | Path to the manifest (reads results from .sn-results/). |
sn validate examples/test-business-rule/manifest.tssn lint for static validation *before* executing — it catches schema errors and invalid $ref chains without touching the instance.