Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"./path-containment": "./dist/path-containment.js",
"./plan-mode": "./dist/plan-mode.js",
"./plan-tools": "./dist/plan-tools.js",
"./plugin-composition-loader": "./dist/plugin-composition-loader.js",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scope objection rather than a defect, so no P level. These three subpath exports publish MakaCompositionLoader and the whole plugin-runtime surface as public contracts of @maka/runtime, and at this head nothing in the repository imports either module except the loader's own test file — only plugin-kernel.ts has a real consumer (extension-kernel.ts:1058-1064). This is the same objection as the open thread on packages/runtime-host/src/server/index.ts:12 ("Add the barrel exports in the PR that wires a consumer"), reappearing in a new package. Publishing an export is the hardest thing here to walk back later. Confirmed by reading the diff and the source at this head.

"./plugin-kernel": "./dist/plugin-kernel.js",
"./plugin-runtime": "./dist/plugin-runtime.js",
"./process-tree-terminator": "./dist/process-tree-terminator.js",
"./provider-request-telemetry": "./dist/provider-request-telemetry.js",
"./request-customization-fetch": "./dist/request-customization-fetch.js",
Expand Down
Loading