delimit_ventures
List all registered project directories tracked by Delimit. Use this to inventory which projects Delimit has monitored before routing ledger queries or context operations.
Instructions
List all registered ventures (auto-registered project directories).
When to use: to inventory which projects Delimit has tracked, before routing a ledger query or context operation. When NOT to use: to read venture-scoped context (use delimit_context_list) or memory (delimit_memory_recent).
Sibling contrast: delimit_context_list inventories artifacts inside one venture; this lists the ventures themselves.
Side effects: read-only. Calls ai.ledger_manager.list_ventures. Note: ventures are auto-registered when any Delimit tool is run in a project directory.
Args: None.
Returns: Dict with the venture list (each entry has name, path, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||