Private
Public Access
0
0

conductor(plan): Mark Phase 3 (grok migration) as complete [94a136c]

This commit is contained in:
2026-06-25 12:21:12 -04:00
parent 94a136ca32
commit 0e5cb2d400
@@ -50,7 +50,7 @@
- WHAT: replace `_grok_history` and `_grok_history_lock`
- HOW: `manual-slop_edit_file` per site
- SAFETY: Run `tests/test_grok_provider` (4 tests) + `tests/test_provider_state_migration.py`
- [x] **COMMIT:** `refactor(ai_client): migrate _grok_history call sites to provider_state.get_history("grok")` (Tier 3, atomic)
- [x] **COMMIT:** `refactor(ai_client): migrate _grok_history call sites to provider_state.get_history("grok")` [94a136c] (Tier 3, atomic)
- [x] **GIT NOTE:** 4 sites migrated. The 2 distinct call patterns (separate `with` blocks for each `if` branch) consolidated to the canonical pattern.
## Phase 4: Migrate minimax (1 task, 1 commit)