progression.

This commit is contained in:
2026-05-07 23:39:52 -04:00
parent c036ac80a8
commit e12c34b8fe
2 changed files with 5 additions and 0 deletions
@@ -6,6 +6,7 @@
- [ ] Task: Conductor - User Manual Verification 'Standardization' (Protocol in workflow.md) - [ ] Task: Conductor - User Manual Verification 'Standardization' (Protocol in workflow.md)
## Phase 2: Surgical Curation of `./src` ## Phase 2: Surgical Curation of `./src`
- [ ] Task: Comprehensive rework of `src/aggregate.py`. Modernize context assembly to leverage MCP tools, snapshots, and file caching. Consolidate tier-specific boilerplate.
- [ ] Task: Review and trim `gui_2.py` and `app_controller.py` based on pipeline maps. - [ ] Task: Review and trim `gui_2.py` and `app_controller.py` based on pipeline maps.
- [ ] Task: Consolidate data models in `models.py` and remove redundant state in `aggregate.py`. - [ ] Task: Consolidate data models in `models.py` and remove redundant state in `aggregate.py`.
- [ ] Task: Refactor `ai_client.py` to ensure lean processing of provider responses. - [ ] Task: Refactor `ai_client.py` to ensure lean processing of provider responses.
+4
View File
@@ -1,3 +1,7 @@
# src/native_orchestrator.py
# DEPRECATED: This module is legacy and is being replaced by src/orchestrator_pm.py
# and the MMA multi-agent conductor system. Avoid using this for new features.
from pathlib import Path from pathlib import Path
from typing import Optional from typing import Optional
import json import json