Carol — back to Apps ← Apps

Carolopedia

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

📖 CarolopediaServicesBuild InitiativesAll activitiesINI-100000331
📋

CAROL-INI-0966-00: Process monitor must flag never-ran scheduled processes and file fix-initiatives

Initiative
Open in Initiatives →

📖About

The Daily Process Sweep files fix-initiatives only for failed/stuck processes; a scheduled droid with zero run-audit reads as unknown and gets nothing. Extend the monitor: a scheduled process that has never produced a run-audit row (or none within its expected interval) is itself an issue worth a fix-initiative, so silent failures are caught.

⚖️Decisions

  • [status-router] planned -> closed | event=operator_signoff | Superseded by CAROL-INI-1875 — Hermione's process sweep now enumerates ALL registered processes and flags never-ran/failed/stuck per process type. Closed on Ninad's authorization, pointing to 1875. (orion)

Success criteria

  • Monitor detects scheduled processes with no recent run-audit and files a fix-initiative (must_have)
  • No false positives for processes that legitimately ran (interval-aware) (must_have)