delimit_ledger_list
List and filter ledger items for ventures or projects by status, priority, and ledger type to track operations and strategy tasks.
Instructions
List ledger items for a venture/project.
Args: venture: Project name or path. Auto-detects if empty. ledger: "ops", "strategy", or "both". status: Filter by status — "open", "done", "in_progress", or empty for all. priority: Filter by priority — "P0", "P1", "P2", or empty for all. limit: Max items to return.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | No | ||
| ledger | No | both | |
| status | No | ||
| priority | No | ||
| limit | No |