RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_debcf606-e4a-35/packages/agent-runtime ❯  @bb/agent-runtime  src/issue-1604.repro.test.ts (3 tests | 1 failed) 84ms  × BUG: a Claude Code session idle for > 30 min is NOT released with the default policy 35ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   @bb/agent-runtime  src/issue-1604.repro.test.ts > issue #1604: idle non-Codex sessions under the default reap policy > BUG: a Claude Code session idle for > 30 min is NOT released with the default policy AssertionError: expected [] to deeply equal [ ObjectContaining{…} ] - Expected + Received - [ - ObjectContaining { - "providerId": "claude-code", - "threadId": "t-claude-code", - }, - ] + []  ❯ src/issue-1604.repro.test.ts:107:37 105| // Expected by the issue: the idle claude-code session is releas… 106| // Actual on main: [] — nothing is ever reaped for non-Codex pro… 107| expect(result.reapedSessions).toEqual([  | ^ 108| expect.objectContaining({ providerId: "claude-code", threadId:… 109| ]); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed | 2 passed (3)  Start at  05:31:01  Duration  803ms (transform 388ms, setup 0ms, import 629ms, tests 84ms, environment 0ms)