mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-22 20:51:01 +03:00
feat: evidence gate --rerun — diff actual test run against the artifact's claim (#5)
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user