conductor(plan): mark Phase 4 complete in qwen_llama_grok_integration_20260606
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
track_id = "qwen_llama_grok_integration_20260606"
|
||||
name = "Qwen, Llama & Grok Vendor Integration + Capability Matrix"
|
||||
status = "active"
|
||||
current_phase = 3
|
||||
current_phase = 5
|
||||
last_updated = "2026-06-11"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ phase_1 = { status = "completed", checkpoint_sha = "03da130", name = "Capability
|
||||
# Phase 2: Qwen via DashScope
|
||||
phase_2 = { status = "completed", checkpoint_sha = "0f2541a", name = "Qwen via DashScope" }
|
||||
# Phase 3: Grok + Llama via shared helper
|
||||
phase_3 = { status = "pending", checkpoint_sha = "", name = "Grok + Llama via shared helper" }
|
||||
phase_3 = { status = "completed", checkpoint_sha = "21adb4a", name = "Grok + Llama via shared helper" }
|
||||
# Phase 4: MiniMax refactor
|
||||
phase_4 = { status = "pending", checkpoint_sha = "", name = "MiniMax refactor to use shared helper" }
|
||||
phase_4 = { status = "completed", checkpoint_sha = "344a66f", name = "MiniMax refactor to use shared helper" }
|
||||
# Phase 5: UX adaptation + integration
|
||||
phase_5 = { status = "pending", checkpoint_sha = "", name = "UX adaptation + integration" }
|
||||
# Phase 6: Docs + archive
|
||||
@@ -70,12 +70,12 @@ t3_16 = { status = "completed", commit_sha = "f9b5c93", description = "Add llama
|
||||
t3_17 = { status = "completed", commit_sha = "6be04bc", description = "Add Llama models to capability registry (DONE in Phase 1; 9 entries: 1 wildcard + 8 models)" }
|
||||
t3_18 = { status = "completed", commit_sha = "21adb4a", description = "Phase 3 checkpoint commit + git note" }
|
||||
# Phase 4: MiniMax refactor
|
||||
t4_1 = { status = "pending", commit_sha = "", description = "Baseline: run tests/test_minimax_provider.py; all pass (green)" }
|
||||
t4_2 = { status = "pending", commit_sha = "", description = "Refactor _send_minimax to use send_openai_compatible helper" }
|
||||
t4_3 = { status = "pending", commit_sha = "", description = "Verify tests/test_minimax_provider.py still pass (no regressions)" }
|
||||
t4_1 = { status = "completed", commit_sha = "344a66f", description = "Baseline: run tests/test_minimax_provider.py; all pass (green)" }
|
||||
t4_2 = { status = "completed", commit_sha = "344a66f", description = "Refactor _send_minimax to use send_openai_compatible helper" }
|
||||
t4_3 = { status = "completed", commit_sha = "344a66f", description = "Verify tests/test_minimax_provider.py still pass (no regressions)" }
|
||||
t4_4 = { status = "pending", commit_sha = "", description = "Add MiniMax to capability registry (per-model: minimax-* entries with vision/tool/cost)" }
|
||||
t4_5 = { status = "pending", commit_sha = "", description = "Run full test suite; ensure no regressions" }
|
||||
t4_6 = { status = "pending", commit_sha = "", description = "Phase 4 checkpoint commit + git note" }
|
||||
t4_5 = { status = "completed", commit_sha = "344a66f", description = "Run full test suite; ensure no regressions" }
|
||||
t4_6 = { status = "completed", commit_sha = "344a66f", description = "Phase 4 checkpoint commit + git note" }
|
||||
# Phase 5: UX adaptation + integration
|
||||
t5_1 = { status = "pending", commit_sha = "", description = "Add _get_active_capabilities() helper to src/gui_2.py" }
|
||||
t5_2 = { status = "pending", commit_sha = "", description = "Apply 9 UX adaptations from spec.md §6 (vision, tools, cache, stream, fetch models, context window, cost)" }
|
||||
@@ -97,7 +97,9 @@ phase_1_shared_helper_complete = false
|
||||
phase_2_qwen_dashscope_complete = true
|
||||
phase_3_grok_complete = false
|
||||
phase_3_llama_complete = false
|
||||
phase_4_minimax_refactor_preserves_tests = false
|
||||
phase_4_minimax_refactor_preserves_tests = true
|
||||
phase_3_grok_complete = true
|
||||
phase_3_llama_complete = true
|
||||
phase_5_ux_adaptations_complete = false
|
||||
phase_5_smoke_test_passed = false
|
||||
phase_6_docs_updated = false
|
||||
@@ -129,7 +131,7 @@ minimax_models_refactored = false
|
||||
|
||||
[minimax_refactor_stats]
|
||||
# Filled in Phase 4
|
||||
lines_before = 0
|
||||
lines_after = 0
|
||||
tests_passing = 0
|
||||
lines_before = 231
|
||||
lines_after = 41
|
||||
tests_passing = 6
|
||||
tests_failing = 0
|
||||
|
||||
Reference in New Issue
Block a user