Skip to content

v0.3.0 β€” run it like infrastructure

Latest

Choose a tag to compare

@vnmoorthy vnmoorthy released this 30 Aug 00:57

Operational maturity for the healing loop:

  • 🩺 /api/health + πŸ“ˆ /metrics β€” dependency-free Prometheus exposition (runs, drift, heals, dollars recovered, per-status gauges)
  • πŸ”” Webhooks β€” REWEAVE_WEBHOOK_URL receives all 6 lifecycle events as JSON (Slack-compatible text); best-effort by design
  • ↩️ One-move rollback β€” POST /api/sources/{id}/rollback + dashboard button; accountable + audited (immutable versions, ADR-0003)
  • πŸ” API auth β€” optional bearer token (REWEAVE_API_TOKEN), health exempt for load balancers
  • 🐳 Docker β€” multi-stage image (build + in-container healthcheck verified), docker compose up, deploy guide
  • πŸ“š API reference (16 REST routes, 9 MCP tools, CLI, Python API, data model) + FAQ
  • ⏱️ Benchmarks β€” measured: full heal synthesis 6.7ms median, bootstrap 2.3ms (Apple M3, N=25)

26 tests, lint clean, CI green on 3.10–3.12. Roadmap now tracked in issues under the v0.4.0 milestone.