Skip to content

feat: expose the IMF registry from interscript/ml - #48

Merged
ronaldtse merged 1 commit into
mainfrom
feat/ml-imf-export
Aug 27, 2026
Merged

feat: expose the IMF registry from interscript/ml#48
ronaldtse merged 1 commit into
mainfrom
feat/ml-imf-export

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

interscript@3.1.0 ships the IMF runtime but no public path to it —
the package exports map blocks deep imports (dist/ml/imf/*), so
verified Release-pinned model resolution was only reachable from
inside the repo. This re-exports it as a namespace from ./ml:

import { imf } from "interscript/ml"
await imf.resolve("ara-diac-1.0")

Additive surface, no behavior change elsewhere; 245 tests green.
Version 3.2.0.

The IMF runtime (models.yaml resolution over GitHub Releases with
sha256 sidecar verification) ships in the package but was unreachable
— the exports map blocks deep imports into dist/ml/imf. Consumers
now get it as `import { imf } from "interscript/ml"`.
@ronaldtse
ronaldtse merged commit 7ba3a5e into main Aug 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant