forked from cardosofelipe/pragma-stack
Adds a git hook that: - Blocks commits to main/dev if validation fails - Runs `make validate` for backend changes - Runs `npm run validate` for frontend changes - Skips validation for feature branches (can run manually) To enable: git config core.hooksPath .githooks