Operational maturity for the healing loop:
- π©Ί /api/health + π /metrics β dependency-free Prometheus exposition (runs, drift, heals, dollars recovered, per-status gauges)
- π Webhooks β
REWEAVE_WEBHOOK_URLreceives all 6 lifecycle events as JSON (Slack-compatibletext); 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.