Files
manual_slop/conductor/tracks/phase6_review_20260510/plan.md
T
ed 772d567301 test(coverage): add FuzzyAnchor and HistoryManager unit tests
- test_fuzzy_anchor.py: 6 tests for fuzzy slice resolution
- test_history_manager.py: 8 tests for undo/redo and UISnapshot roundtrip
2026-05-10 15:42:54 -04:00

1.7 KiB

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. (Minimax regression, Snapshot crash).
  • 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)