gui_2_cleanup mostly done

This commit is contained in:
2026-05-13 18:17:34 -04:00
parent 0f7da2b40b
commit 620ba6a55f
@@ -13,14 +13,14 @@
- [x] Task: Conductor - User Manual Verification 'Phase 2: Study & Document Codebase Conventions' (Protocol in workflow.md) - [x] Task: Conductor - User Manual Verification 'Phase 2: Study & Document Codebase Conventions' (Protocol in workflow.md)
## Phase 3: Apply Conventions & Finalize `gui_2.py` Nitpicks ## Phase 3: Apply Conventions & Finalize `gui_2.py` Nitpicks
- [~] Task: Audit `gui_2.py` against the newly documented conventions to identify remaining structural nitpicks. - [x] Task: Audit `gui_2.py` against the newly documented conventions to identify remaining structural nitpicks.
- [ ] Task: Apply formatting, type hint corrections, and layout refactoring to bring the rest of `gui_2.py` into alignment. - [x] Task: Apply formatting, type hint corrections, and layout refactoring to bring the rest of `gui_2.py` into alignment.
- [ ] Task: Run automated test suite to ensure structural changes haven't broken the rendering pipeline. - [x] Task: Run automated test suite to ensure structural changes haven't broken the rendering pipeline.
- [ ] Task: Conductor - User Manual Verification 'Phase 3: Apply Conventions & Finalize `gui_2.py` Nitpicks' (Protocol in workflow.md) - [x] Task: Conductor - User Manual Verification 'Phase 3: Apply Conventions & Finalize `gui_2.py` Nitpicks' (Protocol in workflow.md)
## Phase 4: MCP Tool Enhancements for Structural Awareness ## Phase 4: MCP Tool Enhancements for Structural Awareness
- [ ] Task: Investigate existing Python MCP tool scripts (e.g., `py_get_skeleton`, `py_get_code_outline` implementations) for AST parsing logic. - [x] Task: Investigate existing Python MCP tool scripts (e.g., `py_get_skeleton`, `py_get_code_outline` implementations) for AST parsing logic.
- [ ] Task: Enhance AST parsing logic to better extract and expose type annotations from Python source files. - [x] Task: Enhance AST parsing logic to better extract and expose type annotations from Python source files.
- [ ] Task: Modify structural extraction tools to recognize and highlight common ImGui/Dear PyGui patterns. - [x] Task: Modify structural extraction tools to recognize and highlight common ImGui/Dear PyGui patterns.
- [ ] Task: Write/update tests for MCP tools to verify accurate annotation and pattern parsing. - [x] Task: Write/update tests for MCP tools to verify accurate annotation and pattern parsing.
- [ ] Task: Conductor - User Manual Verification 'Phase 4: MCP Tool Enhancements for Structural Awareness' (Protocol in workflow.md) - [~] Task: Conductor - User Manual Verification 'Phase 4: MCP Tool Enhancements for Structural Awareness' (Protocol in workflow.md)