prep for new tracks

This commit is contained in:
2026-03-06 14:46:22 -05:00
parent b8485073da
commit 3336959e02
69 changed files with 1201 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Implementation Plan: Deep AST-Driven Context Pruning (RAG for Code) (deep_ast_context_pruning)
## Phase 1: Research & Design
- [ ] Task: Analyze existing backend implementation
- [ ] Task: Design GUI/UX approach
- [ ] Task: Conductor - User Manual Verification
## Phase 2: Implementation
- [ ] Task: Implement feature
- [ ] Task: Write tests
- [ ] Task: Conductor - User Manual Verification
## Phase 3: Verification
- [ ] Task: Run test suite
- [ ] Task: Verify coverage
- [ ] Task: Conductor - Phase Completion Verification

View File

@@ -0,0 +1,33 @@
# Track Specification: Deep AST-Driven Context Pruning (RAG for Code)
## Overview
Implement deep ast-driven context pruning (rag for code) for Manual Slop application.
## Current State Audit
### Already Implemented (DO NOT re-implement)
- Existing backend functionality in src/ modules
- Test coverage for core features
### Gaps to Fill (This Track Scope)
This track addresses the gap between backend implementation and user-facing GUI/control.
## Goals
- Implement deep ast-driven context pruning (rag for code)
- Ensure test coverage
- Follow existing code patterns
## Functional Requirements
- User-facing functionality as described in TASKS.md
- Integration with existing backend
## Non-Functional Requirements
- Performance: Maintain UI responsiveness
- Tests: >80% coverage for new code
## Architecture Reference
- docs/guide_architecture.md
- docs/guide_mma.md
- docs/guide_tools.md
## Out of Scope
- Major refactoring of unrelated systems