docs(runtime): correct public imports and composition entry point - #5142
Open
MasamiYui wants to merge 1 commit into
Open
docs(runtime): correct public imports and composition entry point#5142MasamiYui wants to merge 1 commit into
MasamiYui wants to merge 1 commit into
Conversation
Generated-by: OpenAI Codex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Runtime README described a supported package-root import even though
@maka/runtimehas no root export, and pointed contributors to Desktop main for Runtime composition.This corrects both root-barrel references, adds explicit
SessionManagerandAiSdkBackendsubpath import examples, and links the shared Runtime Host execution composition. The change is limited topackages/runtime/README.md; runtime behavior is unchanged.Fixes #5141
Verification
Verified on macOS 26.6.2 / Node.js v23.7.0, against base
f09119884and this branch:import('@maka/runtime')rejects withERR_PACKAGE_PATH_NOT_EXPORTED, confirming the existing documentation defect.SessionManagerandBackendRegistry.git diff --check HEAD^ HEADpasses.The subpath checks cover resolution and source declarations, not execution of compiled Runtime modules. Full lint, formatter, typecheck, build, and workspace test suites were not run for this Markdown-only change.
Before and after screenshots — actual GitHub Markdown preview
Before — base README
After — updated README
Screenshots are stored on a separate evidence branch in the fork and are not part of this PR's file changes.
AI use
Select exactly one:
Tool(s) and scope: OpenAI Codex inspected the package exports and composition, edited the README, ran the focused verification, and captured the screenshots. The commit includes
Generated-by: OpenAI Codex.Automated PR submission by OpenAI Codex on behalf of @MasamiYui, the human contributor of record.
Checklist
Does this PR entail a change in behavior?