conductor(plan): Phase 1 audit complete - ready for user review
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
track_id = "test_infrastructure_hardening_20260609"
|
||||
name = "Test Infrastructure Hardening (2026-06-09)"
|
||||
status = "active"
|
||||
current_phase = 0
|
||||
current_phase = 1
|
||||
last_updated = "2026-06-09"
|
||||
|
||||
[blocked_by]
|
||||
@@ -19,7 +19,7 @@ mcp_architecture_refactor_20260606 = "planned in this track"
|
||||
code_path_audit_20260607 = "planned in this track"
|
||||
|
||||
[phases]
|
||||
phase_1 = { status = "pending", checkpointsha = "", name = "Audit" }
|
||||
phase_1 = { status = "completed", checkpointsha = "5df22fa8", name = "Audit" }
|
||||
phase_2 = { status = "pending", checkpointsha = "", name = "FR1: Per-test subprocess health check + respawn" }
|
||||
phase_3 = { status = "pending", checkpointsha = "", name = "FR2: live_gui_workspace fixture + 6 test files" }
|
||||
phase_4 = { status = "pending", checkpointsha = "", name = "FR3: Coalesce _sync_rag_engine calls" }
|
||||
@@ -30,17 +30,17 @@ phase_8 = { status = "pending", checkpointsha = "", name = "Docs + audit script
|
||||
|
||||
[tasks]
|
||||
# Phase 1: Audit
|
||||
t1_1_1 = { status = "pending", commit_sha = "", description = "Enumerate live_gui test cross-file state dependencies" }
|
||||
t1_1_2 = { status = "pending", commit_sha = "", description = "Document set_value/get_value/reset_session per test" }
|
||||
t1_1_3 = { status = "pending", commit_sha = "", description = "Categorize self-contained vs cross-test-dependent" }
|
||||
t1_2_1 = { status = "pending", commit_sha = "", description = "Find hardcoded tests/artifacts/live_gui_workspace references" }
|
||||
t1_2_2 = { status = "pending", commit_sha = "", description = "Find Path('C:/projects/') references in tests" }
|
||||
t1_3_1 = { status = "pending", commit_sha = "", description = "Read _sync_rag_engine and its callers" }
|
||||
t1_3_2 = { status = "pending", commit_sha = "", description = "Write sync_rag_race.md audit" }
|
||||
t1_4_1 = { status = "pending", commit_sha = "", description = "Read /api/gui/set_value endpoint" }
|
||||
t1_4_2 = { status = "pending", commit_sha = "", description = "Read __setattr__ and _UI_FLAG_DEFAULTS allowlist" }
|
||||
t1_4_3 = { status = "pending", commit_sha = "", description = "Diagnostic test of set_value('ai_input')" }
|
||||
t1_4_4 = { status = "pending", commit_sha = "", description = "Write set_value_hook.md audit" }
|
||||
t1_1_1 = { status = "completed", commit_sha = "d1c6c6c3", description = "Enumerate live_gui test cross-file state dependencies" }
|
||||
t1_1_2 = { status = "completed", commit_sha = "d1c6c6c3", description = "Document set_value/get_value/reset_session per test" }
|
||||
t1_1_3 = { status = "completed", commit_sha = "d1c6c6c3", description = "Categorize self-contained vs cross-test-dependent" }
|
||||
t1_2_1 = { status = "completed", commit_sha = "aebbd668", description = "Find hardcoded tests/artifacts/live_gui_workspace references" }
|
||||
t1_2_2 = { status = "completed", commit_sha = "aebbd668", description = "Find Path('C:/projects/') references in tests" }
|
||||
t1_3_1 = { status = "completed", commit_sha = "5e13fa9b", description = "Read _sync_rag_engine and its callers" }
|
||||
t1_3_2 = { status = "completed", commit_sha = "5e13fa9b", description = "Write sync_rag_race.md audit" }
|
||||
t1_4_1 = { status = "completed", commit_sha = "5df22fa8", description = "Read /api/gui/set_value endpoint" }
|
||||
t1_4_2 = { status = "completed", commit_sha = "5df22fa8", description = "Read __setattr__ and _UI_FLAG_DEFAULTS allowlist" }
|
||||
t1_4_3 = { status = "completed", commit_sha = "5df22fa8", description = "Diagnostic test of set_value('ai_input')" }
|
||||
t1_4_4 = { status = "completed", commit_sha = "5df22fa8", description = "Write set_value_hook.md audit" }
|
||||
|
||||
# Phase 2: FR1
|
||||
t2_1_1 = { status = "pending", commit_sha = "", description = "Pre-edit checkpoint (git stash)" }
|
||||
@@ -120,7 +120,7 @@ t8_2_2 = { status = "pending", commit_sha = "", description = "Add §8 Per-test
|
||||
t8_2_3 = { status = "pending", commit_sha = "", description = "Commit docs update" }
|
||||
|
||||
[verification]
|
||||
phase_1_audits_committed = false
|
||||
phase_1_audits_committed = true
|
||||
phase_2_respawn_fixture_works = false
|
||||
phase_3_rag_test_passes_in_batch = false
|
||||
phase_4_io_pool_race_fixed = false
|
||||
|
||||
Reference in New Issue
Block a user