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 & ) &