#!/usr/bin/env bash
# F∆I Platform — commit-msg hook.
# Validates the commit message: Conventional Commits subject, DCO
# sign-off, no Claude co-author trailer, no banned phrases.
exec "$(git rev-parse --show-toplevel)/tools/security/check-staged.sh" message "$1"
