#!/bin/sh
# byblos-dev pre-commit hook.
#
# Placeholder wiring point for project compliance checks. Keep it dependency-free
# and non-blocking until a real check exists, so it never surprises a contributor.
#
# When a compliance command lands, replace the body below, e.g.:
#   npx byblos-dev-mcp --check-staged || exit 1

exit 0
