delimit_os_status
Reports aggregate OS-level counts of plans, tasks, and tokens. Use at session start or in a status dashboard.
Instructions
Report Delimit OS overall status (plans, tasks, tokens) (Pro).
When to use: at session start or in a status dashboard, to read aggregate OS-level counts and active plan IDs. When NOT to use: for governance health (use delimit_gov_health) or per-plan gates (use delimit_os_gates).
Sibling contrast: delimit_gov_health reports governance engine; delimit_os_gates reports a specific plan's gate state; this reports overall OS counts.
Side effects: read-only on the OS backend; gated by require_premium. Calls backends.os_bridge.get_status.
Args: None.
Returns: Dict with plan/task/token counts and next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||