Carol — back to Apps ← Apps

Carolopedia

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

📖 CarolopediaServicesBuild InitiativesAll activitiesINI-1000101
📋

CAROL-INI-0204-00: Hotfix plan-generator import block — same class as INI-163 Forge mis-placement

Initiative
Open in Initiatives →

📖About

Plan-generator app on port 7165 is down with SyntaxError at the planner_db import block: Forge inserted `import time` and `import hashlib` INSIDE the parenthetical of `from shared.planner_db import (...)` instead of above. Same bug class as CAROL-INI-163. Plan-generator down means dispatcher's approve POST always fails, blocking every initiative at the dispatch hand-off. [Closed by Orion on 2026-05-10: original plan-generator import outage already resolved; keep only as historical record.] [Closed by Orion on 2026-05-10: original plan-generator import outage already resolved; keep only as historical record.]

⚖️Decisions

  • Move misplaced imports above the parenthetical; preserve the planner_db import contents. (Ninad)
  • requester rewritten ninad -> orion per CAROL-INI-744: orion is the only human-CLI requester — Backfill of historical rows after INI744 added API-level refusal of requester=ninad. Orion is Ninads CLI agent; all human-originated initiatives are filed with requester=orion. (orion)

Success criteria

  • curl http://localhost:7165/ returns 200 (must_have)