mirror of
http://10.0.2.1:3031/sauer/claw-code.git
synced 2026-06-30 21:47:05 +10:00
11 lines
255 B
JSON
11 lines
255 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|
||
|
|
}
|