The agent that caught a backup failing silently for four weeks
Three businesses run solo means six inboxes, one calendar covering all of them, Asana tasks, drafts in flight and several Slack channels. With an ADHD brain, noisy alerts get muted, and then real signals get missed with them. The Heartbeat is the layer that watches everything and surfaces only what actually needs attention. If nothing does, it stays quiet.
It runs on the always-on Mac Mini on a thirty-minute schedule through launchd, with an active-hours guard so nothing fires overnight. Each run pulls the full picture through direct APIs, reasons over it, and decides whether to notify or stay silent. Acknowledging an item is a single ✅ reaction in Slack, which writes to a deterministic store so the same thing is never raised twice.
Silence is the feature. The same vault-sync check built into it caught a backup that had been silently failing for four weeks while reporting success every hour, before that turned into lost work.