diff --git a/settings-snippet.json b/settings-snippet.json index 715fe22..dd2b838 100644 --- a/settings-snippet.json +++ b/settings-snippet.json @@ -65,7 +65,7 @@ }, { "type": "command", - "command": "~/.claude/scripts/keisei-pet-update.sh agent_done" + "command": "~/.claude/hooks/agent-event-done.sh" } ] }, @@ -205,7 +205,7 @@ }, { "type": "command", - "command": "~/.claude/scripts/keisei-pet-update.sh agent_start" + "command": "~/.claude/hooks/agent-event-spawn.sh" } ] }