RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_debcf606-e4a-33/packages/host-workspace ❯ |@bb/host-workspace| test/issue-1660-orphan-process.test.ts (1 test | 1 failed) 72ms × leaves a background process whose cwd is the worktree running after destroy 71ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL |@bb/host-workspace| test/issue-1660-orphan-process.test.ts > #1660 managed worktree destroy vs processes rooted in it > leaves a background process whose cwd is the worktree running after destroy AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ test/issue-1660-orphan-process.test.ts:101:32 99| // EXPECTED (per issue request #2): bb reaps or at least surfaces … 100| // rooted in a pruned managed worktree. ACTUAL on main: still runn… 101| expect(isAlive(child.pid)).toBe(false); | ^ 102| }); 103| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Tests 1 failed (1) Start at 05:25:15 Duration 623ms (transform 285ms, setup 0ms, import 447ms, tests 72ms, environment 0ms)