/** * Regression tests for US-002 (hq-sync-windows-skill-symlink-collision): * the canonical-spelling fixpoint and the mixed-version amplifier round trip. * * Amplifier background: pre-codec engines mint vault keys verbatim from * Windows local names (`core%3Askill`), and post-codec engines escape `%` * before every other character locally — so each pull+re-walk hop across a * mixed-version fleet minted one more percent generation (`%253A`, * `%25253A`, …). These tests pin the two properties that kill the loop: * the walk-back maps a materialized junk key to its EXACT original spelling, * and every generation collapses to one canonical fixpoint for guard lookups. */ export {}; //# sourceMappingURL=local-path-codec.test.d.ts.map