#!/usr/bin/env node // tools/scripts/check-conversion-regression.mjs // [impl->REQ-MAP-02] // TODO Phase 9: swap tag to [impl->REQ-MAP-09]; re-run tools/room-converter ldtk-import on a fixture .ldtk and assert byte-stable output (deterministic round-trip per MAP-09). // // Phase 7 stub — slot reservation in the preflight chain (step 7). // Phase 9 swaps the body to run the real conversion-regression assertion. // // Usage: node tools/scripts/check-conversion-regression.mjs // Exit: 0 (stub never fails in Phase 7); Phase 9 swap may add exit 1 on byte-instability. console.log('check-conversion-regression: skipped (pending Phase 9 ldtk-import subcommand)'); process.exit(0);