first crime

This commit is contained in:
Zakaria
2026-04-01 15:40:30 -04:00
commit cdbc6179cb
181 changed files with 42230 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"name": "sample-hooks",
"version": "0.1.0",
"description": "Bundled sample plugin scaffold for hook integration tests.",
"defaultEnabled": false,
"hooks": {
"PreToolUse": ["./hooks/pre.sh"],
"PostToolUse": ["./hooks/post.sh"]
}
}
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
printf 'sample bundled post hook'
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
printf 'sample bundled pre hook'