delimit_context_read
Fetch a specific artifact by name from a venture's context filesystem. Retrieves the full content of a previously written artifact for direct use.
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 | |||