# CrabCamera Pre-Commit Hook (minimal placeholder)
#
# Original, stricter checks (tests/coverage/clippy) were removed from this hook
# because they block commits on developer machines. Replace or extend this with
# CI-driven checks if you want stricter enforcement.
Write-Host "[CrabCamera] Pre-commit hook - allowing commit" -ForegroundColor Cyan
exit 0