Sync agent state from PC at 2026-05-15 15:54:53

This commit is contained in:
wangzhendong
2026-05-15 15:54:53 +08:00
parent 57b2a86cb5
commit d326f090e4
9 changed files with 33 additions and 105 deletions

View File

@@ -18,14 +18,6 @@ Tasks are the handoff contract between agents. They are not a real-time queue; s
- Verifiers update verification tasks and may mark executor tasks accepted after review.
- CORRECTION may mark a task blocked if it detects drift or unsafe execution.
## G0 Boundary
- G0 is complete only for requirements, role boundaries, and acceptance criteria.
- Until G1 baseline evidence is independently verified, executor tasks are read-only discovery tasks.
- No PC/VPS configuration mutation, service restart, network exposure change, approval action, or deployment change is authorized by a task unless ORCHESTRATOR explicitly opens a later gate.
- The `smartmotor.cloud` filing-review freeze is a hard constraint for all VPS tasks.
- Git polling sync plus task files are the MVP communication layer; future work should upgrade or supplement this with asynchronous notification or a coordinator after baseline work is stable.
## File Naming
Use:

View File

@@ -2,7 +2,7 @@
## Status
done
ready
## Owner
@@ -11,14 +11,12 @@ PC_EXECUTOR
## Dependencies
- T2 sync scaffold available on PC and VPS
- G0 requirement review complete
- G0 requirement review may still be pending; this task is read-only only
## Scope
Collect current Windows PC baseline evidence for OpenClaw execution-node readiness.
This task is read-only only. It must not install services, edit firewall rules, change environment variables, expose ports, or alter local OpenClaw configuration.
## Allowed Actions
- Read local state.
@@ -43,10 +41,3 @@ This task is read-only only. It must not install services, edit firewall rules,
## Acceptance
PC_VERIFIER must review the evidence before this task is accepted.
## Completion Notes
- 2026-05-15 PC_EXECUTOR completed read-only baseline discovery.
- Evidence: `evidence/pc-baseline-20260515.md`.
- Handoff updated: `handoff/PC_EXECUTOR.md`.
- Waiting for PC_VERIFIER review; not self-accepted.

View File

@@ -2,7 +2,7 @@
## Status
done
ready
## Owner
@@ -11,14 +11,12 @@ VPS_EXECUTOR
## Dependencies
- T2 sync scaffold available on PC and VPS
- G0 requirement review complete
- G0 requirement review may still be pending; this task is read-only only
## Scope
Collect current VPS baseline evidence for OpenClaw Gateway, Gitea, Docker stack, and approval-command readiness.
This task is read-only only. The `smartmotor.cloud` website freeze is a hard constraint: do not change homepage content, linked page content reachable from the homepage, static assets, Nginx routing, Docker bind mounts, container images, service state, or `/opt/services/docker-composite.yml` entries that could alter public website output.
## Allowed Actions
- Read VPS service state.
@@ -44,10 +42,3 @@ This task is read-only only. The `smartmotor.cloud` website freeze is a hard con
## Acceptance
VPS_VERIFIER must review the evidence before this task is accepted.
## Completion Notes
- VPS_EXECUTOR completed read-only baseline discovery on 2026-05-15.
- Evidence: `evidence/vps-baseline-20260515.md`.
- Handoff updated: `handoff/VPS_EXECUTOR.md`.
- This task is marked `done` for executor completion only; acceptance remains pending VPS_VERIFIER review.

View File

@@ -2,7 +2,7 @@
## Status
blocked
claimed
## Owner
@@ -33,20 +33,6 @@ This task does not authorize PC or VPS configuration mutation. CORRECTION may bl
- Evidence state: only `evidence/README.md` exists; no PC/VPS baseline or verifier evidence exists yet.
- No executor overreach, frozen `smartmotor.cloud` website mutation, pre-G1 configuration mutation, rollback-note gap, sync conflict, or secret-bearing evidence was detected in tracked repository contents.
- Correction decision: no task is blocked in this pass, but no PC/VPS mutation-stage work is authorized until G1 is independently verified and accepted.
- 2026-05-15 12:11 UTC+8: `git pull` reported the repo was already up to date, then CORRECTION reread the board, orchestration rule, T7, sync docs, and relevant executor baseline state.
- Sync-health is blocked: `sync-state/heartbeat-pc.json` and `sync-state/heartbeat-vps.json` are both missing, so heartbeat freshness cannot be established.
- No `sync-state/error-*.md` file is present in this pass.
- While sync-health is blocked, CORRECTION blocks cross-device dependent tasks and all mutation-stage work.
- T3 and T4 are now `done` with baseline evidence present at `evidence/pc-baseline-20260515.md` and `evidence/vps-baseline-20260515.md`; T5 and T6 remain `draft`, so G1 is not accepted.
- No executor self-acceptance, frozen website mutation, pre-G1 configuration mutation, or secret-bearing evidence was detected in this pass.
- Drift warning: `AGENT_BOARD.md` lists G0 as `Pending`, while task dependencies and T7 say G0 is complete. ORCHESTRATOR should reconcile the gate status.
- VPS baseline contains a verifier-facing route/config drift note; this requires VPS_VERIFIER review and does not authorize CORRECTION to modify VPS config.
## Current Block
- Reason: missing PC and VPS heartbeat files under `sync-state/`.
- Effect: block cross-device dependent tasks and all mutation-stage work until both heartbeat files exist and are fresh.
- Mutation-stage examples blocked: Gateway/node pairing, approval actions, service install/start, restarts, config edits, token rotation, public exposure changes, and deployment changes.
## Stop Conditions