Skip to content

Telegram round-trip prep: verified setup path and founder runbook - #27

Open
nishantkluhera wants to merge 1 commit into
issue-7-pr-review-feedback-designfrom
issue-6-telegram-round-trip
Open

Telegram round-trip prep: verified setup path and founder runbook#27
nishantkluhera wants to merge 1 commit into
issue-7-pr-review-feedback-designfrom
issue-6-telegram-round-trip

Conversation

@nishantkluhera

Copy link
Copy Markdown

Static verification with receipts: the native telegram platform plugin byte-compiles clean, requires exactly TELEGRAM_BOT_TOKEN, auto-connects once enabled+token resolve (gateway/config.py:629, 1031-1043), dep pinned in pyproject.

Runbook covers the founder-side steps (BotFather, allowlist via user ID, .env template, gateway launch, /status + plain-message probes). The live round-trip itself is intentionally left for the founder - the bot token can only be minted from their Telegram account. This PR is the prep half of #6; do not close the issue until a real message round-trips.

Prep for #6

Merge order: #26 first, then this.

Static verification with receipts: the native telegram platform plugin
byte-compiles clean, requires exactly TELEGRAM_BOT_TOKEN, auto-connects
once enabled+token resolve (gateway/config.py:629, 1031-1043), and its
python-telegram-bot[webhooks]==22.8 dep is pinned in pyproject.

Runbook covers the founder-side steps (BotFather, allowlist via user
ID, .env template, gateway launch, /status + plain-message probes) and
the gaps found: no LLM provider config exists on this machine yet, and
TELEGRAM_HOME_CHANNEL should be set after first successful DM.

Live test intentionally left to the founder - the bot token can only
be minted from their Telegram account.

Refs #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant