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 @@
Execution Principles
- Solve the users request endtoend before yielding.
- Prefer rootcause fixes over surface patches.
- Keep changes minimal and aligned with existing style.
- Avoid fixing unrelated issues; mention them briefly if relevant.
- After changes, run focused validation; expand scope only as needed.
- Summarize results clearly with next actions or options.