Skip to content

kit 5.26.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 21:23
92667f5

Added

  • kit review scopes: --stages + --category. collectReview (and
    therefore both surfaces — kit review --stages check,standards --category general and the kit_review MCP tool's stages/category params) can run
    a subset of the four gates, canonical order kept regardless of input order.
    Enum-validated: an unknown stage is a refusal with the valid list, never a
    silent full run. stages: ["standards"] is the fast, read-only lint loop —
    seconds instead of the full audit's security scan per iteration — and it is
    the migration path that survives kit_standards' 6.0 removal (the
    deprecation text now names it). The report stays honest under scoping: ok
    covers exactly the stages that ran, and the stages array shows the scope.

Full changelog: https://github.com/sandstream/kit/blob/v5.26.0/CHANGELOG.md

Verify this release:

git tag -v v5.26.0
npm audit signatures