Sync agent state from VPS at 2026-05-19 12:08:19

This commit is contained in:
ubuntu
2026-05-19 12:08:19 +08:00
parent 31f29396a0
commit b901b4ea46
4 changed files with 142 additions and 16 deletions

View File

@@ -20,6 +20,13 @@ Approve the intended PC node/device pairing on the VPS Gateway side.
This task does not authorize service restarts, reloads, token rotation, Gateway configuration changes, Nginx changes, Docker compose edits, bind mount changes, image changes, or public website changes.
## Planning Status
- G2 pre-execution plan is documented in `docs/G2_RUNBOOK.md`.
- Sync-health has been confirmed healthy and T7 sync-health blocked state is cleared.
- This task remains `draft` because G2 execution and VPS-side approval have not been explicitly authorized.
- Planning confirmation does not authorize `nodes pending`, `devices approve`, `nodes approve`, service restarts/reloads, token rotation, Gateway config mutation, Nginx changes, Docker changes, or frozen website changes.
## Required Evidence
- `rollback/vps-g2-approve-YYYYMMDD.md` written before approval action.
@@ -35,9 +42,9 @@ This task does not authorize service restarts, reloads, token rotation, Gateway
Do not run these until G2 approval is explicitly authorized.
```bash
docker exec -it openclaw-gateway node openclaw.mjs devices approve <requestId>
docker exec -it openclaw-gateway node openclaw.mjs nodes pending
docker exec -it openclaw-gateway node openclaw.mjs nodes approve <nodeId>
docker exec openclaw-gateway node openclaw.mjs nodes pending
docker exec openclaw-gateway node openclaw.mjs devices approve <requestId>
docker exec openclaw-gateway node openclaw.mjs nodes approve <nodeId>
```
## Expected Output
@@ -49,6 +56,7 @@ docker exec -it openclaw-gateway node openclaw.mjs nodes approve <nodeId>
## Stop Conditions
- User authorization is absent or ambiguous.
- `docs/G2_RUNBOOK.md` has not been read by VPS_EXECUTOR.
- Request identity is ambiguous or multiple indistinguishable pending requests exist.
- A command asks for or prints a token/password.
- Approval would require restart, reload, token rotation, config mutation, Nginx changes, Docker changes, or any action that could affect frozen `smartmotor.cloud` website output.

View File

@@ -22,6 +22,13 @@ Prepare and run the Windows PC OpenClaw node in foreground mode for Gateway pair
This task is not ready until ORCHESTRATOR records explicit user authorization for G2. It does not authorize service installation, startup persistence, firewall changes, network changes, or any public port exposure.
## Planning Status
- G2 pre-execution plan is documented in `docs/G2_RUNBOOK.md`.
- Sync-health has been confirmed healthy and T7 sync-health blocked state is cleared.
- This task remains `draft` because G2 execution has not been explicitly authorized.
- Planning confirmation does not authorize token use, `openclaw node run`, service changes, firewall changes, network changes, or public port exposure.
## Required Evidence
- `rollback/pc-g2-node-run-YYYYMMDD.md` written before token or node-run action.
@@ -51,6 +58,7 @@ openclaw node run --host openclaw.smartmotor.cloud --port 443 --tls --display-na
## Stop Conditions
- User authorization is absent or ambiguous.
- `docs/G2_RUNBOOK.md` has not been read by PC_EXECUTOR.
- Any command asks to print, persist, or store a token.
- Any command prints a secret.
- Any step requires PC service install/start, scheduled task changes, firewall changes, network changes, or public port exposure.