diff --git a/bin/dev-setup b/bin/dev-setup index 48d3c2b39..0d8460f91 100755 --- a/bin/dev-setup +++ b/bin/dev-setup @@ -60,13 +60,19 @@ fi # # Workspace/dev setup MUST be non-interactive: Conductor runs this under a # forwarded pty, so any `read` in setup (skill-prefix prompt, plan-tune hook -# consent) would hang the workspace forever. Detaching stdin makes every -# setup prompt take its smart non-interactive default (flat skill names; skip -# the global plan-tune hook install without writing a decline marker, so a -# later hands-on `./setup` can still offer it). A dev workspace should never -# silently mutate ~/.claude/settings.json — pass --plan-tune-hooks explicitly -# if you do want them. (Saved prefix/config preferences are still honored.) -"$GSTACK_LINK/setup"