- Replace echo with printf to handle special chars in $TOOL_INPUT
- Scope grep pattern to git commands only (prevents matching strings,
comments, and non-git commands that mention --no-verify)
- Add complete Global Setup section with actual configuration code
- Update documentation to reflect printf and git-scoped matching