Created
July 2, 2026 20:52
-
-
Save kerski/a74ee046b890e6448baf8fecf73d69d5 to your computer and use it in GitHub Desktop.
Agent Hook File to Power Bi Desktop Bridge - .github/hooks
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": { | |
| "PreToolUse": [ | |
| { | |
| "type": "command", | |
| "command": "node scripts/powerbi-command-guard.js", | |
| "timeoutSec": 10 | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment