delimit_context_list
List all artifacts in a venture’s context filesystem to inventory written artifacts before reading or branching. Provides metadata for each artifact.
Instructions
List all artifacts in a venture's context filesystem (STR-048).
When to use: to inventory what artifacts have been written for a venture before reading or branching. When NOT to use: to read an artifact's content (use delimit_context_read) or to scan memories (delimit_memory_recent).
Sibling contrast: delimit_context_read returns one artifact's content; this returns metadata for all of them.
Side effects: read-only. Calls ai.context_fs to enumerate artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | Yes | Venture namespace key. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||