- IsClaudeRunning: remove UI marker check that caused false positives when Claude output remained in scrollback after exit - Add .claude/settings.json with SessionStart hook for gt prime 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
206 B
JSON
16 lines
206 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "gt prime"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|