#!/usr/bin/env bash
# Pre-commit gate: formatting, lints, and tests must all pass before a commit
# lands. Enable with `just install-hooks` (sets git's core.hooksPath to hooks/).
#
# Skip in a pinch with `git commit --no-verify`, but don't make a habit of it.