feat: establish standalone Rstack context runtime - #1
Draft
ScriptedAlchemy wants to merge 40 commits into
Draft
Conversation
…rvability # Conflicts: # packages/rstack/src/cli/commands.ts # packages/rstack/src/config.ts # pnpm-lock.yaml # pnpm-workspace.yaml
This was referenced Aug 14, 2026
commit: |
The pkg.pr.new override never propagated to consumers, so downstream installs resolved the published 0.1.1 whose omitted-section semantics this package cannot ship against. Declaring the commit-pinned canary of web-infra-dev/rsdoctor#1903 directly makes every install resolve the build the tests certify. Swap for a release version once the PR ships. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Revert the URL dependency from c01fd3b: published previews must carry ordinary semver dependencies because blockExoticSubdeps consumers reject URL-resolved subdependencies (rstack-cli context-plugin-boundary design, "Preview dependency policy" — adopting it broke rstack-cli installs with ERR_PNPM_EXOTIC_SUBDEP). Local validation still resolves the pinned canary of web-infra-dev/rsdoctor#1903, now commit-addressed instead of floating on the PR ref; consumers on 0.1.1 fall back to the existing zero-shape degraded reporting for omitted sections. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 15, 2026
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
packages/contexthistory from Rstack CLI@rstackjs/contextas a standalone Rslib/Rstest/Rslint packageVerification
pnpm install --frozen-lockfilepnpm checkpnpm buildpnpm test(177 passed)./mcpimport smokeIntegration
The current preview is
https://pkg.pr.new/rstackjs/context/@rstackjs/context@711b987. Its repository-only validation override uses the exact stacked Rsdoctor preview while the packed manifest retains the ordinary semver peer contract.