#!/bin/sh
# Session capture is owned by entire's installed hook wrapper (.husky/_/commit-msg),
# which calls `entire hooks git commit-msg` before chaining here. This tracked gate
# does NOT call entire, to avoid double-capture / a duplicate Entire-Checkpoint trailer.
pnpm exec commitlint --edit "$1"
