You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON Schema (draft-07) for all evidence outputs with zero-dep validator
in CI. Dashboard now shows pipeline freshness banner, stale data warnings,
per-repo status dots, and trend arrows from health-trends.json.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to this project will be documented here.
4
4
5
+
## [1.6.0] — 2026-03-20
6
+
7
+
### Added
8
+
-**JSON Schema contracts**: Draft-07 schemas for all evidence output files — `ecosystem-status`, `health-scores`, `manifest`, `action-queue`. Machine-readable structure definitions in `schemas/` directory.
9
+
-**Evidence validator**: Zero-dep Node.js script (`scripts/validate-evidence.js`) validates evidence JSON against schemas in CI. Handles PowerShell BOM, validates types/required/enum/ranges, first 5 items per array.
10
+
-**CI validation step**: New `validate-evidence` job in `validate.yml` catches schema violations before merge.
11
+
-**Dashboard freshness banner**: Pipeline status badge (success/partial/failed), relative time since last refresh ("2h ago"), step counts ("8/8 steps"). Stale data warning (orange banner) when data >12h old with link to GitHub Actions.
12
+
-**Per-repo freshness dots**: Green/yellow/red dots on health cards showing per-repository pipeline status from `manifest.json`.
13
+
-**Trend arrows on health cards**: ↑ improving, → stable, ↓ declining with 7-day delta from `health-trends.json`.
14
+
- Dashboard now fetches `manifest.json` + `health-trends.json` alongside existing data (5 parallel fetches).
Copy file name to clipboardExpand all lines: cli/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "oss-health-scan",
3
-
"version": "1.5.0",
3
+
"version": "1.6.0",
4
4
"description": "Scan npm dependencies for abandoned packages, outdated versions (libyear), and known CVEs (OSV.dev). Health scores 0-100, SARIF for GitHub Code Scanning, zero dependencies.",
html+=`<div class="stale-banner">Data is ${relTime(ts)} old — pipeline may not be running. <a href="https://github.com/dusan-maintains/oss-maintenance-log/actions/workflows/evidence-daily.yml">Check Actions</a></div>`;
0 commit comments