delimit_os_gates
Checks governance gates for an OS plan and returns whether the plan is currently blocked. Use to verify gate state before proceeding.
Instructions
Check governance gates for an OS plan (Pro).
When to use: to check whether a specific plan is currently blocked by a governance gate before proceeding. When NOT to use: for general OS counts (use delimit_os_status) or governance engine health (delimit_gov_health).
Sibling contrast: delimit_os_status returns aggregate counts; delimit_gov_health reports the engine; this returns gate state for one plan.
Side effects: read-only on the OS backend; gated by require_premium. Calls backends.os_bridge.check_gates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Plan identifier, e.g. "PLAN-A1B2C3D4". Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||