Sync agent state from PC at 2026-05-15 11:32:06

This commit is contained in:
wangzhendong
2026-05-15 11:32:06 +08:00
parent d3e100563f
commit d9909ea26f
5 changed files with 27 additions and 21 deletions

View File

@@ -11,12 +11,14 @@ PC_EXECUTOR
## Dependencies
- T2 sync scaffold available on PC and VPS
- G0 requirement review may still be pending; this task is read-only only
- G0 requirement review complete
## 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.

View File

@@ -11,12 +11,14 @@ VPS_EXECUTOR
## Dependencies
- T2 sync scaffold available on PC and VPS
- G0 requirement review may still be pending; this task is read-only only
- G0 requirement review complete
## 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.

View File

@@ -1,36 +1,36 @@
# T5 - Verify PC and VPS Baselines
# T5 - Verify PC Baseline
## Status
draft
pending
## Owner
PC_VERIFIER and VPS_VERIFIER
PC_VERIFIER
## Dependencies
- T3 done
- T4 done
## Scope
Independently verify PC and VPS baseline evidence before any configuration mutation.
Independently verify PC baseline evidence before any PC configuration mutation.
## Required Evidence
- PC baseline evidence reviewed and accepted or returned with findings
- VPS baseline evidence reviewed and accepted or returned with findings
- PC baseline evidence reviewed and accepted or returned with findings.
- Confirmation that PC_EXECUTOR did not accept its own work.
- Confirmation that no PC service, firewall, environment variable, scheduled task, OpenClaw config, or public port exposure was changed.
- Confirmation that evidence contains no secrets.
- Confirmation that no executor accepted its own work
- Confirmation that frozen website policy remains intact
## Stop Conditions
- Missing evidence.
- Evidence includes secrets.
- Evidence shows drift from the mission or from `OPENCLAW_EXEC_NODE_PLAN.md`.
- Evidence suggests a required mutation before G0 has been completed.
- Evidence suggests a required mutation before G1 has been accepted.
## Acceptance
ORCHESTRATOR may move G1 to accepted only after both verifier roles record acceptance.
ORCHESTRATOR may count the PC half of G1 as accepted only after PC_VERIFIER records acceptance.