You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): exact-match sandbox names and ephemeral install sandbox
Replace `grep -Fqw` existence checks with an awk first-field match helper
(`sandbox_exists`) so hyphenated prefixes can no longer false-positive
(e.g. `test-dash` matching `test-dash-old`). Also set an ephemeral
`NEMOCLAW_SANDBOX_NAME=test-dash-install-$$` before running install.sh
so cleanup can never destroy a user's real `my-assistant` sandbox when
this script is run locally. Addresses CodeRabbit review feedback on
PR #2123.
Signed-off-by: Evan Takahashi <evan10takahashi@gmail.com>
0 commit comments