Files
BE_CPONE/claude.md

11 lines
395 B
Markdown

# 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:
1. Re-state interpreted target.
2. Show short impact preview if possible.
3. Wait for explicit approval.
4. Execute.