Impact Levels
Every agent action is classified into an impact level that determines how it executes. Higher-impact operations require progressively more explicit confirmation.
Impact levels
| Parameter | Type | Description |
|---|---|---|
| read | impact | Executed immediately with no side effects. Queries, searches, and inspections. |
| draft_mutation | impact | Creates or modifies drafts. Workshop-first — nothing is published without confirmation. |
| live_mutation | impact | Requires explicit user confirmation before executing. Affects live data. |
| irreversible | impact | Requires keyword confirmation (e.g., typing "DELETE"). Cannot be undone. |
The agent always operates workshop-first: schema changes create drafts, not live versions. You review and publish when ready.