/** * Unit tests for `hq reindex` (the formerly-bash hq-core hook, now shipped * in this package and invoked via the CLI). * * The logic is implemented natively in TypeScript in ./reindex.ts; these tests * exercise reindex() directly against a temp HQ tree, asserting the observable * filesystem outcomes (skill wrappers, retired personal-overlay mirror cleanup) * rather than re-deriving the implementation internals. */ export {}; //# sourceMappingURL=reindex.test.d.ts.map