bd init --quiet was returning before git hooks installation code ran. Also replaced external install.sh dependency with inline hook generation. Changes: - Move hooks installation before quiet mode return - Embed hook scripts directly in installGitHooks() - Remove dependency on examples/git-hooks/install.sh - Remove unused os/exec import Fixes bd-142 testing requirement.