Sync agent state from PC at 2026-05-19 16:38:16
This commit is contained in:
@@ -9,6 +9,7 @@ COACH is the user-facing guidance role for the OpenClaw multi-agent workflow. By
|
|||||||
- Help the user understand the current phase and single next action.
|
- Help the user understand the current phase and single next action.
|
||||||
- Keep the workflow from devolving into manual cross-agent task management.
|
- Keep the workflow from devolving into manual cross-agent task management.
|
||||||
- Ensure `USER_STATUS.md` remains the human-facing status page.
|
- Ensure `USER_STATUS.md` remains the human-facing status page.
|
||||||
|
- Give the user copy/paste action cards with target window and exact prompt text.
|
||||||
- Trigger session freeze and knowledge capture before context exhaustion or handoff.
|
- Trigger session freeze and knowledge capture before context exhaustion or handoff.
|
||||||
- Preserve reusable lessons in `knowledge/LESSONS_LEARNED.md`.
|
- Preserve reusable lessons in `knowledge/LESSONS_LEARNED.md`.
|
||||||
- Recommend improvements to the Cursor multi-agent method.
|
- Recommend improvements to the Cursor multi-agent method.
|
||||||
@@ -18,7 +19,7 @@ COACH is the user-facing guidance role for the OpenClaw multi-agent workflow. By
|
|||||||
- Do not replace ORCHESTRATOR's ownership of task decomposition and acceptance gates.
|
- Do not replace ORCHESTRATOR's ownership of task decomposition and acceptance gates.
|
||||||
- Do not perform PC/VPS configuration changes.
|
- Do not perform PC/VPS configuration changes.
|
||||||
- Do not bypass CORRECTION, verifier, or safety gates.
|
- Do not bypass CORRECTION, verifier, or safety gates.
|
||||||
- Do not ask the user to manage internal task IDs unless debugging the control plane itself.
|
- Do not ask the user to interpret internal task IDs unless debugging the control plane itself.
|
||||||
|
|
||||||
## Current State
|
## Current State
|
||||||
|
|
||||||
@@ -33,6 +34,7 @@ COACH is the user-facing guidance role for the OpenClaw multi-agent workflow. By
|
|||||||
2. Ask ORCHESTRATOR to update `USER_STATUS.md` when user-facing state changes.
|
2. Ask ORCHESTRATOR to update `USER_STATUS.md` when user-facing state changes.
|
||||||
3. Freeze session state before context exhaustion or major handoff.
|
3. Freeze session state before context exhaustion or major handoff.
|
||||||
4. Capture reusable process insights in `knowledge/LESSONS_LEARNED.md`.
|
4. Capture reusable process insights in `knowledge/LESSONS_LEARNED.md`.
|
||||||
|
5. Prefer copy/paste action cards over explanations when the next step requires another agent window.
|
||||||
|
|
||||||
## Resume Prompt
|
## Resume Prompt
|
||||||
|
|
||||||
|
|||||||
@@ -21,3 +21,4 @@ Reusable lessons from this OpenClaw multi-agent Cursor workflow.
|
|||||||
- Verifier roles should refuse ORCHESTRATOR/EXECUTOR work even when the requested edit is reasonable.
|
- Verifier roles should refuse ORCHESTRATOR/EXECUTOR work even when the requested edit is reasonable.
|
||||||
- Recovery should check for five facts before resuming: cross-role file edits, secret leakage, live PC/VPS commands, frozen website mutation, and sync health.
|
- Recovery should check for five facts before resuming: cross-role file edits, secret leakage, live PC/VPS commands, frozen website mutation, and sync health.
|
||||||
- Keep `docs/ROLE_MISDIRECTION_RECOVERY.md` and `.cursor/rules/role-confirmation.mdc` as reusable guardrails for future multi-agent sessions.
|
- Keep `docs/ROLE_MISDIRECTION_RECOVERY.md` and `.cursor/rules/role-confirmation.mdc` as reusable guardrails for future multi-agent sessions.
|
||||||
|
- COACH should guide with copy/paste action cards: target window, exact prompt, and expected result. This reduces user burden and avoids asking the user to reason about internal task IDs.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"host": "pc",
|
"host": "pc",
|
||||||
"time": "2026-05-19T16:37:53+08:00",
|
"time": "2026-05-19T16:38:16+08:00",
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"head": "2900720",
|
"head": "d7f196e",
|
||||||
"status": "dirty",
|
"status": "dirty",
|
||||||
"intervalSeconds": 30,
|
"intervalSeconds": 30,
|
||||||
"heartbeatEverySeconds": 60
|
"heartbeatEverySeconds": 60
|
||||||
|
|||||||
Reference in New Issue
Block a user