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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-init",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Set up GSD observer/worker tmux system in a project",
5
5
  "bin": {
6
6
  "gsd-init": "bin/gsd.js"
@@ -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"