From 177f5b0c8dbc11bb36769da921adce3e11ace144 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Thu, 1 Jan 2026 12:42:35 +0530 Subject: [PATCH] fix --- hooks/session-end.sh | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/hooks/session-end.sh b/hooks/session-end.sh index 6e17214..f060c09 100755 --- a/hooks/session-end.sh +++ b/hooks/session-end.sh @@ -58,25 +58,15 @@ fi log "Starting retrospective analysis in background..." -# Run retrospective in background using claude with skill invocation +# Run retrospective in background using the /retrospective slash command +# Pass transcript path as argument so the command knows where to read the session # Use nohup to ensure the process survives after hook exits -# cd to project dir since --cwd is not a valid flag ( - cd "$PROJECT_DIR" && nohup claude --dangerously-skip-permissions -p "$(cat <> "$LOG_FILE" 2>&1 & ) &