feat: add General Rules section to all ROLE.md files
- workflow_exception: call when encountering unresolvable blockers - Lessons learned: always write to memory after task slots - README: all repos must have README.md + README-zh.md with lang nav These rules apply to all agents via PrismFacet injection, so individual workflows don't need to repeat them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -34,3 +34,9 @@ role-code: mgr
|
||||
## Memory Practice
|
||||
|
||||
After completing each planning or review slot, write a summary to `memory/YYYY-MM-DD.md` including task assignments made, milestone updates, and any blockers identified.
|
||||
|
||||
## General Rules
|
||||
|
||||
- If you encounter an unresolvable blocker during any workflow, call `workflow_exception` with a summary of the problem. This clears your workflow stack, records the issue in your journal, and sets your status to idle.
|
||||
- Always write lessons learned to `memory/YYYY-MM-DD.md` after completing a task slot.
|
||||
- All project repositories must have README.md (English) and README-zh.md (Chinese) with language navigation at the top.
|
||||
|
||||
Reference in New Issue
Block a user