Dashboard › opencode-lore › ort-native preserve-symlinks assertion
01a0a650-8c14-7c24-9f4a-ae1174aed69aTrap: comparing resolveNativeOrtBindingPath() with raw require.resolve() output looks exact because both identify the same addon, but pnpm symlinks and NODE_OPTIONS=--preserve-symlinks can produce different textual paths. Fix: canonicalize the expected path with realpathSync, matching the resolver’s physical-path contract.