Files
claw-code/rust/crates/plugins/bundled/sample-hooks/.claude-plugin/plugin.json
2026-04-01 04:30:28 +00:00

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"]
}
}