You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scheduled monitoring (ADR-018) — eds_audit_monitor, the "watch primitive"
that completes the roadmap (See → Fix → Track → Sell → Automate). It runs the
audit, diffs against the last snapshot (the ADR-016 history), and classifies
the change as ok / degraded / broken (broken = a new critical issue, or a
dimension fallen to poor), then records the new snapshot. Pass a webhook
(https Slack/Discord/generic) and it POSTs a compact, secret-free alert when
the status crosses alertOn (default broken). The server owns the check +
alert; the schedule is external — a copy-paste scheduled GitHub Action
(examples/monitor.yml) or your agent runtime provides the heartbeat, since a
stateless MCP tool can't self-run. Webhook is https-only; a webhook failure
degrades to a note and never breaks the run. Auto-fix is intentionally left to a
human/agent (via the eds_fix_* tools) — no unattended production writes. 41
tools total.