fix: remove unused SubagentStart/SubagentStop hook events (#9960)

Signed-off-by: Varun Nuthalapati <nuthalapativarun@gmail.com>
This commit is contained in:
nuthalapativarun
2026-06-23 12:55:50 -07:00
committed by GitHub
parent 527fcfc288
commit eef6c2a2fa
2 changed files with 1 additions and 6 deletions
@@ -318,6 +318,7 @@ Check the following:
- The command path is correct. Use `${PLUGIN_ROOT}` for scripts inside the plugin.
- The script is executable if you call it directly.
- The plugin is not listed in `disabledPlugins`.
- The event is not a subagent lifecycle event. `SubagentStart` and `SubagentStop` are not currently emitted by goose, so hooks registered for them will never run.
### My Hook Timed Out or Failed