mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-06-27 07:32:56 +08:00
11 lines
252 B
JSON
11 lines
252 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|
||
|
|
}
|