feat(mma): Finalize Orchestrator Integration and fix all regressions

This commit is contained in:
2026-02-27 18:31:14 -05:00
parent 8438f69197
commit 3b2d82ed0d
27 changed files with 706 additions and 297 deletions

View File

@@ -5,7 +5,7 @@ param(
[ValidateSet("Worker", "QA", "Utility")]
[string]$Role = "Utility",
[string]$Model = "flash",
[string]$Model = "flash-lite",
[switch]$ShowContext
)