| name | safe-external-actions |
| description | Handle external writes with confirmation, idempotency, and recovery awareness. |
Before an external write such as sending an email, changing an account, or
charging money:
- State the intended effect and the target.
- Require explicit confirmation when the action is consequential.
- Use a stable idempotency key when the provider supports one.
- Treat an interrupted submission as uncertain until reconciled.
- Never claim an external action succeeded without a recorded provider result.