conductor(state): fix duplicate keys in ai_loop_regressions_20260614 state.toml
This commit is contained in:
@@ -20,10 +20,6 @@ phase_2 = { status = "completed", checkpointsha = "24ba2499", name = "Fix FR1 (B
|
||||
phase_3 = { status = "completed", checkpointsha = "2b7b571a", name = "Fix FR2 (Bug #1): replace dead except ProviderError clauses" }
|
||||
phase_4 = { status = "completed", checkpointsha = "f4a782d9", name = "Fix FR3 (Bug #3): MiniMax thinking mono rendering" }
|
||||
phase_5 = { status = "completed", checkpointsha = "01075222", name = "Regression Sweep + Documentation" }
|
||||
phase_2 = { status = "pending", checkpointsha = "", name = "Fix FR1 (Bug #2): error response becomes a discussion entry" }
|
||||
phase_3 = { status = "pending", checkpointsha = "", name = "Fix FR2 (Bug #1): replace dead except ProviderError clauses" }
|
||||
phase_4 = { status = "pending", checkpointsha = "", name = "Fix FR3 (Bug #3): MiniMax thinking mono rendering" }
|
||||
phase_5 = { status = "pending", checkpointsha = "", name = "Regression Sweep + Documentation" }
|
||||
|
||||
[tasks]
|
||||
t1_1 = { status = "completed", commit_sha = "44dc90bc", description = "Create test file with FR1 test scaffold" }
|
||||
@@ -43,19 +39,6 @@ t5_1 = { status = "completed", commit_sha = "01075222", description = "Run full
|
||||
t5_2 = { status = "completed", commit_sha = "2489e321", description = "Add follow-up notes to docs/guide_ai_client.md" }
|
||||
t5_3 = { status = "completed", commit_sha = "01075222", description = "Update metadata.json to mark track complete" }
|
||||
t5_4 = { status = "completed", commit_sha = "01075222", description = "Announce track complete" }
|
||||
t2_1 = { status = "pending", commit_sha = "", description = "Update _handle_request_event to use send_result() and route errors" }
|
||||
t2_2 = { status = "pending", commit_sha = "", description = "Add live_gui regression test for the error path" }
|
||||
t2_3 = { status = "pending", commit_sha = "", description = "Verify no regression in other providers" }
|
||||
t3_1 = { status = "pending", commit_sha = "", description = "Replace the 3 dead except ProviderError sites" }
|
||||
t3_2 = { status = "pending", commit_sha = "", description = "Add docstring reference to styleguide" }
|
||||
t3_3 = { status = "pending", commit_sha = "", description = "Verify all FR2 tests pass" }
|
||||
t4_1 = { status = "pending", commit_sha = "", description = "Implement thinking-wrap in run_with_tool_loop" }
|
||||
t4_2 = { status = "pending", commit_sha = "", description = "Verify other providers unaffected" }
|
||||
t4_3 = { status = "pending", commit_sha = "", description = "Add live_gui regression test for MiniMax thinking-mono rendering" }
|
||||
t5_1 = { status = "pending", commit_sha = "", description = "Run full test suite" }
|
||||
t5_2 = { status = "pending", commit_sha = "", description = "Add follow-up notes to docs/guide_ai_client.md" }
|
||||
t5_3 = { status = "pending", commit_sha = "", description = "Update metadata.json to mark track complete" }
|
||||
t5_4 = { status = "pending", commit_sha = "", description = "Announce track complete" }
|
||||
|
||||
[verification]
|
||||
all_tests_pass = true
|
||||
|
||||
Reference in New Issue
Block a user