apply_change
Apply a confirmed database or configuration change proposal using a one-time confirmation token, with automatic snapshotting and transactional execution for safety and auditability.
Instructions
Apply a proposal. Requires the one-time confirmation token from simulate_impact.
Before writing, snapshots the affected file (configs) or the SQLite file, then executes inside a transaction where possible. Logs an audit entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | ||
| confirmation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||