Skip to content

kit 1.29.0

Choose a tag to compare

@sandstream sandstream released this 24 Jul 22:22
24ba895

Added

  • [scan] guarddog = true — persistent project opt-in for the local malware scan. GuardDog (#105) was enabled only via the ephemeral KIT_GUARDDOG=1 env var. kit check now also honors a guarddog = true flag under [scan] in .kit.toml (best-effort config read; env var still works and takes precedence in spirit — either enables it). So the choice lives in committed project config, not a per-shell env var. The skip message points at both. (Foundation for an interactive kit setup prompt to write the flag — a follow-up.)

Full changelog: https://github.com/sandstream/kit/blob/v1.29.0/CHANGELOG.md

Verify this release:

git tag -v v1.29.0
npm audit signatures