mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-03 23:08:49 +03:00
feat: plugin system with hooks pipeline and bundled plugins
This commit is contained in:
2
rust/crates/plugins/bundled/example-bundled/hooks/pre.sh
Executable file
2
rust/crates/plugins/bundled/example-bundled/hooks/pre.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
printf '%s\n' 'example bundled pre hook'
|
||||
Reference in New Issue
Block a user