WIP next tracks planing

This commit is contained in:
2026-03-06 14:52:10 -05:00
parent 3336959e02
commit 2c90020682
28 changed files with 482 additions and 540 deletions

View File

@@ -1,33 +1,28 @@
# Track Specification: MMA Multi-Worker Visualization
## Overview
Implement mma multi-worker visualization for Manual Slop application.
Split-view GUI for parallel worker streams per tier.
## Current State Audit
### Already Implemented (DO NOT re-implement)
- Existing backend functionality in src/ modules
- Test coverage for core features
### Already Implemented
- mma_streams in app_controller.py
- Tier source tagging
### Gaps to Fill (This Track Scope)
This track addresses the gap between backend implementation and user-facing GUI/control.
### Gaps to Fill
- Single stream display only
- No per-worker status
- No kill/restart controls
## Goals
- Implement mma multi-worker visualization
- Ensure test coverage
- Follow existing code patterns
- Split view per worker
- Individual status/output tabs
- Kill/restart per worker
## Functional Requirements
- User-facing functionality as described in TASKS.md
- Integration with existing backend
- Multi-pane layout
- Worker lifecycle controls
- Output streaming per worker
## 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
- Handle 4+ concurrent workers
- Graceful termination