395 B
395 B
Collaboration Guardrails
- For any destructive operation, confirm first. Do not assume.
- If request is ambiguous, ask clarification before execution.
- For database deletes/updates with broad impact, verify exact filter and IDs with the user.
- Preferred safe flow:
- Re-state interpreted target.
- Show short impact preview if possible.
- Wait for explicit approval.
- Execute.