conductor(plan): Mark Phase 1 as complete

This commit is contained in:
2026-03-13 11:58:43 -04:00
parent 815ee55981
commit 841e54aa47

View File

@@ -1,10 +1,10 @@
# Implementation Plan: Custom Shader and Window Frame Support # Implementation Plan: Custom Shader and Window Frame Support
## Phase 1: Investigation & Architecture Prototyping ## Phase 1: Investigation & Architecture Prototyping [checkpoint: 815ee55]
- [x] Task: Investigate imgui-bundle and Dear PyGui capabilities for injecting raw custom shaders (OpenGL/D3D11) vs extending ImDrawList batching. [5f4da36] - [x] Task: Investigate imgui-bundle and Dear PyGui capabilities for injecting raw custom shaders (OpenGL/D3D11) vs extending ImDrawList batching. [5f4da36]
- [x] Task: Investigate Python ecosystem capabilities for overloading OS window frames (e.g., `pywin32` for DWM vs ImGui borderless mode). [5f4da36] - [x] Task: Investigate Python ecosystem capabilities for overloading OS window frames (e.g., `pywin32` for DWM vs ImGui borderless mode). [5f4da36]
- [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: Draft architectural design document (`docs/guide_shaders_and_window.md`) detailing the chosen shader injection method and window frame overloading strategy. [5f4da36]
- [~] Task: Conductor - User Manual Verification 'Phase 1: Investigation & Architecture Prototyping' (Protocol in workflow.md) - [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
- [ ] Task: Write Tests: Verify the application window launches with the custom frame/borderless mode active. - [ ] Task: Write Tests: Verify the application window launches with the custom frame/borderless mode active.