rowboat/apps/x/packages
Arjun d9afc076cc replace shell-quote with regex-based command parsing
shell-quote is a quoting/escaping library, not a shell command parser.
Replace with a regex splitter that handles pipes, chains, subshells,
and parenthesized groups. Strips () from tokens via sanitizeToken.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:54:57 +05:30
..
core replace shell-quote with regex-based command parsing 2026-02-24 12:54:57 +05:30
shared fixed review comments 2026-02-23 08:31:39 +05:30