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": "example-bundled",
"version": "0.1.0",
"description": "Example bundled plugin scaffold for the Rust plugin system",
"defaultEnabled": false,
"hooks": {
"PreToolUse": ["./hooks/pre.sh"],
"PostToolUse": ["./hooks/post.sh"]
}
}
@@ -0,0 +1,2 @@
#!/bin/sh
printf '%s\n' 'example bundled post hook'
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
printf '%s\n' 'example bundled pre hook'