conductor(plan): Mark Phase 3 tasks 3.1-3.7 complete [3b966288]

This commit is contained in:
ed
2026-06-29 16:48:54 -04:00
parent 3b96628877
commit 06476c569a
2 changed files with 12 additions and 18 deletions
@@ -17,7 +17,7 @@ last_updated = "2026-06-29"
[phases]
phase_1 = { status = "completed", checkpoint_sha = "7577d7d", name = "Move default layout to layouts/ + create src/layouts.py stack (mirror themes/)" }
phase_2 = { status = "completed", checkpoint_sha = "3d87f8e7", name = "Install-on-empty-INI in App._post_init" }
phase_3 = { status = "pending", checkpoint_sha = "", name = "Remove hardcoded test-fixture path from production code" }
phase_3 = { status = "completed", checkpoint_sha = "3b966288", name = "Remove hardcoded test-fixture path from production code" }
phase_4 = { status = "pending", checkpoint_sha = "", name = "Verification + checkpoint" }
[tasks]
@@ -45,13 +45,13 @@ t2_8 = { status = "completed", commit_sha = "3d87f8e7", description = "Commit ph
t2_9 = { status = "deferred", commit_sha = "", description = "User Manual Verification — DEFERRED to post-merge interactive session (requires desktop screenshot observation, cannot be performed in headless Tier 2 sandbox)" }
# Phase 3 (7 tasks)
t3_1 = { status = "pending", commit_sha = "", description = "Write tests/test_reset_layout.py failing test for path cleanup" }
t3_2 = { status = "pending", commit_sha = "", description = "Confirm RED (test reads source via inspect and asserts dead path is gone)" }
t3_3 = { status = "pending", commit_sha = "", description = "Remove hardcoded tests/artifacts/... line from src/commands.py:reset_layout" }
t3_4 = { status = "pending", commit_sha = "", description = "Update commands.reset_layout docstring (line 351-362)" }
t3_5 = { status = "pending", commit_sha = "", description = "Confirm GREEN" }
t3_6 = { status = "pending", commit_sha = "", description = "Run tests/test_commands*.py batch; no regression" }
t3_7 = { status = "pending", commit_sha = "", description = "Commit phase 3 with git note" }
t3_1 = { status = "completed", commit_sha = "3b966288", description = "Write tests/test_reset_layout.py failing test for path cleanup" }
t3_2 = { status = "completed", commit_sha = "3b966288", description = "Confirm RED (test reads source via inspect and asserts dead path is gone)" }
t3_3 = { status = "completed", commit_sha = "3b966288", description = "Remove hardcoded tests/artifacts/... line from src/commands.py:reset_layout" }
t3_4 = { status = "completed", commit_sha = "3b966288", description = "Update commands.reset_layout docstring (line 351-362)" }
t3_5 = { status = "completed", commit_sha = "3b966288", description = "Confirm GREEN — 2/2 PASSED" }
t3_6 = { status = "completed", commit_sha = "3b966288", description = "Run tests/test_commands*.py batch — 6/6 PASSED" }
t3_7 = { status = "completed", commit_sha = "3b966288", description = "Commit phase 3 with git note" }
# Phase 4 (6 tasks)
t4_1 = { status = "pending", commit_sha = "", description = "Run batched verification per workflow.md §Phase Completion Verification" }