Private
Public Access
0
0

conductor(plan): mark t3.1-t3.2 + t3.8-t3.13 complete; advance to t3.3+t3.14 (Green)

This commit is contained in:
2026-06-11 01:42:13 -04:00
parent 90f2be94af
commit 891c008f0c
@@ -50,13 +50,14 @@ t2_9 = { status = "completed", commit_sha = "6be04bc", description = "Add Qwen m
t2_10 = { status = "completed", commit_sha = "ab6b53f", description = "Add Qwen pricing to src/cost_tracker.py" }
t2_11 = { status = "completed", commit_sha = "0f2541a", description = "Phase 2 checkpoint commit + git note" }
# Phase 3: Grok + Llama via shared helper
t3_1 = { status = "pending", commit_sha = "", description = "Red: tests/test_grok_provider.py::test_send_grok_uses_xai_endpoint" }
t3_2 = { status = "pending", commit_sha = "", description = "Red: tests/test_grok_provider.py::test_grok_2_vision_vision_support" }
t3_3 = { status = "pending", commit_sha = "", description = "Green: implement _send_grok, _ensure_grok_client in src/ai_client.py" }
t3_4 = { status = "pending", commit_sha = "", description = "Add [grok] section to credentials_template.toml" }
t3_5 = { status = "pending", commit_sha = "", description = "Add grok to PROVIDERS in src/gui_2.py and src/app_controller.py" }
t3_6 = { status = "pending", commit_sha = "", description = "Add Grok models to capability registry" }
t3_7 = { status = "pending", commit_sha = "", description = "Add Grok pricing to src/cost_tracker.py" }
t3_1 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_grok_provider.py::test_send_grok_uses_xai_endpoint" }
t3_2 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_grok_provider.py::test_grok_2_vision_vision_support" }
t3_8 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_llama_provider.py::test_send_llama_ollama_backend" }
t3_9 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_llama_provider.py::test_send_llama_openrouter_backend" }
t3_10 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_llama_provider.py::test_send_llama_custom_url" }
t3_11 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_llama_provider.py::test_llama_model_discovery_unions_ollama_and_openrouter" }
t3_12 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_llama_provider.py::test_llama_3_2_vision_vision_support" }
t3_13 = { status = "completed", commit_sha = "90f2be9", description = "Red: tests/test_llama_provider.py::test_llama_local_backend_cost_tracking_false" }
t3_8 = { status = "pending", commit_sha = "", description = "Red: tests/test_llama_provider.py::test_send_llama_ollama_backend" }
t3_9 = { status = "pending", commit_sha = "", description = "Red: tests/test_llama_provider.py::test_send_llama_openrouter_backend" }
t3_10 = { status = "pending", commit_sha = "", description = "Red: tests/test_llama_provider.py::test_send_llama_custom_url" }
@@ -93,7 +94,7 @@ t6_5 = { status = "pending", commit_sha = "", description = "Final checkpoint co
# Filled as phases complete
phase_1_capability_registry_complete = false
phase_1_shared_helper_complete = false
phase_2_qwen_dashscope_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