Opus finding
Three duplicate/overlapping schedule entries in aeon.yml may double-fire skills
- aeon.yml:11-13
- aeon.yml:19-23
aeon.yml registers both `hacker-news-digest` and `hn-digest`, and both `github-monitor` and `github-issues`, at identical schedules. If both are ever enabled, they will produce duplicate digests/notifications at the same minute. All are currently disabled, so impact is latent, but the naming collision is a maintainability/foot-gun risk.
Recommendation
Pick one canonical name per skill (alias the other or delete it) and add a comment noting which is the authoritative entry.