RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-35/apps/server ❯  @bb/server  test/services/threads/timeline-cross-turn-item-details.test.ts (2 tests | 1 failed) 333ms  × details disagree with inline children when the completion is scoped to the next turn 191ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   @bb/server  test/services/threads/timeline-cross-turn-item-details.test.ts > details disagree with inline children when the completion is scoped to the next turn AssertionError: expected 'completed' to be 'pending' // Object.is equality Expected: "pending" Received: "completed"  ❯ test/services/threads/timeline-cross-turn-item-details.test.ts:201:41 199| expect(result.inlineCommand?.status).toBe("completed"); 200| expect(result.inlineCommand?.output).toBe("dev server exited with co… 201| expect(result.detailsCommand?.status).toBe("pending");  | ^ 202| expect(result.detailsCommand?.output).toBe(""); 203| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed | 18 passed (19)  Tests  1 failed | 115 passed (116)  Start at  08:02:40  Duration  10.42s (transform 14.19s, setup 0ms, import 33.44s, tests 14.70s, environment 1ms)