GPT-5 finding
State rotation references stars_30d_ago_at timestamp not present in schema
mediumapi-contracthigh
- skills/ai-framework-watch/SKILL.md:185-203
- skills/ai-framework-watch/SKILL.md:205
The rotation logic relies on a stars_30d_ago_at timestamp to gate updates, but the sample state schema omits this field. This mismatch makes it unclear how implementations should persist and evaluate the 30-day baseline, risking incorrect or drifting 30d delta calculations.
Recommendation
Add stars_30d_ago_at (ISO8601) to the schema and clarify initialization/rotation rules; alternatively, base rotation on last_run and explicitly document that approach.