Single point of contact for ecosystem alerts and ops commands via Telegram. Receives events from every service (deploy success/failure, health-check breach, cron failures), categorizes them, and delivers to operator. The first self-healing L4 pilot of the ecosystem will land here.
Capabilities
- POST /events endpoint for service-side notifications
- Telegram bidirectional commands (status, ack, mute)
- Event categorization (info / warning / fatal / self_heal)
- Per-service rate limits and dedup
- Deploy notifications with rollback links
Current autonomy level
Weakest link
No heartbeat — if the bot itself hangs, no one is alerted; logs are unstructured grep-only.
Roadmap to L4
- L3 lift — Munera pings ops bot every 60s, missed beat → SMS fallback; pino JSON logs → Loki; declared tool scopes.
- L4 lift — auto-restart on fatal; classified retry on Telegram 429/5xx; circuit breaker per BOT_TOKEN; hard cost CB on any LLM call in alert generation; pilot integration with self-healing-agents abstractions.
- Verification — 30-day MTBF without manual intervention.