We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60540b5 commit 5066147Copy full SHA for 5066147
1 file changed
hooks/hooks.json
@@ -1,6 +1,28 @@
1
{
2
"description": "Very Good AI Flutter Plugin hooks for Dart and Flutter development",
3
"hooks": {
4
+ "PreToolUse": [
5
+ {
6
+ "matcher": "mcp__very-good-cli__.*",
7
+ "hooks": [
8
9
+ "type": "command",
10
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-vgv-cli.sh",
11
+ "timeout": 10
12
+ }
13
+ ]
14
+ },
15
16
+ "matcher": "Bash",
17
18
19
20
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/block-cli-workarounds.sh",
21
22
23
24
25
+ ],
26
"PostToolUse": [
27
28
"matcher": "Edit|Write",
@@ -19,4 +41,5 @@
41
}
42
]
43
-}
44
+}
45
+
0 commit comments