GPT-5 finding
Misleading field name first_seen_below_at despite side possibly being below or above
lowdocs-gaphigh
- skills/price-threshold-alert/SKILL.md:50-55
- skills/price-threshold-alert/SKILL.md:133
- skills/price-threshold-alert/SKILL.md:63
The field first_seen_below_at is always recorded regardless of side, but the name suggests it only applies when first seen below the target. This is confusing and error-prone for maintainers.
Recommendation
Rename to first_seen_at (or first_seen_from_side_at) throughout schema, logic, LRU policy, and docs.