conductor(plan): Mark Phase 1.5 complete (no-op patch_modal stays)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
- [x] **Task 1.2** [Tier 3]: Move `src/shaders.py` (10 lines, draw_soft_shadow) → `src/gui_2.py` `[4bb930c3]`
|
||||
- [x] **Task 1.3** [Tier 3]: Move `src/command_palette.py` (split: registry → `src/commands.py`, render → `src/gui_2.py`) `[3dd153f7]`
|
||||
- [x] **Task 1.4** [Tier 3]: Move `src/diff_viewer.py` (split: data classes → `src/patch_modal.py`, ops → `src/gui_2.py`) `[163b1249]`
|
||||
- [ ] **Task 1.5** [Tier 3]: Move `src/patch_modal.py` → split per architecture: data stays in patch_modal.py, ops to commands.py, view to gui_2.py
|
||||
- [x] **Task 1.5** [Tier 3]: `src/patch_modal.py` no-op (already correct architecture after 1.4: data classes stay, ops are test-only) `[8407d4ee]`
|
||||
- [x] **COMMITS 1.2-1.5:** One per file
|
||||
- [x] **VERIFICATION:** `git grep -l "imgui_bundle\|from imgui\\." -- 'src/*.py'` returns ONLY `gui_2.py` + `imgui_scopes.py`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user