@klarlabs-studio/warden
v0.18.16
Published
Configurable git commit/push gate — native hooks, worktree isolation, cryptographic provenance. Wraps the warden binary so `npx @klarlabs-studio/warden` works with no Go toolchain.
Maintainers
Readme
warden (npm)
npx @klarlabs-studio/warden — a configurable git commit/push gate with native hooks, worktree
isolation, and cryptographic provenance. No Go toolchain required.
npx @klarlabs-studio/warden init # set up the gate in the current repo
npx @klarlabs-studio/warden import --write # or: generate config from your existing CI/MakefileThis package is a thin launcher: it ships the prebuilt warden binary per
platform (via optionalDependencies, the esbuild pattern) and execs it. All
logic lives in the binary; there is no JavaScript reimplementation.
Full docs: https://go.klarlabs.de/warden
