TIER-2 READ conductor/code_styleguides/error_handling.md end-to-end before Phase 7: conductor(gui_2): Phase 7 checkpoint — 1 worker site migrated

Adds 2 invariant tests:
- test_phase_7_invariant_batch_d_count_dropped: pins the count to <=2
  (post-Phase-7 baseline, down from 3 pre-Phase-7).
- test_phase_7_invariant_all_1_migration_sites_have_tests: verifies the
  1 migrated site (L4321 worker) has both success and failure tests.

Updates state.toml: phase_7 status = completed.
This commit is contained in:
ed
2026-06-20 00:21:57 -04:00
parent bcfb4887b1
commit 50ee495199
2 changed files with 59 additions and 1 deletions
@@ -25,7 +25,7 @@ phase_3 = { status = "completed", checkpointsha = "e622f1e", name = "INTERNAL_BR
phase_4 = { status = "pending", checkpointsha = "", name = "INTERNAL_BROAD_CATCH Batch B — modal/dialog sites (<=10 sites)" }
phase_5 = { status = "pending", checkpointsha = "", name = "INTERNAL_BROAD_CATCH Batch C — event handler sites (<=10 sites)" }
phase_6 = { status = "completed", checkpointsha = "c574393", name = "Signal handler sites (<=5 sites; Pattern 3 drain) — 0 sites in this track" }
phase_7 = { status = "pending", checkpointsha = "", name = "Worker / background sites (<=5 sites; thread-safety)" }
phase_7 = { status = "completed", checkpointsha = "<pending>", name = "Worker / background sites (<=5 sites; thread-safety) — 1 site migrated (L4321)" }
phase_8 = { status = "pending", checkpointsha = "", name = "Property setter / state sites (<=5 sites)" }
phase_9 = { status = "pending", checkpointsha = "", name = "Helper / utility sites (<=5 sites)" }
phase_10 = { status = "pending", checkpointsha = "", name = "INTERNAL_SILENT_SWALLOW migrations (<=13 sites; logging NOT a drain)" }