WIP: Catching up on state of this codebase..

This commit is contained in:
2026-05-02 11:59:22 -04:00
parent 7d9d8a70e8
commit 1f0bd94f10
5 changed files with 419 additions and 35 deletions
@@ -6,12 +6,10 @@ Focus: Remove redundant ui_summary_only, rename Context Hub, establish project-l
- [x] Task: Audit current ui_summary_only usages and document behavior to deprecate [f6fe3ba] (embedded audit)
- [x] Task: Remove ui_summary_only checkbox from _render_projects_panel (gui_2.py) [f5d4913]
- [x] Task: Rename Context Hub to "Project Settings" in _gui_func tab bar [2ed9867]
- [ ] Task: Remove Context Presets tab from Project Settings (Context Hub)
- [ ] Task: Rename Context Hub to "Project Settings" in _gui_func tab bar
- [x] Task: Remove Context Presets tab from Project Settings (Context Hub) [9ddbcd2]
- [x] Task: Update references in show_windows dict and any help text [2ed9867] (renamed Context Hub -> Project Settings)
- [x] Task: Write tests verifying ui_summary_only removal doesn't break existing functionality [f5d4913]
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Cleanup & Project Settings Rename'
- [x] Task: Conductor - User Manual Verification 'Phase 1: Cleanup & Project Settings Rename'
## Phase 2: Merge Session Hub into Discussion Hub [checkpoint: 2b73745]
Focus: Move Session Hub tabs into Discussion Hub, eliminate separate Session Hub window
@@ -32,7 +30,7 @@ Focus: Per-discussion file filter with save/load preset functionality
- [x] Task: Implement per-file flags display (Auto-Aggregate, Force Full) [a3c8d4b]
- [x] Task: Implement Save as Preset / Load Preset buttons [a3c8d4b]
- [x] Task: Connect Context Presets storage to this panel [a3c8d4b]
- [ ] Task: Update Persona editor to reference Context Composition presets (NOTE: already done via existing context_preset field in Persona)
- [x] Task: Update Persona editor to reference Context Composition presets (NOTE: already done via existing context_preset field in Persona) [a3c8d4b]
- [x] Task: Write tests for Context Composition preset save/load [a3c8d4b]
- [x] Task: Conductor - User Manual Verification 'Phase 3: Context Composition Tab'
@@ -52,6 +50,6 @@ Focus: DAW-style branching with proper visual timeline and synthesis
Focus: Ensure all panels work together, remove dead code
- [ ] Task: Run full test suite to verify no regressions
- [ ] Task: Remove dead code from ui_summary_only references
- [ ] Task: Update conductor/tracks.md to mark old session_context_snapshots and discussion_takes_branching as archived/replaced
- [x] Task: Remove dead code from ui_summary_only references [verified]
- [x] Task: Update conductor/tracks.md to mark old session_context_snapshots and discussion_takes_branching as archived/replaced [verified]
- [ ] Task: Conductor - User Manual Verification 'Phase 5: Final Integration & Cleanup'