WIP next tracks planing
This commit is contained in:
@@ -1,33 +1,27 @@
|
||||
# Track Specification: Transitioning to Native Orchestrator
|
||||
# Track Specification: Native Orchestrator
|
||||
|
||||
## Overview
|
||||
Implement transitioning to native orchestrator for Manual Slop application.
|
||||
Absorb mma_exec.py into core app for pure Python MMA orchestration.
|
||||
|
||||
## Current State Audit
|
||||
### Already Implemented (DO NOT re-implement)
|
||||
- Existing backend functionality in src/ modules
|
||||
- Test coverage for core features
|
||||
### Already Implemented
|
||||
- mma_exec.py for tier delegation
|
||||
- ConductorEngine in multi_agent_conductor.py
|
||||
|
||||
### Gaps to Fill (This Track Scope)
|
||||
This track addresses the gap between backend implementation and user-facing GUI/control.
|
||||
### Gaps to Fill
|
||||
- External CLI dependency
|
||||
- No native plan.md management
|
||||
|
||||
## Goals
|
||||
- Implement transitioning to native orchestrator
|
||||
- Ensure test coverage
|
||||
- Follow existing code patterns
|
||||
- Read/write plan.md natively
|
||||
- Manage metadata.json in Python
|
||||
- Remove mma_exec.py dependency
|
||||
|
||||
## Functional Requirements
|
||||
- User-facing functionality as described in TASKS.md
|
||||
- Integration with existing backend
|
||||
- Plan file CRUD operations
|
||||
- Metadata management
|
||||
- Tier delegation in-process
|
||||
|
||||
## 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
|
||||
- Backward compatible with existing tracks
|
||||
- No breaking changes to API
|
||||
|
||||
Reference in New Issue
Block a user