kern gives an AI agent a single mind — one continuous session shared across CLI, Telegram, and Slack.
How it worksTUI ──────────────┐ Telegram DM ──────┤── kern ── one session ── one folder #engineering ─────┤ Slack DM ─────────┘Every interface feeds into the same session.
Run kern init on any existing repo to adopt it as a kern agent.
Configuration.kern/config.json :{ "model" : " anthropic/claude-opus-4.6 " , "provider" : " openrouter " , "toolScope" : " full " , "maxSteps" : 30 }.kern/.env :OPENROUTER_API_KEY=sk-or-... TELEGRAM_BOT_TOKEN=...Tool scopesfull — bash, read, write, edit, glob, grep, webfetch, kern— bash, read, write, edit, glob, grep, webfetch, kern write — read, write, edit, …