kit 5.25.0
Added
- The managed block carries its own bootstrap line. The README one-liner
tells an agent how to install kit — butkit initreplaces it with the
managed rules block, which said "Start:kit check" and nothing about a
missing binary. The teammate who cloned a kit-managed repo got the block,
not the line, and their agent metcommand not foundand had to guess.
The block now opens with: ifkitis missing (fresh clone/machine),
install it, then continue. The docs↔block drift gate shipped in 5.24.0
fired on this change exactly as designed and forced the README example to
follow; kit-public's own CLAUDE.md updated with it (dogfood). Existing
repos pick the line up on their nextkit agent-config/kit initrun
(the block is idempotent — only the marker-delimited region updates).
Full changelog: https://github.com/sandstream/kit/blob/v5.25.0/CHANGELOG.md
Verify this release:
git tag -v v5.25.0
npm audit signatures