delimit_context_read
Fetch the content of a named artifact from a venture's context filesystem. Use this to retrieve a specific previously-written artifact by name.
Instructions
Read an artifact from a venture's context filesystem (STR-048).
When to use: to fetch a specific previously-written artifact by name within a venture namespace. When NOT to use: for venture-wide listing (use delimit_context_list) or memory search (delimit_memory_search).
Sibling contrast: delimit_context_list returns names only; this returns a single artifact's content.
Side effects: read-only. Calls ai.context_fs to load the artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | Yes | Venture namespace key. Required. | |
| name | Yes | Artifact name. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||