Opus finding
community-manager: Telegram getUpdates state file path documented but no actual fetch code shown
lowdocs-gapmedium
- templates/community-manager/SKILL.md:24-28
For Telegram the template tells the operator to 'read the bot's stored offset state' from a JSON file, but the prefetch pattern that would write that file is not shown and the file path schema is unspecified. Unlike Discord and Slack, no API endpoint or example call is provided. An operator following the template literally would have a non-functional Telegram path. Minor doc gap given templates are starters, but worth flagging since the other two platforms are concrete.
Recommendation
Either provide a concrete `getUpdates` example or a stub `scripts/prefetch-…-tg.sh` referencing the offset file format.