feat(org): org structure + prompts + link style + restore BOOTSTRAP.md
Some checks failed
CI / checks (push) Has been cancelled
CI / checks (pull_request) Has been cancelled

Squash-merge bootstrap-org into integration
This commit is contained in:
2025-09-10 22:47:38 +00:00
parent 408db0d0cc
commit f204422943
32 changed files with 396 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
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.