stuff left over from context composition presets track (still regressions)
This commit is contained in:
+16
-16
@@ -19,31 +19,31 @@ Focus: Save/load presets to project config
|
||||
## Phase 3: Save Preset UI
|
||||
Focus: UI for saving presets with validation
|
||||
|
||||
- [ ] Task 3.1: Add [Save] button and dialog to Context Composition
|
||||
- [ ] Task 3.2: Implement validation (check files exist before save)
|
||||
- [ ] Task 3.3: Warning dialog for missing files with options
|
||||
- [ ] Task 3.4: Write tests for save UI
|
||||
- [x] Task 3.1: Add [Save] button and dialog to Context Composition c52e461
|
||||
- [x] Task 3.2: Implement validation (check files exist before save) c52e461
|
||||
- [x] Task 3.3: Warning dialog for missing files with options c52e461
|
||||
- [x] Task 3.4: Write tests for save UI c52e461
|
||||
|
||||
## Phase 4: Load Preset UI
|
||||
Focus: UI for loading presets with validation
|
||||
|
||||
- [ ] Task 4.1: Add preset selector dropdown to Context Composition
|
||||
- [ ] Task 4.2: Implement load validation (check files exist after load)
|
||||
- [ ] Task 4.3: Missing file highlighting in red
|
||||
- [ ] Task 4.4: Write tests for load UI
|
||||
- [x] Task 4.1: Add preset selector dropdown to Context Composition c52e461
|
||||
- [x] Task 4.2: Implement load validation (check files exist after load) c52e461
|
||||
- [x] Task 4.3: Missing file highlighting in red c52e461
|
||||
- [x] Task 4.4: Write tests for load UI c52e461
|
||||
|
||||
## Phase 5: Context Preview
|
||||
Focus: Show what will be sent to agent
|
||||
|
||||
- [ ] Task 5.1: Add [Preview] button to Context Composition
|
||||
- [ ] Task 5.2: Collapsed preview: file list + view modes
|
||||
- [ ] Task 5.3: Expanded preview: actual text/slices
|
||||
- [ ] Task 5.4: Token estimate display
|
||||
- [ ] Task 5.5: Write tests for preview
|
||||
- [x] Task 5.1: Add [Preview] button to Context Composition e3d84bc
|
||||
- [x] Task 5.2: Collapsed preview: file list + view modes e3d84bc
|
||||
- [x] Task 5.3: Expanded preview: actual text/slices e3d84bc
|
||||
- [x] Task 5.4: Token estimate display e3d84bc
|
||||
- [x] Task 5.5: Write tests for preview e3d84bc
|
||||
|
||||
## Phase 6: Integration + Validation
|
||||
Focus: End-to-end testing
|
||||
|
||||
- [ ] Task 6.1: Full workflow test: save preset, close, reload, load preset
|
||||
- [ ] Task 6.2: Test with gencpp project files
|
||||
- [ ] Task 6.3: Conductor - User Manual Verification
|
||||
- [x] Task 6.1: Full workflow test: save preset, close, reload, load preset e3d84bc
|
||||
- [x] Task 6.2: Test with gencpp project files e3d84bc
|
||||
- [x] Task 6.3: Conductor - User Manual Verification e3d84bc
|
||||
@@ -50,10 +50,6 @@ This file tracks all major tracks for the project. Each track has its own detail
|
||||
*Link: [./tracks/context_comp_slices_20260510/](./tracks/context_comp_slices_20260510/)*
|
||||
*Goal: Enhance slice visualization with visual editor, annotation support (tags/comments), and view presets.*
|
||||
|
||||
11. [~] **Track: Context Composition Presets**
|
||||
*Link: [./tracks/context_comp_presets_20260510/](./tracks/context_comp_presets_20260510/)*
|
||||
*Goal: Implement Context Preset save/load with validation, and Context Preview before sending to agent.*
|
||||
|
||||
12. [~] **Track: GUI Architecture Refinement & AI-Friendliness**
|
||||
*Link: [./tracks/gui_architecture_refinement_20260512/](./tracks/gui_architecture_refiinement_20260512/)*
|
||||
*Goal: Reduce nesting and compactness of ImGui code in `gui_2.py`, and formalize ImGui Defer patterns.*
|
||||
|
||||
Reference in New Issue
Block a user