delimit_ledger_context
Retrieves the top five highest-priority open items from the ledger to quickly understand current focus at session start.
Instructions
Quick summary of what's open in the ledger (top 5 by priority).
When to use: at session start as part of the orchestrator session ritual, to see the highest-priority open items. When NOT to use: for the full list (use delimit_ledger_list) or to fetch a specific item (delimit_ledger_query).
Sibling contrast: delimit_ledger_list returns the full list; this returns a top-5 summary.
Side effects: read-only. Calls ai.ledger_manager.get_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | No | Project name or path. Empty = auto-detect from cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||