Files
syndarix/.githooks
Felipe Cardoso d049d1ce23 chore: add pre-commit hook for protected branch validation
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
2026-01-04 19:42:53 +01:00
..