Created
July 23, 2025 06:00
-
-
Save Unayung/3dc1828954c7c1b6aa5f2db29f603261 to your computer and use it in GitHub Desktop.
settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "hooks": { | |
| "PostToolUse": [ | |
| { | |
| "matcher": "Edit|MultiEdit|Write", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "./scripts/gemini-code-review.sh" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment