| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { isLegacyCursorSession, resolveCursorRemoteProtocol } from './cursorProtocol'; |
| 3 | |
| 4 | const baseMetadata = { flavor: 'cursor', path: '/tmp', host: 'test' }; |
nothing calls this directly
no test coverage detected