Radar Status
Report overdue radar sidecars — the operational "what needs a refresh" view. One row per radar, sorted most-overdue-first.
How to run
aiwg corpus radar-status # markdown table to stdout, all radars
aiwg corpus radar-status --stale-only # only overdue radars
aiwg corpus radar-status --format csv # csv (table | csv | list)
aiwg corpus radar-status --out indices/radar-status.md # write to a file in the corpus
- Overdue = days since
last-refreshedminus the cadence window (monthly 30, quarterly 90, biannual 180, annual 365).on-demandand undatable radars are never overdue and sort last. - The cadence math is the single shared helper used by the
radar-stale-queueview andradar-report(one source of truth, #1498/#1502).
Triggers
- "which radars are overdue?"
- "show stale refreshes"
- "radar status"
/radar-status
References
- @$AIWG_ROOT/src/artifacts/corpus-tools/radar-status.ts — implementation
- radar-init (scaffold) / radar-report (aggregate) skills