// Lazy runtime facade for link-understanding application logic. Kept separate // so callers can avoid loading the full apply path until runtime execution. export { applyLinkUnderstanding } from "./apply.js";