diff --git a/internal/claude/config/settings-autonomous.json b/internal/claude/config/settings-autonomous.json index 09e33d71..54c119e9 100644 --- a/internal/claude/config/settings-autonomous.json +++ b/internal/claude/config/settings-autonomous.json @@ -9,7 +9,7 @@ "hooks": [ { "type": "command", - "command": "gt prime && gt mail check --inject && gt nudge deacon session-started" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt prime && gt mail check --inject && gt nudge deacon session-started" } ] } @@ -20,7 +20,7 @@ "hooks": [ { "type": "command", - "command": "gt prime" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt prime" } ] } @@ -31,7 +31,7 @@ "hooks": [ { "type": "command", - "command": "gt mail check --inject" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt mail check --inject" } ] } @@ -42,7 +42,7 @@ "hooks": [ { "type": "command", - "command": "gt costs record" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt costs record" } ] } diff --git a/internal/claude/config/settings-interactive.json b/internal/claude/config/settings-interactive.json index ecb6dd5f..9fbef9e2 100644 --- a/internal/claude/config/settings-interactive.json +++ b/internal/claude/config/settings-interactive.json @@ -9,7 +9,7 @@ "hooks": [ { "type": "command", - "command": "gt prime && gt nudge deacon session-started" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt prime && gt nudge deacon session-started" } ] } @@ -20,7 +20,7 @@ "hooks": [ { "type": "command", - "command": "gt prime" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt prime" } ] } @@ -31,7 +31,7 @@ "hooks": [ { "type": "command", - "command": "gt mail check --inject" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt mail check --inject" } ] } @@ -42,7 +42,7 @@ "hooks": [ { "type": "command", - "command": "gt costs record" + "command": "export PATH=\"$HOME/go/bin:$HOME/bin:$PATH\" && gt costs record" } ] }