docs(conductor): Initialize Phase 6 GenCpp UX Validation tracks

This commit is contained in:
2026-05-10 12:56:50 -04:00
parent d18aaae0a1
commit ece3c349b9
21 changed files with 160 additions and 0 deletions
+28
View File
@@ -4,6 +4,34 @@ This file tracks all major tracks for the project. Each track has its own detail
---
## Phase 6: GenCpp UX Validation & "Take" Granularity
*Initialized: 2026-05-10*
### Context Control & Workflow Enhancements
1. [ ] **Track: Granular AST Control (Signatures vs. Definitions)**
*Link: [./tracks/granular_ast_control_20260510/](./tracks/granular_ast_control_20260510/)*
*Goal: Introduce 'AST Signatures' and 'AST Definitions' states in the Context Panel for C/C++ files.*
2. [ ] **Track: Context Snapshotting per "Take"**
*Link: [./tracks/context_snapshotting_takes_20260510/](./tracks/context_snapshotting_takes_20260510/)*
*Goal: Snapshot and visually restore the Context Panel state when switching between Takes.*
3. [ ] **Track: Manual Context Pruner / Intercept Modal**
*Link: [./tracks/manual_context_pruner_20260510/](./tracks/manual_context_pruner_20260510/)*
*Goal: Introduce a "Review Context Before Send" modal for manual pruning of RAG chunks and summaries.*
4. [ ] **Track: Context Batch Operations UX**
*Link: [./tracks/context_batch_operations_ux_20260510/](./tracks/context_batch_operations_ux_20260510/)*
*Goal: Add multi-select and batch state modification capabilities to the Context Panel for rapid wrangling.*
5. [ ] **Track: GenCpp Project Initialization**
*Link: [./tracks/gencpp_project_init_20260510/](./tracks/gencpp_project_init_20260510/)*
*Goal: Configure manual_slop.toml in the gencpp repo to isolate conductor tracks, logs, and history.*
---
## Phase 5: Codebase Curation
*Initialized: 2026-05-07*