From af990f65924b9319fbb2e2154a8f6ad9f89414a2 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 15 May 2026 11:18:56 +0200 Subject: [PATCH] sync: release T-1.0a claim, add history + file ownership [@worker-t1.0a] --- docs/SYNC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/SYNC.md b/docs/SYNC.md index 3f796f0..2163cde 100644 --- a/docs/SYNC.md +++ b/docs/SYNC.md @@ -52,7 +52,6 @@ Update the **Status** column when a phase transitions. Allowed states: | Task | Branch | Owner | Claimed at | ETA | Notes | |---|---|---|---|---|---| | T-1.0 | feat/p1-t1-0-server-refactor | @worker-t1.0 | 2026-05-15 | +2h | server/ scaffold, LEGACY html path preserved | -| T-1.0a | feat/p1-t1-0a-smoke | @worker-t1.0a | 2026-05-15 | +4h | smoke test harness MVP | Example of a filled row: ``` @@ -87,6 +86,7 @@ add a row or open a Contract Change Request. | `extensions/remote-control/apns/**` | T-1.10, Phase-2 T-2.9 (when iOS supplies tokens) | | `extensions/remote-control/cli/**` | T-1.3, T-1.7 | | `extensions/remote-control/config.ts` | T-1.7 | +| `scripts/smoke/**` | T-1.0a (harness), any T-1.* task (add new test files) | | `docs/SYNC.md` | all (this file) | | `docs/PHASE-*.md` | nobody once a phase has started (frozen plan) — open a CCR to amend | | `docs/reference/**` | nobody during implementation — archival | @@ -160,4 +160,5 @@ yyyy-mm-dd @handle T-x.y what was done ``` 2026-05-15 @worker-phase0 T-0.* Phase 0 spike complete. tmux+pipe-pane PoC validated. GREEN LIGHT for Phase 1. Report: reference/PHASE-0-report.md. Branch: feat/spike-stream (kept for reference, not merged). 2026-05-15 @worker-phase0.5 T-0.5 Phase 0.5 spike complete. tmux control mode validated. VERDICT: Path B recommended. Report: reference/PHASE-0.5-report.md. Branch: feat/spike-tmux-cc (kept for reference, not merged). +2026-05-15 @worker-t1.0a T-1.0a Smoke test harness MVP complete. scripts/smoke/ with helpers.mjs + smoke.mjs. 6 tests: manifest, icon, GET/ auth+unauth, WS upgrade, process-alive. All green in ~1.4s. Key finding: pi requires PTY; workaround via python3 pty.spawn(). Branch: feat/p1-t1-0a-smoke. ```