Carol — back to Apps ← Apps

Carolopedia

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

📖 CarolopediaServicesBuild InitiativesAll activitiesINI-100000323
📋

CAROL-INI-0947-00: SST scanner must emit run-audit (droid_runs) so the process monitor can see it

Initiative
Open in Initiatives →

📖About

The SST scanner records its run only in the SST scans table, not as a droid_runs row, so the Daily Process Sweep (which reads droid_runs) sees sst-scan-01 as never-ran. Wrap the scanner main() to call create_run at start and update_run(completed/failed) at end, keyed to droid sst-scan-01, best-effort so audit never breaks the scan.

Success criteria

  • SST scanner writes a droid_runs row (started) on run and updates it to completed/failed at end, keyed to sst-scan-01 (must_have)
  • A real droid_runs row for sst-scan-01 with status=completed is observed after a scan (must_have)