Auto safe mode failed to flag a command that was searching inside a different project's worktree. The session was running from <root>/project-a/.verun/worktrees/escaping-sideeffect-367 but the command targeted <root>/project-b/.verun/worktrees/mutating-settimeout-943 - a worktree belonging to a different project entirely.
Safe mode should detect when a command's path escapes the current task's worktree and crosses into another project, not just the current project's boundaries.
Auto safe mode failed to flag a command that was searching inside a different project's worktree. The session was running from
<root>/project-a/.verun/worktrees/escaping-sideeffect-367but the command targeted<root>/project-b/.verun/worktrees/mutating-settimeout-943- a worktree belonging to a different project entirely.Safe mode should detect when a command's path escapes the current task's worktree and crosses into another project, not just the current project's boundaries.