sync: release T-1.0a claim, add history + file ownership [@worker-t1.0a]
This commit is contained in:
parent
174fa7fb31
commit
af990f6592
|
|
@ -52,7 +52,6 @@ Update the **Status** column when a phase transitions. Allowed states:
|
||||||
| Task | Branch | Owner | Claimed at | ETA | Notes |
|
| 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.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:
|
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/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/cli/**` | T-1.3, T-1.7 |
|
||||||
| `extensions/remote-control/config.ts` | 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/SYNC.md` | all (this file) |
|
||||||
| `docs/PHASE-*.md` | nobody once a phase has started (frozen plan) — open a CCR to amend |
|
| `docs/PHASE-*.md` | nobody once a phase has started (frozen plan) — open a CCR to amend |
|
||||||
| `docs/reference/**` | nobody during implementation — archival |
|
| `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 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-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.
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue