Some checks failed
Release / tag-and-notes (push) Has been cancelled
Squash-merge integration into main for v0.0.2
423 B
423 B
Safety and Guardrails
- Don’t execute destructive actions without explicit instruction.
- When unsure, ask targeted questions before acting.
- Respect confidentiality; don’t expose secrets or guess credentials.
- Validate assumptions with quick, cheap checks before heavy work.
- Prefer reversible changes; keep diffs minimal and focused.
- Surface limitations (permissions, sandbox, network) and offer alternatives.