GPT-5 finding
Telegram integration enabled by default may generate noisy failures when secrets are not configured
lowmaintainabilitymedium
- aeon.yml:206-209
With telegram.enabled: true, the system may attempt to poll without required credentials (e.g., bot token), potentially causing repeated errors or confusing logs in fresh forks that haven't configured messaging. The comment indicates periodic polling, increasing the chance of noise.
Recommendation
Default to telegram.enabled: false, or gate enabling behind a repo/secret variable (e.g., TELEGRAM_ENABLED or presence of TELEGRAM_BOT_TOKEN). Alternatively, add a clear note near this setting explaining required secrets and that enabling without them will no-op gracefully.