RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_debcf606-e4a-17/packages/thread-view ❯  @bb/thread-view  test/issue-1355-multi-text-turn.test.ts (2 tests | 2 failed) 19ms  × shows every assistant text block at rest when a Stop hook re-queries (text -> [hook feedback dropped] -> text) 15ms  × shows every assistant text block at rest for text -> tool_use -> text (no hooks involved) 4ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯  FAIL   @bb/thread-view  test/issue-1355-multi-text-turn.test.ts > issue #1355: assistant prose hidden inside Worked for > shows every assistant text block at rest when a Stop hook re-queries (text -> [hook feedback dropped] -> text) AssertionError: expected [ Array(1) ] to deeply equal [ …(2) ] - Expected + Received  [ - "- SQLite is a file, zero ops. - - Postgres needs a server. - **Question for you**: multi-user someday?",  "The verify gate is open: no fresh fast-loop verdict for HEAD, nothing actionable this turn.",  ]  ❯ test/issue-1355-multi-text-turn.test.ts:61:51  59|  60| // The real answer must be visible without expanding anything.  61| expect(topLevelAssistantTexts(timeline.rows)).toEqual([ANSWER, ACK…  | ^  62| // ...and it must not be buried under the collapsed summary row.  63| expect(summaryChildAssistantTexts(timeline.rows)).not.toContain(AN… ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯  FAIL   @bb/thread-view  test/issue-1355-multi-text-turn.test.ts > issue #1355: assistant prose hidden inside Worked for > shows every assistant text block at rest for text -> tool_use -> text (no hooks involved) AssertionError: expected [ 'The hook is a no-op gate.' ] to deeply equal [ …(2) ] - Expected + Received  [ - "1. Mercury - 2. Venus - 3. Mars",  "The hook is a no-op gate.",  ]  ❯ test/issue-1355-multi-text-turn.test.ts:91:51  89| });  90|  91| expect(topLevelAssistantTexts(timeline.rows)).toEqual([  | ^  92| "1. Mercury\n2. Venus\n3. Mars",  93| "The hook is a no-op gate.", ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯  Test Files  1 failed (1)  Tests  2 failed (2)  Start at  05:01:09  Duration  678ms (transform 370ms, setup 0ms, import 563ms, tests 19ms, environment 0ms)