# --- Development Tools --- .PHONY: install-git-hooks sync-prototypes install-git-hooks: @echo "--> Installing Git hooks..." @ln -sf ../../scripts/git-hooks/pre-push .git/hooks/pre-push @echo "✅ pre-push hook installed successfully. Direct pushes to 'main' and 'dev' are now blocked." sync-prototypes: @echo "--> Synchronizing prototypes from external repository..." @./scripts/sync-prototypes.sh