conductor(plan): Record Phase 1 checkpoint bc1a570; mark Task 2.1 in progress

This commit is contained in:
2026-03-02 16:20:52 -05:00
parent bc1a5707a0
commit fb0d6be2e6

View File

@@ -6,7 +6,7 @@ Architecture reference: [docs/guide_mma.md](../../../docs/guide_mma.md)
---
## Phase 1: Tier Tagging at Emission
## Phase 1: Tier Tagging at Emission [checkpoint: bc1a570]
Focus: Add `current_tier` context variable to `ai_client` and stamp it on every comms/tool entry at the point of emission. No UI changes — purely data layer.
- [x] Task 1.1: Add `current_tier` module variable to `ai_client.py`. 8d9f25d
@@ -25,7 +25,7 @@ Focus: Add `current_tier` context variable to `ai_client` and stamp it on every
## Phase 2: Tool Log Reader Migration
Focus: Update `_render_tool_calls_panel` to read dicts. No UI change — just fixes the access pattern before Phase 3 adds filter logic.
- [ ] Task 2.1: Update `_render_tool_calls_panel` to use dict access.
- [~] Task 2.1: Update `_render_tool_calls_panel` to use dict access.
- **Location**: `gui_2.py:2989-3039`. Confirm with `get_file_slice(2989, 3042)`.
- **What**: Replace `script, result, _ = self._tool_log[i_minus_one]` with:
```python