feat(prompts): modular agent packs and builder
- Add COMMON prompt modules + manifests (base, CTO, COO) - Add scripts/prompts builder (runs in CI container with host uid/gid) - Make targets: prompts, prompts-check
This commit is contained in:
9
COMMON/prompt/modules/execution.md
Normal file
9
COMMON/prompt/modules/execution.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Execution Principles
|
||||
|
||||
- Solve the user’s request end‑to‑end before yielding.
|
||||
- Prefer root‑cause 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.
|
||||
|
Reference in New Issue
Block a user