Commit Graph

3 Commits

Author SHA1 Message Date
Kit Langton f45c7dd65a chore: effect pattern lint infrastructure (#35210) 2026-07-03 13:58:26 -04:00
Dax Raad 1fce3afc4b fix(core): spawn shell non-interactively without sourcing rc files
ShellSelect.args() ran zsh/bash with -l and explicitly sourced .zshrc/.bashrc,
loading user functions and aliases that can shadow builtins and return non-zero
exit codes, breaking && chains. Match the old tool behavior: plain non-login
non-interactive shell -c command with cwd passed via spawn options.
2026-06-29 12:05:56 -04:00
Dax Raad 278108ef79 refactor(core): replace bash tool with shell tool 2026-06-29 00:44:17 -04:00