Sync agent state from PC at 2026-05-19 12:32:00

This commit is contained in:
wangzhendong
2026-05-19 12:32:00 +08:00
parent d8b2521bc2
commit 65af21485a
5 changed files with 92 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ Freeze before:
- A role finishes a phase or hands work to another role.
- The user reports confusion or asks for a status reset.
- A significant incident occurs, such as sync failure, credential friction, or a blocked safety gate.
- A role-misdirection incident occurs or a prompt may have been sent to the wrong Cursor window.
## Required Freeze Outputs
@@ -48,3 +49,13 @@ You are resuming the OpenClaw COACH/ORCHESTRATOR workflow.
Read USER_STATUS.md, AGENT_BOARD.md, relevant handoff files, sync-state/README.md, and knowledge/LESSONS_LEARNED.md.
Do not start mutation work unless USER_STATUS.md and AGENT_BOARD.md both allow it.
```
## Role-Misdirection Freeze
If a prompt was sent to the wrong role or wrong Cursor window:
- Stop execution immediately.
- Update `USER_STATUS.md` with a paused status and one safe next action.
- Record the incident in the active role handoff and, if needed, `handoff/CORRECTION.md`.
- Follow `docs/ROLE_MISDIRECTION_RECOVERY.md`.
- Do not resume mutation or authorization work until ORCHESTRATOR has adopted or corrected the affected control-plane files.