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

This commit is contained in:
wangzhendong
2026-05-15 11:32:38 +08:00
parent d9909ea26f
commit 9e05c877f9
5 changed files with 84 additions and 3 deletions

View File

@@ -0,0 +1,36 @@
# T7 - Correction Monitor
## Status
ready
## Owner
CORRECTION
## Dependencies
- G0 complete
## Scope
Monitor the control-plane task flow for drift, conflicts, unsafe changes, missing evidence, and rollback needs.
This task does not authorize PC or VPS configuration mutation. CORRECTION may block tasks and write findings to `handoff/CORRECTION.md`.
## Required Evidence
- Any detected sync conflict, unsafe task expansion, missing evidence, or freeze-policy risk recorded in `handoff/CORRECTION.md`.
- Any task blocked by CORRECTION includes the reason and the evidence gap or safety concern.
- Confirmation that no secrets were written into repo files, evidence, handoffs, commits, or chat.
## Stop Conditions
- A task attempts PC/VPS configuration changes before G1 acceptance.
- Any evidence or handoff includes a secret.
- Any VPS task risks changing frozen `smartmotor.cloud` public website output.
- Sync scripts report conflict, authentication failure, or unexpected files.
## Acceptance
ORCHESTRATOR reviews CORRECTION findings before allowing any mutation-stage task to proceed.