RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_debcf606-e4a-7/packages/host-workspace ❯  @bb/host-workspace  test/issue-1660-orphan-process.test.ts (1 test | 1 failed) 60ms  × leaves a background process whose cwd is the worktree running after destroy 60ms ⎯⎯⎯⎯⎯⎯⎯ 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  06:25:46  Duration  583ms (transform 270ms, setup 0ms, import 430ms, tests 60ms, environment 0ms)