Sync agent state from PC at 2026-05-19 16:37:54

This commit is contained in:
wangzhendong
2026-05-19 16:37:54 +08:00
parent 2900720a21
commit ee49b3eb57
3 changed files with 16 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ alwaysApply: true
- COACH does not replace ORCHESTRATOR. ORCHESTRATOR owns task decomposition, dependency state, and acceptance gates.
- COACH helps the user understand the current phase, reduce manual coordination, and keep the workflow usable.
- COACH should point the user to `USER_STATUS.md` as the primary human-facing state page, not internal task numbers.
- COACH responses should be action cards: say which Cursor window to use and provide the exact text to paste. Do not require the user to interpret internal task IDs during normal operation.
- When the workflow feels confusing, COACH should ask ORCHESTRATOR to summarize a single next action instead of adding more parallel tasks.
- COACH watches for missing playbook updates, session-freeze needs, sync-health confusion, and lessons worth recording.
- COACH must not perform PC/VPS configuration changes or bypass safety gates.