ecosystem_diff_period
Generate a summary of repository changes over a date range, including new repos, topic changes, star jumps, and status changes.
Instructions
Return a time-period diff computed dynamically from the event log (v1.6.0 event sourcing).
Groups events by type to produce summary counts: new repos discovered, topics changed, stars jumped, status changed. This replaces the legacy index_diff snapshot approach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | End date in YYYY-MM-DD format (inclusive). | |
| from_date | Yes | Start date in YYYY-MM-DD format (inclusive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||