Opus finding
Reactive trigger glob '*' for skill-repair would self-trigger and loop
lowmaintainabilitylow
- aeon.yml:154-157
The example reactive trigger uses on: '*' which would include skill-repair itself; if skill-repair fails 3 times consecutively it would re-trigger itself. This is commented out so no current runtime impact, but as documentation/example it can mislead users enabling it. Low-evidence call-out.
Recommendation
Document an implicit exclusion of the source skill from '*' or change the example to explicitly exclude skill-repair.