chore(conductor): Add new track 'Phase 6 Review and Regression Verification'

This commit is contained in:
2026-05-10 14:15:33 -04:00
parent 3bdd269d5e
commit b85fa4df15
5 changed files with 73 additions and 0 deletions
@@ -0,0 +1,26 @@
# Implementation Plan: Phase 6 Review and Regression Verification
## Phase 1: Regression Testing (Batch Execution)
- [ ] Task: Execute the full test suite in batches of 4 test files.
- [ ] Task: Document any failures and categorize by root cause.
- [ ] Task: Fix regressions introduced by Phase 6 (if any).
- [ ] Task: Conductor - User Manual Verification 'Phase 1' (Protocol in workflow.md)
## Phase 2: Feature Coverage (Core Logic)
- [ ] Task: Write unit tests for C++ AST Tree Masking logic using samples from `gencpp/base/components`.
- [ ] Task: Write unit tests for 'Fuzzy Anchor' resolution across simulated file edits.
- [ ] Task: Write unit tests for `HistoryManager` context snapshot roundtrips.
- [ ] Task: Conductor - User Manual Verification 'Phase 2' (Protocol in workflow.md)
## Phase 3: Integration & GUI Verification
- [ ] Task: Write simulation tests for Batch Operations (Shift-Click selection and Action Bar execution).
- [ ] Task: Write simulation tests for the Interactive AST Inspector modal.
- [ ] Task: Write simulation tests for the Slice Editor (adding/removing slices).
- [ ] Task: Conductor - User Manual Verification 'Phase 3' (Protocol in workflow.md)
## Phase 4: Audit & Documentation Sync
- [ ] Task: Audit Phase 6 commit history for adherence to Conductor workflows.
- [ ] Task: Update `docs/guide_architecture.md` with "Advanced Context Curation" mechanics (AST Masking & Fuzzy Slices).
- [ ] Task: Update `docs/guide_tools.md` with C/C++ AST tool usage guidelines.
- [ ] Task: Generate a final Phase 6 Verification Report in `conductor/tracks/phase6_review_20260510/`.
- [ ] Task: Conductor - User Manual Verification 'Phase 4' (Protocol in workflow.md)