Sync agent state from PC at 2026-05-19 14:47:05

This commit is contained in:
wangzhendong
2026-05-19 14:47:05 +08:00
parent 4373564e27
commit 79c44475ea
5 changed files with 62 additions and 3 deletions

View File

@@ -65,3 +65,11 @@ docker exec openclaw-gateway node openclaw.mjs nodes approve <nodeId>
## Acceptance
VPS_VERIFIER must review this evidence before ORCHESTRATOR can count the VPS half of G2 as accepted.
## Session Freeze - 2026-05-19 14:46 UTC+8
- Status at freeze: blocked.
- Blocker: waiting for T9 evidence with one matching non-secret pairing request ID or pending node ID.
- Next owner after unblock: VPS_EXECUTOR.
- Do not run `nodes pending`, `devices approve`, or `nodes approve` until ORCHESTRATOR opens T10 after T9 evidence exists.
- Do not restart/reload services, change Gateway config, edit Nginx/Docker/website state, or record secrets.

View File

@@ -68,3 +68,10 @@ openclaw node run --host openclaw.smartmotor.cloud --port 443 --tls --display-na
## Acceptance
PC_VERIFIER must review this evidence before ORCHESTRATOR can count the PC half of G2 as accepted.
## Session Freeze - 2026-05-19 14:46 UTC+8
- Status at freeze: ready.
- Next owner: PC_EXECUTOR.
- Single next action: claim T9, write `rollback/pc-g2-node-run-YYYYMMDD.md`, then follow only the foreground node flow in `docs/G2_RUNBOOK.md`.
- Do not record token values, install/start services, change firewall/network state, expose public ports, or start G3/G4 work.