plugin.json 255 B

12345678910
  1. {
  2. "name": "example-bundled",
  3. "version": "0.1.0",
  4. "description": "Example bundled plugin scaffold for the Rust plugin system",
  5. "defaultEnabled": false,
  6. "hooks": {
  7. "PreToolUse": ["./hooks/pre.sh"],
  8. "PostToolUse": ["./hooks/post.sh"]
  9. }
  10. }