21 lines
596 B
Markdown
21 lines
596 B
Markdown
# agentmemory hooks reference
|
|
|
|
Generated from `plugin/hooks/hooks.json`. Do not edit the block below by hand; run `npm run skills:gen` after changing the hook registration.
|
|
|
|
<!-- AUTOGEN:hooks START - generated by scripts/skills/generate.ts, do not edit by hand -->
|
|
The Claude Code plugin registers hooks on 12 lifecycle events to capture observations automatically:
|
|
|
|
- `Notification`
|
|
- `PostToolUse`
|
|
- `PostToolUseFailure`
|
|
- `PreCompact`
|
|
- `PreToolUse`
|
|
- `SessionEnd`
|
|
- `SessionStart`
|
|
- `Stop`
|
|
- `SubagentStart`
|
|
- `SubagentStop`
|
|
- `TaskCompleted`
|
|
- `UserPromptSubmit`
|
|
<!-- AUTOGEN:hooks END -->
|