/** * Worktree-registry tests (mmnto-ai/totem#2580 slice-2). * * The file is resolved through `os.homedir()`, so every test pins * HOME/USERPROFILE at a temp directory — the same fixture shape the * `readRegistry` tests in doctor.test.ts use. Nothing here mocks the * filesystem: the contract being pinned is what actually lands on disk * (atomic write, lock, accreting roots) and a mocked fs would assert the mock. */ export {}; //# sourceMappingURL=worktree-registry.test.d.ts.map