lint command runs preflight checks — schema validation, $ref chain integrity, and duplicate step ID detection — without executing anything against your instance. Use it before sn execute to catch errors early.Static + instance-aware manifest validation.
lint command runs preflight checks — schema validation, $ref chain integrity, and duplicate step ID detection — without executing anything against your instance. Use it before sn execute to catch errors early.sn lint <manifest.ts> Static + instance-aware manifest validation.
| Name | Required | Description |
|---|---|---|
| manifest.ts | Yes | Path to the manifest TypeScript file. |
sn lint examples/test-business-rule/manifest.ts