Delimit Gov Status
delimit_gov_statusReview a repository's governance state: open tasks and recent decisions. Get a read-only snapshot of pending work and prior decisions for a specific repo.
Instructions
Report governance state (open tasks, decisions) for a repo.
When to use: when you need a snapshot of governance activity for a given repo — what tasks are open, what was recently decided. When NOT to use: for engine-level health (use delimit_gov_health) or to evaluate a new action (use delimit_gov_evaluate).
Sibling contrast: delimit_gov_health reports the engine; this reports the workload (per-repo task and decision state).
Side effects: read-only. Calls backends.governance_bridge.status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Filesystem path to the repository. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||