set_instruction
Persist instructions for a volume so all agents automatically follow coding conventions, project rules, or team preferences.
Instructions
Store a persistent instruction or rule for a volume. Instructions are automatically included in every context assembly — any agent querying this volume will see them. Use for coding conventions, project rules, team preferences, or architectural decisions that all agents should follow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The instruction or rule (e.g. 'Always use functional React components with TypeScript') | |
| volume_id | No | Volume ID. Uses default if not set. |