#!/usr/bin/env bun /** * Pre-commit hook: checks that modified AI assets have bumped their version * and that the domain CHANGELOG.md is staged alongside. * * Install: copy or symlink to .git/hooks/pre-commit * Config: set strict_version_hook: true in skaile.yaml to make warnings into errors */ export {}; //# sourceMappingURL=pre-commit-version.d.ts.map