conductor: add phase 6 context composition redesign tracks

- context_comp_decouple_20260510: Decouple Files & Media from Context Composition, directory grouping, file stats
- context_comp_slices_20260510: Slice visualization with annotations, view presets
- context_comp_presets_20260510: Context preset save/load with validation, context preview
- Depends_on chain: presets -> slices -> decouple
This commit is contained in:
2026-05-10 22:12:03 -04:00
parent f9cc89c877
commit de3dfec4de
10 changed files with 372 additions and 1 deletions
+13 -1
View File
@@ -4,7 +4,7 @@ This file tracks all major tracks for the project. Each track has its own detail
---
## Phase 6: GenCpp UX Validation & "Take" Granularity
## Phase 6: Context Composition Redesign
*Initialized: 2026-05-10*
@@ -42,6 +42,18 @@ This file tracks all major tracks for the project. Each track has its own detail
*Link: [./tracks/gencpp_dogfood_feedback_20260510/](./tracks/gencpp_dogfood_feedback_20260510/)*
*Goal: Verify Manual Slop can target gencpp at C:/projects/gencpp and establish a feedback mechanism for issues found during dogfooding.*
9. [ ] **Track: Context Composition Decoupling**
*Link: [./tracks/context_comp_decouple_20260510/](./tracks/context_comp_decouple_20260510/)*
*Goal: Decouple Files & Media from Context Composition, add directory grouping, file stats, and view mode selection per file.*
10. [ ] **Track: Context Composition Slice Visualization**
*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.*
---
## Hot Reload Feature