Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
📖About
Finish CAROL-INI-867 intent so the initiatives app passes the L2.1 agent-centric checker. (1) New Bypass Shipper Elrond droid: extract ship_initiative_bypass + record_bypass_audit (~70 LOC) behind a shim. (2) New Remediation Detector Elrond droid: extract _auto_detect_remediation_target (~90 LOC) behind a shim. (3) Route audit imports (audit_initiative, build_summary_report) through a shared/initiative_audit shim. (4) Route the Treasurer cost-estimate import through a shared/cost_estimate shim. (5) Delete dead review-phase builder (build_review_phases + CANONICAL_REVIEW_STEPS). (6) Dedupe legacy Initiative Closer (cl-s1 vs el-cl-01). Implement via Orion bypass, mirroring the 867 phase pattern.
⚖️Decisions
- Auto-detected remediation target INI-100000195 from title/description scan (matched CAROL-INI-867 -> row id 100000195 (CAROL-INI-867-00: Move misplaced business logic out of the initiatives app into )); override by setting remediates_initiative_id explicitly at bypass_start. (system-auto-detect)
- All 6 items done: 2 new Elrond droids (bypass shipper, remediation detector) + 2 shims for existing droids (audit, cost) + dead-code delete + cl-s1 verified live (left). app.py now passes L2.1 (0 droid imports). — Completes 867 intent; cl-s1 is not a duplicate (live in Carol's close tool); one pre-existing test-file import remains out of scope. (orion)
- Operator close: all success criteria met; app passes L2.1; verified live. — Bypass-managed; Orion operator authority. (orion)
- Orion remediated: INI-100000242 bypass closed — CAROL-INI-696 close-marker: the Orion bypass INI-100000242 filed against this parent reached terminal state (closed). This row's literal prefix Orion remediated: is the canonical signal the cookbook-155 dispatcher gate looks for. (shared.bypass.bypass_end)
✅Success criteria
- Initiatives app passes the L2.1 architecture checker: zero direct app->droid imports (must_have)
- Bypass-shipping + remediation-detection run via registered Elrond droids behind shared/ shims; behavior preserved (verified live) (must_have)
- Audit + cost-estimate calls routed through shims; dead review-builder removed; duplicate Initiative Closer deduped (must_have)