Opus finding
heartbeat is the only enabled skill but comment claims it is a 'Fallback'
lowdocs-gaphigh
- aeon.yml:168-170
The comment labels heartbeat as a 'Fallback (must be last)', but with every other skill disabled, heartbeat is not a fallback — it is the sole active skill running three times a day. The label is misleading for operators reading the config. Not a functional bug but worth correcting since 'must be last' implies an ordering requirement that is not enforced or explained anywhere in this file.
Recommendation
Either document why heartbeat must be last (e.g., scheduler semantics) or remove the misleading 'Fallback (must be last)' language. If the ordering requirement is real, enforce it in a schema check.