feat(skills): add multi-agent-mux-loop autonomous loop orchestrator
Implement a new autonomous planning-execution-review orchestration loop supporting: - Collaborative planning & creator-planner challenge discussions (--plan-talk) - Self-planning and self-review fallbacks - Custom reviewer target list and all-reviewer unanimous PASS verdicts - API-cost runaway safety limits via --max-loop Integrated inside deploy/install.sh checklist and deploy/gitea-ci.yml.
This commit is contained in:
@@ -32,6 +32,7 @@ jobs:
|
||||
shellcheck .agents/skills/multi-agent-mux-create/scripts/create_session.sh
|
||||
shellcheck .agents/skills/multi-agent-mux-stop/scripts/stop_session.sh
|
||||
shellcheck .agents/skills/multi-agent-mux-monitor/scripts/reconcile.sh
|
||||
shellcheck .agents/skills/multi-agent-mux-loop/scripts/run_loop.sh
|
||||
shellcheck deploy/install.sh
|
||||
shellcheck deploy/install_mam.sh
|
||||
shellcheck deploy/generate-env.sh
|
||||
|
||||
Reference in New Issue
Block a user