Skip to content

AxonOS Radar 12.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 00:13
v12.0.0
702afaa

Added

  • A live scored badge for every projectbadges/<owner>/<repo>.json,
    a shields.io endpoint carrying the project's BRS and relevance tier, derived
    from the engine's last scan. Never hand-granted; refreshes with the map
    (cacheSeconds: 10800). badges/index.json catalogs every badge with
    ready-to-paste Markdown; Copy badge on each evidence ledger does the same
    in one tap. Guide: docs/BADGES.md.
  • Trajectory groundwork — the engine now persists per-project time series
    (data/trajectory.json: BRS, stars, health per scan; 96-point window,
    45-day retention), schema'd and pre-cataloged in the API front door. History
    accrues from 2026-07-16; nothing is backfilled.
  • The README's Ecosystem Intelligence dashboard re-rendered from the current
    dataset.

Fixed

  • Scheduled site deploys were inert (the deploy job's event guard predated the
    schedule trigger); the safety clock now deploys.
  • The publish-token preflight gained a write probe (an unreferenced git blob),
    catching read-only fine-grained tokens before the publish step reports 403s.