What problem does it solve? Operators building on AI agent frameworks must manually read changelogs across many repositories every week to catch breaking changes, momentum shifts, and release activity, which is time-consuming and easy to fall behind on. ## Core Features & Use Cases - Watchlist sweep: Tracks a hardcoded set of 9 frameworks (aeon, LangGraph, CrewAI, AutoGen, LlamaIndex, Mastra, smolagents, dspy, Pydantic AI) using gh api for stars, forks, issues, and releases. - Breaking-change detection: Flags releases with explicit breaking markers, major-version bumps, or migration language, and computes 7-day and 30-day star deltas from persisted state. - Deep-dive mode: Passing a framework slug produces a single-framework report with 30 days of releases, top reacted issues, and top contributors. - Use Case: Every Monday, run the sweep to get a ranked table, a one-line verdict (e.g. BREAKING WEEK or MOMENTUM SHIFT), a Markdown article, and a gated notification so build decisions like adopting a LangGraph migration are grounded in current data. ## Quick Start Run the AI Framework Watch skill to generate this week's digest of releases, star momentum, and breaking changes across the tracked AI agent frameworks.