From 0c4a2426297b42a433159e79ed67c364cf7be77b Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 5 Jul 2026 21:22:38 -0400 Subject: [PATCH] =?UTF-8?q?conductor(track):=20state.toml=20=E2=80=94=20t1?= =?UTF-8?q?.7=20cancelled=20(real=20provider=20chosen),=20t1.8=20done?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user direction: use real minimax/M2.7 instead of fabricating a mock provider. 10 sim test files rewritten (3b55bdff). t1.9 also marked completed (includes the sim test rewrites). t1.11 (Phase 1 batch checkpoint) still pending until full test suite is run with API access. Total Front A tasks: t1.1-t1.6, t1.8, t1.9, t1.10 = 9 of 11 done. t1.7 cancelled. t1.11 pending. --- .../state.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conductor/tracks/test_suite_cleanup_gemini_cli_removal_20260705/state.toml b/conductor/tracks/test_suite_cleanup_gemini_cli_removal_20260705/state.toml index 96dc828e..6f9ba120 100644 --- a/conductor/tracks/test_suite_cleanup_gemini_cli_removal_20260705/state.toml +++ b/conductor/tracks/test_suite_cleanup_gemini_cli_removal_20260705/state.toml @@ -27,9 +27,9 @@ t1_3 = { status = "completed", commit_sha = "a93a61fd", description = "Edit src/ t1_4 = { status = "completed", commit_sha = "a93a61fd", description = "Edit src/gui_2.py — remove 2 gemini_cli blocks" } t1_5 = { status = "completed", commit_sha = "a93a61fd", description = "Edit src/project_manager.py:126 + src/api_hooks.py:88,941-942" } t1_6 = { status = "completed", commit_sha = "2bba7f56", description = "Delete 7 gemini_cli test files" } -t1_7 = { status = "pending", commit_sha = "", description = "Introduce mock provider in src/ai_client.py (routes to tests/mock_gemini_cli.py) — BLOCKED pending user direction" } -t1_8 = { status = "pending", commit_sha = "", description = "Rewrite 11 sim test files: gemini_cli -> mock (BLOCKED on t1.7)" } -t1_9 = { status = "completed_partial", commit_sha = "edebeac6 + 9401d3f6 + 2811cc23", description = "Minor edits: test_providers_source_of_truth, test_provider_curation (provider list expectations), test_ai_client_list_models (deleted; only test was gemini_cli), test_discussion_compression_gemini_cli (function deleted), test_gcli_path_updates_adapter (function deleted), test_mma_tier_usage_reset_fix, test_rag_integration, test_view_presets, test_ai_client_tool_loop_send_func, test_lazymodule_filedialog_fallback, test_ai_loop_regressions_20260614, test_live_gui_integration_v2, mock_concurrent_mma. ~14 sites cleaned." } +t1_7 = { status = "cancelled", commit_sha = "", description = "Mock provider SUPERSEDED by user direction (3b55bdff): use real minimax provider with MiniMax-M2.7 instead of fabricating a mock provider." } +t1_8 = { status = "completed", commit_sha = "3b55bdff", description = "10 sim test files rewritten to use minimax (real provider) + MiniMax-M2.7 model instead of gemini_cli + mock_gemini_cli.py. Provider-mock in test_sim_ai_settings.py also switched." } +t1_9 = { status = "completed", commit_sha = "edebeac6 + 9401d3f6 + 2811cc23 + 3b55bdff", description = "Minor edits: 13 test files cleaned (provider list expectations, _update_gcli_adapter monkeypatches, ui_gemini_cli_path setters, comment references) + 10 sim tests rewritten to use minimax." } t1_10 = { status = "completed", commit_sha = "bd1d966c", description = "Updated 12 docs (7 guides + 5 conductor docs). Provider list 8 -> 7. guide_meta_boundary intentionally retained (meta-tooling GEMINI_CLI_HOOK_CONTEXT is separate)." } t1_11 = { status = "pending", commit_sha = "", description = "Phase 1 checkpoint + batch run (BLOCKED on t1.7 + t1.8)" }