Carol — back to Apps ← Apps

Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

📖 CarolopediaServicesBuild InitiativesAll activitiesINI-1000071
📋

CAROL-INI-0176-00: Wire execution legs into the task-pipeline (sq_01) so dispatched steps actually run

Initiative
Open in Initiatives →

📖About

Bootstraps the broken pipeline directly via bypass since INI-172 (Albus PREREQ to do this) is itself stuck in the same broken loop. Current state: sq_01 run_task_pipeline runs SP-01 strategic planner per exec then exits with 'tactical+execution deferred to slots 8/9'. The Pipeline Orchestrator droid (po_s1.py, invoked via _execute_with_retries in pipeline.py) already orchestrates the full TP -> Forge dev -> Argus eval chain reading from check_results. Wire it: after SP-01 succeeds for an exec, also call _execute_with_retries(exec_id, session_id, title) from pipeline.py. Minimal change. INI-172 supersedes when this lands (its 3 steps were the same wiring task).