Skip to content

ADR 0010 Text Channel

Zlatko Lakisic edited this page Aug 7, 2026 · 1 revision

ADR 0010 — Text channel (Telegram + session isolation)

Status: Accepted (M11.0 ground truth)
Date: 2026-08-07
Milestone: M11


Context

M11 adds one messaging surface so a conversation started at the hallway terminal can continue away from home. Allowlist silence is the security model.


Decision

  1. Channel = Telegram (Bot API long-poll).
  2. Terminal and channel use distinct x-agentic-session-id values.
  3. Keep a small Channel abstraction; do not build a second surface now.

Full text: docs/adr/0010-text-channel.md in the main repo.


Related

Clone this wiki locally