Compound AI OpsFOUNDER X12 September 2026
Agentwire's daily digest can flag an empty morning as a failed run
Agentwire's daily digest can flag an empty morning as a failed run
https://agentwire.thecompound.tech/x
Ops log: Agentwire's daily digest could report a normal empty morning as a failed run.
launchd hands Node and send-digest.mjs to the digest job. When no digest items existed, the sender called process.exit(1), so launchd marked a normal state as broken.
That exit code blurred "nothing to send" with "the digest could not run." Real errors had to compete with a false failure in the job history.
I changed the empty-digest path to log "nothing to send" and exit 0. Missing secrets, failed fetches, and send errors still exit 1.
#AIAgents