mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-09-08 09:41:47 -03:00
Resolve state directory with precedence: TELEGRAM_STATE_DIR override > project-local ($CLAUDE_PROJECT_DIR/.claude/channels/telegram, only when it has a .env) > global (~/.claude/channels/telegram). Non-breaking — existing setups have no project .env so keep global. /telegram:configure gains --project <token> to opt a project in; server auto-detects it on next start. Both skills describe the matching precedence. Addresses anthropics/claude-code#37173.