gsd-init 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@ tmux send-keys -t "${SESSION}:0.0" "claude --allowedTools 'Bash,Read,Write,Glob,
|
|
|
11
11
|
|
|
12
12
|
# Pane 0.1 — Listener daemon (split horizontally, small strip at bottom)
|
|
13
13
|
tmux split-window -t "${SESSION}:0" -v -l 6
|
|
14
|
-
tmux send-keys -t "${SESSION}:0.1" "GSD_OBSERVER_SESSION=${SESSION} ${SCRIPTS_DIR}/listen.sh" Enter
|
|
14
|
+
tmux send-keys -t "${SESSION}:0.1" "GSD_OBSERVER_SESSION=${SESSION} \"${SCRIPTS_DIR}/listen.sh\"" Enter
|
|
15
15
|
|
|
16
16
|
# Focus Claude pane
|
|
17
17
|
tmux select-pane -t "${SESSION}:0.0"
|