delimit_control
Aggregate governance lanes (attestations, approvals, sensing, ops) into one queue. Approve or reject founder-approval items; list and view items across all lanes.
Instructions
Aggregate all governance lanes into one queue; approve/reject approvals (LED-1709).
When to use: as the shared queue the CLI and web dashboard both render — attestations, approvals, sensing (STR-), ops (LED-) — and to approve/reject founder-approval items from that same surface. When NOT to use: to act on attestation/sensing/ops items; approve/reject are approval-class only in Phase 1 (mutate those via their owning tool).
Sibling contrast: delimit_agent_dashboard is dispatch-only, delimit_ledger_context is one-venture-only, delimit_notify_inbox is inbox-only; this unifies all four into one lane-aware view.
Side effects: list/get are READ-ONLY. approve/reject append the same
founder_directive_completed ack the email "ship it" loop writes to the
EXISTING store (~/.delimit/inbox_routing.jsonl); reject stamps
disposition="rejected". No new store; idempotent re-approve no-ops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "list" (default), "get", "approve", or "reject". list/get are read-only; approve/reject act ONLY on approval-class items and mirror the email "ship it" ack loop. | list |
| class_filter | No | Lane filter: "" (all), "attestation", "approval", "sensing", or "ops". | |
| state_filter | No | State filter, e.g. "open", "pending", "awaiting_approval", "done". "" = all. | |
| item_id | No | Required for "get", "approve", "reject": the normalized item id (e.g. "att_…", "STR-437", "LED-1709", "WO-…", "DIR-…"). | |
| limit | No | Max items for action="list" (default 100). | |
| note | No | Optional note recorded as the ack result for action="approve"/"reject". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||