ARCANADA
← Autonomy / Arcanada Ops Bot
LIVE L2 · target L4

Arcanada Ops Bot

Bidirectional Telegram operations bridge for the ecosystem.

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

L2
What levels mean →

Weakest link

No heartbeat — if the bot itself hangs, no one is alerted; logs are unstructured grep-only.

Roadmap to L4

  1. L3 lift — Munera pings ops bot every 60s, missed beat → SMS fallback; pino JSON logs → Loki; declared tool scopes.
  2. 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.
  3. Verification — 30-day MTBF without manual intervention.