#!/bin/bash
# Git commit message hook for OpenCrates
# Ensures professional commit messages following conventional commits
commit_regex='^(feat|fix|docs|style|refactor|test|chore|perf|ci|build|revert)(\(.+\))?: .{1,50}'
if ! ; then
fi
# No emojis allowed
if ; then
fi