/** * Unit tests for `hq sync doctor` (US-003, * hq-sync-windows-skill-symlink-collision): skill-key family dedupe in the * vault + junk-wrapper GC in the local `.claude/skills/` farm. * * The object store is dependency-injected (`SyncDoctorOptions.store`) with an * in-memory fake, so no test touches a network or a real vault. Local-farm * cases run against a mkdtemp root with real symlinks (the same approach as * s3.symlink-materialize.test.ts) and pin win32 naming via the injectable * `win32` option rather than the host platform. */ export {}; //# sourceMappingURL=doctor.test.d.ts.map