conductor(plan): Mark Phase 2 complete, begin Phase 3

This commit is contained in:
2026-03-13 20:39:20 -04:00
parent 9c2078ad78
commit 5416546207

View File

@@ -7,12 +7,12 @@
- [x] Task: Conductor - User Manual Verification 'Phase 1: Robust Foundation' (Protocol in workflow.md) - [x] Task: Conductor - User Manual Verification 'Phase 1: Robust Foundation' (Protocol in workflow.md)
## Phase 2: High-Performance Blur Pipeline ## Phase 2: High-Performance Blur Pipeline
- [~] Task: Implement: Create the `prepare_global_blur` method that renders the background and blurs it at 1/4 resolution. - [x] Task: Implement: Create the `prepare_global_blur` method that renders the background and blurs it at 1/4 resolution. [9c2078a]
- [ ] Task: Implement: Ensure the pipeline correctly handles high-DPI scaling (`fb_scale`) for internal FBO dimensions. - [x] Task: Implement: Ensure the pipeline correctly handles high-DPI scaling (`fb_scale`) for internal FBO dimensions. [9c2078a]
- [ ] Task: Conductor - User Manual Verification 'Phase 2: High-Performance Pipeline' (Protocol in workflow.md) - [~] Task: Conductor - User Manual Verification 'Phase 2: High-Performance Pipeline' (Protocol in workflow.md)
## Phase 3: GUI Integration & Screen-Space Sampling ## Phase 3: GUI Integration & Screen-Space Sampling
- [ ] Task: Implement: Update `_render_frosted_background` to perform normalized screen-space UV sampling. - [~] Task: Implement: Update `_render_frosted_background` to perform normalized screen-space UV sampling.
- [ ] Task: Implement: Update `_begin_window` and `_end_window` to manage global transparency and call the blur renderer. - [ ] Task: Implement: Update `_begin_window` and `_end_window` to manage global transparency and call the blur renderer.
- [ ] Task: Implement: Apply the new window wrappers to all primary panels in `src/gui_2.py`. - [ ] Task: Implement: Apply the new window wrappers to all primary panels in `src/gui_2.py`.
- [ ] Task: Conductor - User Manual Verification 'Phase 3: GUI Integration' (Protocol in workflow.md) - [ ] Task: Conductor - User Manual Verification 'Phase 3: GUI Integration' (Protocol in workflow.md)