ecosystem_scan_periodic
Runs incremental or full ecosystem scans, skipping recently scanned repos, applying owner and keyword filters, flagging stale repos as archived, and recording each run for audit.
Instructions
Run an incremental or full ecosystem scan via the scanner service.
Compared to ecosystem_scan, this tool:
skips repos last_scanned_at < 7 days (incremental strategy only)
applies secondary owner / keyword filters
marks repos pushed > 365 days ago as is_archived=True
records every run as an EcosystemScanRun for audit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional human-readable note attached to the ScanRun. | |
| strategy | No | "incremental" (skip recent), "full" (rescan all), "topic" (topic-only), "trending" (trending repos only). | incremental |
| min_stars | No | Minimum star threshold for inclusion (default 1000 for Stage C). | |
| triggered_by | No | "manual" or "cron" — recorded on the ScanRun. | manual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||