From 356d5f3618e7cd70052db8b1269a9abfebe6ee4f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 13 Mar 2026 12:24:03 -0400 Subject: [PATCH] conductor(plan): Mark Phase 2 as complete --- conductor/tracks/custom_shaders_20260309/plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conductor/tracks/custom_shaders_20260309/plan.md b/conductor/tracks/custom_shaders_20260309/plan.md index a90f244..9a040a0 100644 --- a/conductor/tracks/custom_shaders_20260309/plan.md +++ b/conductor/tracks/custom_shaders_20260309/plan.md @@ -6,12 +6,12 @@ - [x] Task: Draft architectural design document (`docs/guide_shaders_and_window.md`) detailing the chosen shader injection method and window frame overloading strategy. [5f4da36] - [x] Task: Conductor - User Manual Verification 'Phase 1: Investigation & Architecture Prototyping' (Protocol in workflow.md) [815ee55] -## Phase 2: Custom OS Window Frame Implementation +## Phase 2: Custom OS Window Frame Implementation [checkpoint: b9ca69f] - [x] Task: Write Tests: Verify the application window launches with the custom frame/borderless mode active. [02fca1f] - [x] Task: Implement: Integrate custom window framing logic into the main GUI loop (`src/gui_2.py` / Dear PyGui setup). [59d7368] - [x] Task: Write Tests: Verify standard window controls (minimize, maximize, close, drag) function correctly with the new frame. [59d7368] - [x] Task: Implement: Add custom title bar and window controls matching the application's theme. [59d7368] -- [~] Task: Conductor - User Manual Verification 'Phase 2: Custom OS Window Frame Implementation' (Protocol in workflow.md) +- [x] Task: Conductor - User Manual Verification 'Phase 2: Custom OS Window Frame Implementation' (Protocol in workflow.md) [b9ca69f] ## Phase 3: Core Shader Pipeline Integration - [ ] Task: Write Tests: Verify the shader manager class initializes without errors and can load a basic shader program.