_delimit_context_impl
Operate on context artifacts: initialize, read, write, list, snapshot, or branch context files to maintain continuity across AI sessions.
Instructions
Manage context filesystem for cross-model continuity.
Actions: init, read, write, list, snapshot, branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Which context operation to perform. | list |
| venture | No | Venture/project namespace (default: "default"). | default |
| name | No | Artifact name (for read/write). | |
| content | No | Artifact content (for action='write'). | |
| artifact_type | No | Type hint text/json/code/plan (for action='write'). | text |
| label | No | Snapshot label (for action='snapshot'). | |
| branch_action | No | Branch sub-action create/merge/list (for action='branch'). | list |
| branch_name | No | Branch name (for action='branch' with create/merge). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||