feat(hooks): add cross-platform safety and status hooks

This commit is contained in:
Julian lechner
2026-09-11 14:42:57 +02:00
parent 54820797fa
commit 0189323e8f
11 changed files with 342 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
root=${1:?Repository root is required}
bash "$root/scripts/build.sh"
printf 'PASS post-change verification\n'