Skip to content
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ae749bc
feat(cli): write catalog-summary.json after catalog validate
mimran-khan Aug 28, 2026
ce97713
feat(cli): add parallel catalog validation with --workers
mimran-khan Aug 28, 2026
5a8230c
fix(cli): stabilize parallel catalog workers and summary writes
mimran-khan Aug 29, 2026
e70331a
Merge branch 'main' into feat/parallel-catalog-workers
chrisknvidia Aug 30, 2026
a7ea2e7
Merge branch 'main' into feat/parallel-catalog-workers
chrisknvidia Aug 30, 2026
9330da5
fix(cli): address rng1995 parallel catalog worker review
mimran-khan Aug 31, 2026
ba31f0b
merge main into feat/parallel-catalog-workers
mimran-khan Aug 31, 2026
a2b3e31
merge fork
mimran-khan Aug 31, 2026
2ca9541
merge main into feat/parallel-catalog-workers
mimran-khan Sep 3, 2026
257c80c
fix(cli): drop unused passed assignments in catalog loop
mimran-khan Sep 3, 2026
49450b6
fix(cli): honor implicit catalog report defaults and JSON selection
mimran-khan Sep 3, 2026
050aa77
merge main into feat/parallel-catalog-workers
mimran-khan Sep 7, 2026
805d550
Merge remote-tracking branch 'origin/main' into feat/parallel-catalog…
mimran-khan Sep 9, 2026
fb87d4a
fix(cli): bind catalog workers to exact validate JSON reports
mimran-khan Sep 9, 2026
1ce86ca
chore: merge main into feat/parallel-catalog-workers
mimran-khan Sep 10, 2026
21cdb16
chore: fix CHANGELOG merge markers after main merge
mimran-khan Sep 10, 2026
531a15a
Merge branch 'main' into feat/parallel-catalog-workers
rng1995 Sep 12, 2026
7b8d0d6
fix(cli): scope validate JSON report handoff with ContextVar
mimran-khan Sep 12, 2026
184a95c
chore: merge main into feat/parallel-catalog-workers
mimran-khan Sep 12, 2026
7b85398
Merge branch 'main' into feat/parallel-catalog-workers
rng1995 Sep 13, 2026
327ed19
test(cli): cover validate JSON report handoff isolation
mimran-khan Sep 13, 2026
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).
- `SKILL_EVAL_MODEL_CATALOG_ALLOW_HTTP_HOSTS` names hosts whose model catalog may
be read over plain HTTP. Catalog reads still require HTTPS for every other
non-loopback host. Entries match one whole host as written, with no name
Expand Down
Loading
Loading