Documentation
Long-form docs for obsidian-telegram-agent. The main README covers install and a quick start; everything below goes deeper.
| Topic | What’s inside |
|---|---|
| Configuration | .env settings, repository layout, agent behavior (CLAUDE.base.md / CLAUDE.local.md / CLAUDE_EXTRA_INSTRUCTIONS layers), choosing a model |
| Sessions and conversation flow | How session resumption works, /new and /cancel, context accumulation |
| Vault isolation | Hide folders from the agent (CLAUDE.md vs tmpfs), soft-delete via .trash/ |
| Auto-deploy with GitHub Actions | CI workflows, required secrets, what persists, SSH setup for CI |
| Operations and troubleshooting | Daily commands, Makefile shortcuts, common issues |
| Backups | Why you need them, recommended approaches, concurrent-write caveat |
| Security notes | Threat model, deny list, prompt-injection notes, full VPS hardening checklist |