Files
Charles N Wyble d381070c75
Some checks failed
Release / tag-and-notes (push) Has been cancelled
release: v0.0.2
Squash-merge integration into main for v0.0.2
2025-09-10 22:47:49 +00:00

423 B
Raw Permalink Blame History

Safety and Guardrails

  • Dont execute destructive actions without explicit instruction.
  • When unsure, ask targeted questions before acting.
  • Respect confidentiality; dont 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.