delimit_policy
Inspect or simulate governance policy to preview which lint rules would block spec changes without enforcing.
Instructions
Inspect or simulate governance policy configuration.
When to use: to inspect the active policy or dry-run lint+policy against several presets to preview what would block. When NOT to use: for an actual gate decision (use delimit_lint) or to manage the policy file itself (delimit_gov_policy).
Sibling contrast: delimit_gov_policy reads the live policy; delimit_lint enforces; this lets you simulate / inspect.
Side effects: read-only on policy + spec files. action="simulate" runs lint internally without writing evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_files | Yes | List of spec file paths. Required. | |
| policy_file | No | Optional custom policy file path. | |
| action | No | "inspect" (default) or "simulate". | inspect |
| old_spec | No | Baseline spec path (required for simulate). | |
| new_spec | No | Proposed spec path (required for simulate). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||