RUN v4.1.1 /Users/sawyerhood/.bb-machines/bee.getbb.app/checkouts/bb/.claude/worktrees/wf_21e66a79-f02-7/apps/host-daemon ❯ @bb/host-daemon src/command-handlers/file-list.issue-2093.test.ts (3 tests | 2 failed) 15ms × walker: .github/workflows/ci.yml is walked (FAILS on fcada5a3b) 6ms × host.list_paths query=ci.yml returns nothing while host.read_file serves the same file (FAILS on fcada5a3b) 5ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL @bb/host-daemon src/command-handlers/file-list.issue-2093.test.ts > issue #2093: host.list_paths hides dot paths > walker: .github/workflows/ci.yml is walked (FAILS on fcada5a3b) AssertionError: expected [ 'AGENTS.md' ] to include '.github/workflows/ci.yml' ❯ src/command-handlers/file-list.issue-2093.test.ts:47:19 45| expect(paths).toContain("AGENTS.md"); 46| // Bug: every dot-leading name is skipped, so the workflow file is… 47| expect(paths).toContain(".github/workflows/ci.yml"); | ^ 48| }); 49| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯ FAIL @bb/host-daemon src/command-handlers/file-list.issue-2093.test.ts > issue #2093: host.list_paths hides dot paths > host.list_paths query=ci.yml returns nothing while host.read_file serves the same file (FAILS on fcada5a3b) AssertionError: expected [] to deeply equal [ '.github/workflows/ci.yml' ] - Expected + Received - [ - ".github/workflows/ci.yml", - ] + [] ❯ src/command-handlers/file-list.issue-2093.test.ts:66:53 64| expect(read.content).toBe("name: ci\n"); 65| // ... but search cannot see it. 66| expect(search.paths.map((entry) => entry.path)).toEqual([ | ^ 67| ".github/workflows/ci.yml", 68| ]); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯ Test Files 1 failed (1) Tests 2 failed | 1 passed (3) Start at 08:34:42 Duration 743ms (transform 441ms, setup 0ms, import 645ms, tests 15ms, environment 0ms)