feat: evidence gate --rerun — diff actual test run against the artifact's claim (#5)

This commit is contained in:
duthaho
2026-07-22 10:25:12 +07:00
committed by GitHub
parent 7515e6635e
commit 5ff342ad8f
5 changed files with 456 additions and 13 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ docs website (`website/`, Astro Starlight). The only repo-level check is
— validates every SKILL.md against the 8-section anatomy and plugin/marketplace
version sync; `node scripts/token-report.cjs --check` — enforces token budgets
on skill/agent frontmatter; `node scripts/test-verify-evidence.cjs` — exercises
the evidence gate (`scripts/verify-evidence.cjs`: citation resolution +
fake-green tripwires). All three run in CI, `.github/workflows/validate.yml`.
the evidence gate (`scripts/verify-evidence.cjs`: citation resolution,
fake-green tripwires, and `--rerun` claim-vs-actual test diffing). All three
run in CI, `.github/workflows/validate.yml`.
- Test by installing locally:
`/plugin marketplace add <path-or-repo>``/plugin install claudekit``/claudekit:init`
- Website (`cd website/`): `npm install`, `npm run dev`, `npm run build`,