Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to SkillEvaluator are documented in this file.

### Added

- Catalog validation now writes `catalog-summary.json` at the reports root with
per-skill pass/fail status, optional severity rollups from child JSON reports,
and paths to per-skill report directories.
- Catalog `validate` accepts `--workers N` to validate skills in parallel child
processes (default 1 preserves the serial per-skill pipeline view).
- SARIF 2.1.0 reporter (`-r sarif`) for GitHub Code Scanning and other SARIF
consumers. Findings map to rule IDs, severity levels, and file locations from
Tier 1 validation results.
Expand Down
Loading