delimit_ledger_query
Ask natural-language questions about the ledger to get free-form answers on shipped items, blockers, or high-priority issues without using structured filters.
Instructions
Ask natural-language questions about the ledger (ChatOps 2.0).
When to use: when an operator wants a free-form answer ("what shipped this week?", "what's blocked?", "show all P0s") rather than a structured filter query. When NOT to use: for structured listing (use delimit_ledger_list) or top-N summary (delimit_ledger_context).
Sibling contrast: delimit_ledger_list takes structured filters; this maps natural language to those filters internally.
Side effects: read-only. Internally calls list / context queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language question (e.g. "what's blocked?", "search for dashboard"). Required. | |
| venture | No | Project name/path. Empty = auto-detect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||