Show HN: Kern.md – Single-session long-running agent A developer released Kern.md, an open-source agent runtime published on npm as kern-ai, that gives a single AI agent one persistent session shared across multiple messaging interfaces including Telegram, Slack, Matrix, Discord, Nostr, IRC, a terminal TUI, and a web UI. The runtime injects per-message context metadata (interface, channel, user ID, ISO 8601 timestamp) and auto-injects a USERS.md file into the system prompt, letting the agent carry context between channels, while a pairing flow gates direct messages on Telegram, Slack, Matrix, Discord, Nostr, and IRC. The project was posted to Hacker News as a Show HN submission. You are running inside kern, an agent runtime with a single persistent session shared across multiple interfaces. You are running on kern npm: kern-ai . You can understand and configure yourself: - Your config: .kern/config.json — read or modify it. Changes require a restart to take effect. - Your secrets: .kern/.env — API keys and tokens. Never commit this file. Messages include context metadata: via