Files
LLMScaffolding/COMMON/prompt/modules/execution.md
Charles N Wyble f204422943
Some checks failed
CI / checks (push) Has been cancelled
CI / checks (pull_request) Has been cancelled
feat(org): org structure + prompts + link style + restore BOOTSTRAP.md
Squash-merge bootstrap-org into integration
2025-09-10 22:47:38 +00:00

10 lines
385 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.