conductor(plan): Mark task 2.2 complete, begin 2.3 — 340f44e
This commit is contained in:
@@ -38,7 +38,7 @@ Focus: Remove the dead inline menubar block and add a working Quit item to `_sho
|
|||||||
- **How**: Use `set_file_slice` to replace lines 1679-1705 with a single blank line.
|
- **How**: Use `set_file_slice` to replace lines 1679-1705 with a single blank line.
|
||||||
- **Verify**: `grep -n "begin_main_menu_bar" gui_2.py` returns 0 hits.
|
- **Verify**: `grep -n "begin_main_menu_bar" gui_2.py` returns 0 hits.
|
||||||
|
|
||||||
- [~] Task 2.2: Add working "Quit" to `_show_menus`.
|
- [x] Task 2.2: Add working "Quit" to `_show_menus`. 340f44e
|
||||||
- **Location**: `gui_2.py` `_show_menus` method (lines 1620-1647 — confirm with `py_get_definition`).
|
- **Location**: `gui_2.py` `_show_menus` method (lines 1620-1647 — confirm with `py_get_definition`).
|
||||||
- **What**: Before the existing `if imgui.begin_menu("Windows"):` line, insert:
|
- **What**: Before the existing `if imgui.begin_menu("Windows"):` line, insert:
|
||||||
```python
|
```python
|
||||||
@@ -51,7 +51,7 @@ Focus: Remove the dead inline menubar block and add a working Quit item to `_sho
|
|||||||
- **How**: Use `set_file_slice` or `Edit` to insert the block before the "Windows" menu.
|
- **How**: Use `set_file_slice` or `Edit` to insert the block before the "Windows" menu.
|
||||||
- **Verify**: Launch app, confirm "manual slop" > "Quit" appears in menubar and clicking it closes the app cleanly.
|
- **Verify**: Launch app, confirm "manual slop" > "Quit" appears in menubar and clicking it closes the app cleanly.
|
||||||
|
|
||||||
- [ ] Task 2.3: Write/run tests.
|
- [~] Task 2.3: Write/run tests.
|
||||||
- Run `uv run pytest tests/ -x -q`.
|
- Run `uv run pytest tests/ -x -q`.
|
||||||
|
|
||||||
- [ ] Task 2.4: Conductor — User Manual Verification
|
- [ ] Task 2.4: Conductor — User Manual Verification
|
||||||
|
|||||||
Reference in New Issue
Block a user