Use session-start.sh hook for session_id passthrough (gt-3zsml)

The SessionStart hook now parses stdin JSON to extract session_id
and passes it to gt prime via CLAUDE_SESSION_ID env var.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gastown/crew/joe
2025-12-31 12:26:03 -08:00
committed by Steve Yegge
parent e3933d7f86
commit 3086927764

View File

@@ -9,7 +9,7 @@
"hooks": [
{
"type": "command",
"command": "gt prime && gt nudge deacon session-started"
"command": "bash ~/.claude/hooks/session-start.sh && gt nudge deacon session-started"
}
]
}