Commit Graph

5 Commits

Author SHA1 Message Date
Claude Opus 4.6
fe5896be2d feat: initial Telepathy Elixir port — GenServer + JMAP fetch loop
Adds the Telepathy email communication layer as an OTP subtree:

- Telepathy.JMAP: GenServer that discovers Fastmail JMAP session,
  periodically polls inbox for new emails, and provides send_email/3.
  Uses :httpc (no external HTTP dep). Deduplicates via seen_ids MapSet
  seeded from existing MessageStore entries.

- Telepathy.MessageStore: JSONL-backed message persistence, compatible
  with the existing Python messages.jsonl format. Supports store, unread,
  mark_read, list, count operations.

- Telepathy.Supervisor: rest_for_one supervisor (MessageStore then JMAP).

- Conditionally enabled via config (:telepathy, :enabled). Disabled in
  test env. Can be disabled at runtime via TELEPATHY_ENABLED=false.

Validated against live Fastmail: session discovery, inbox fetch (20
emails), message storage all working.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-19 06:11:13 +00:00
Claude Opus 4.6
244feb4d7e application: add graceful shutdown config for Bandit
Configures Bandit with 615s drain timeout and 620s OTP shutdown window
so in-flight Claude CLI calls (up to 600s) complete before systemd kills
the process on restart.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 21:31:47 +00:00
Claude Opus 4.6
1ee2976765 Add Engram module — Elixir port of Python session memory system 2026-03-23 12:27:13 +00:00
Claude Opus 4.6
3ccac77116 Elixir 1.19.5 / OTP 27 — all tests green, shared test helpers 2026-03-20 19:23:19 +00:00
Claude Opus 4.6
e1a7d46b3c Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00