docs(conductor): Synchronize docs for track 'MMA Orchestrator Integration'

This commit is contained in:
2026-02-27 11:24:03 -05:00
parent d087a20f7b
commit 8438f69197
4 changed files with 16 additions and 17 deletions

View File

@@ -27,16 +27,16 @@
- [x] Persist the active epic, tracks, and tickets to `manual_slop.toml`.
## Phase 4: Product Alignment & Refinement
- [~] Task: UX Differentiator Audit
- [ ] Ensure the UX prioritizes "Expert Oversight" over "Full Autonomy" (Manual Slop vs. Gemini CLI).
- [ ] Add detailed token metrics and Tier-specific latency indicators to the Dashboard.
- [x] Task: UX Differentiator Audit
- [x] Ensure the UX prioritizes "Expert Oversight" over "Full Autonomy" (Manual Slop vs. Gemini CLI).
- [x] Add detailed token metrics and Tier-specific latency indicators to the Dashboard.
## Phase 5: Exhaustive Testing & Regression
- [ ] Task: Headless Engine Verification
- [ ] Create `tests/test_orchestration_logic.py` to verify Tier 1 -> Tier 2 -> Tier 3 flow without a GUI.
- [ ] Verify DAG resolution and error handling (e.g., blocked tickets).
- [ ] Task: Visual Verification Suite
- [ ] Create `tests/visual_orchestration_verification.py` using `ApiHookClient`.
- [ ] Simulate a full "Epic" lifecycle: User Prompt -> Track Review -> Ticket Generation -> Execution.
- [ ] Task: Core Regression Suite
- [ ] Run all existing MMA, Conductor, and GUI tests to ensure no regressions.
- [x] Task: Headless Engine Verification (d087a20)
- [x] Create `tests/test_orchestration_logic.py` to verify Tier 1 -> Tier 2 -> Tier 3 flow without a GUI.
- [x] Verify DAG resolution and error handling (e.g., blocked tickets).
- [x] Task: Visual Verification Suite (d087a20)
- [x] Create `tests/visual_orchestration_verification.py` using `ApiHookClient`.
- [x] Simulate a full "Epic" lifecycle: User Prompt -> Track Review -> Ticket Generation -> Execution.
- [x] Task: Core Regression Suite (d087a20)
- [x] Run all existing MMA, Conductor, and GUI tests to ensure no regressions.