Skip to content

v0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 17:56

Added

  • 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.