Private
Public Access
0
0

conductor(plan): mark t1.1-t1.4 complete; advance to phase 1 in_progress

This commit is contained in:
2026-06-11 00:31:57 -04:00
parent 6be04bc4f0
commit 6f11e7da14
@@ -5,8 +5,8 @@
track_id = "qwen_llama_grok_integration_20260606"
name = "Qwen, Llama & Grok Vendor Integration + Capability Matrix"
status = "active"
current_phase = 0
last_updated = "2026-06-06"
current_phase = 1
last_updated = "2026-06-11"
[phases]
# Phase 1: Capability matrix framework + shared helper (no user-facing changes)
@@ -25,10 +25,10 @@ phase_6 = { status = "pending", checkpoint_sha = "", name = "Docs + archive" }
[tasks]
# Phase 1: Capability matrix framework + shared helper
# (Tasks TBD by writing-plans; placeholder structure only)
t1_1 = { status = "pending", commit_sha = "", description = "Red: tests/test_vendor_capabilities.py::test_registry_lookup_known_model" }
t1_2 = { status = "pending", commit_sha = "", description = "Red: tests/test_vendor_capabilities.py::test_fallback_to_vendor_default" }
t1_3 = { status = "pending", commit_sha = "", description = "Red: tests/test_vendor_capabilities.py::test_unknown_vendor_raises" }
t1_4 = { status = "pending", commit_sha = "", description = "Green: implement src/vendor_capabilities.py with VendorCapabilities + get_capabilities + initial registry" }
t1_1 = { status = "completed", commit_sha = "6fb6f86", description = "Red: tests/test_vendor_capabilities.py::test_registry_lookup_known_model" }
t1_2 = { status = "completed", commit_sha = "6fb6f86", description = "Red: tests/test_vendor_capabilities.py::test_fallback_to_vendor_default" }
t1_3 = { status = "completed", commit_sha = "6fb6f86", description = "Red: tests/test_vendor_capabilities.py::test_unknown_vendor_raises" }
t1_4 = { status = "completed", commit_sha = "6be04bc", description = "Green: implement src/vendor_capabilities.py with VendorCapabilities + get_capabilities + initial registry" }
t1_5 = { status = "pending", commit_sha = "", description = "Red: tests/test_openai_compatible.py::test_send_non_streaming" }
t1_6 = { status = "pending", commit_sha = "", description = "Red: tests/test_openai_compatible.py::test_send_streaming_aggregates_chunks" }
t1_7 = { status = "pending", commit_sha = "", description = "Red: tests/test_openai_compatible.py::test_tool_call_detection" }