From 6d8f07ab90551264da62115a5b0a8c8cc6eb21f2 Mon Sep 17 00:00:00 2001 From: denis Date: Thu, 21 May 2026 17:15:07 +0000 Subject: [PATCH] refactor(pet): read kit agent tracking (SSoT), drop duplicate --- settings-snippet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] }