diff --git a/conductor/tracks/test_sandbox_hardening_20260619/state.toml b/conductor/tracks/test_sandbox_hardening_20260619/state.toml index 8813ef93..86ca43fc 100644 --- a/conductor/tracks/test_sandbox_hardening_20260619/state.toml +++ b/conductor/tracks/test_sandbox_hardening_20260619/state.toml @@ -8,6 +8,17 @@ status = "completed" current_phase = "complete" last_updated = "2026-06-19" +[post_completion_patches] +# Three follow-up commits made after the initial track ship, addressing +# failures surfaced by a full batched run of the main repo. These are +# technically scope-creep but were blocking the user's ability to ship +# the work; documented in TRACK_COMPLETION_test_sandbox_hardening_20260619.md +# "Post-completion fixes" section. +patch_1 = { sha = "63e91198", description = "test(sandbox): v3 paths-aware test updates for test_paths/test_summary_cache/test_orchestrator_pm_history/test_gui_paths" } +patch_2 = { sha = "cb68d86f", description = "fix(app_controller): catch RuntimeError from FR1 audit hook in _load_active_project fallback save" } +patch_3 = { sha = "78256174", description = "fix(app_controller): defensive _flush_to_project + RuntimeError catch + audit script false positive + 3 MCP test updates" } +patch_4 = { sha = "61a89fa3", description = "docs(reports): add post-completion fixes section to TRACK_COMPLETION report" } + [blocked_by] # Independent track. No blockers.