Process Flow - Sharing hooks with the team (husky)
Add husky to project
Create hook script
Commit hook config to repo
Team pulls repo
Husky installs hooks locally
Hooks run automatically on git actions
This flow shows how husky hooks are added, committed, and shared so the whole team runs the same git hooks automatically.