From d92361b025c9fc0fcb7f16c69146f45a265cf1b5 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 12 May 2026 19:03:08 -0400 Subject: [PATCH] conductor(plan): Mark linter tasks as complete --- .../tracks/gui_refactor_stabilization_20260512/plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conductor/tracks/gui_refactor_stabilization_20260512/plan.md b/conductor/tracks/gui_refactor_stabilization_20260512/plan.md index e8a972d..efcd02b 100644 --- a/conductor/tracks/gui_refactor_stabilization_20260512/plan.md +++ b/conductor/tracks/gui_refactor_stabilization_20260512/plan.md @@ -1,9 +1,9 @@ # Implementation Plan: GUI Refactor & Stabilization ## Phase 1: Linting & Verification Foundations -- [~] Task: Develop custom AST linter for ImGui scope/indentation in `scripts/check_imgui_scopes.py`. -- [ ] Task: Write tests for the new AST linter to ensure it catches unclosed scopes and indentation mismatches. -- [ ] Task: Expand API hooks in `src/api_hooks.py` to better simulate complex UI interactions (e.g., specific widget clicks, drag operations). +- [x] Task: Develop custom AST linter for ImGui scope/indentation in `scripts/check_imgui_scopes.py`. c359961 +- [x] Task: Write tests for the new AST linter to ensure it catches unclosed scopes and indentation mismatches. c359961 +- [~] Task: Expand API hooks in `src/api_hooks.py` to better simulate complex UI interactions (e.g., specific widget clicks, drag operations). - [ ] Task: Write tests for the new API hooks. - [ ] Task: Conductor - User Manual Verification 'Linting & Verification Foundations' (Protocol in workflow.md)