feat: establish standalone Rstack Context runtime - #1
Draft
ScriptedAlchemy wants to merge 42 commits into
Draft
ScriptedAlchemy wants to merge 42 commits into
ScriptedAlchemy wants to merge 42 commits into
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
@rstackjs/contextthe standalone owner of its MCP server, producer adapters, store, and queriesrunContextMcpServer()from@rstackjs/context/mcp; no package binary orrs mcpcommand is requiredrslint.config.*andrstest.config.*discoveryrelated_testsMCP preflight tool; unconfigured packages now fail before Rstest creation or run persistence@rstackjs/context/shared-configentry@rsdoctor/agent-cli@0.1.2and remove the pkg.pr.new dependency overrideArchitecture
Context no longer requires Rstack CLI runtime changes. Agent hosts import
@rstackjs/context/mcpdirectly. Explicit lint and test captures use native tool configuration. Passive App and Lib build capture will compose through the shared-configuration design in Rstack RFC #504.The shared-config export is intentionally release-gated. Rstack has merged the internal layer primitives in #503 and shared-input normalization in #505. App merging is open in #506. Public
define.extends(), shared-layer loading, the remaining merge paths, and public type exports must land before the passive-build integration is released.This direction supersedes the closed Rstack CLI drafts:
Agent workflow packaging remains separate in rstackjs/agent-skills#102.
Verification
pnpm install --frozen-lockfilepnpm checkpnpm buildpnpm test— 185 passedpnpm peers checkrstackdependencyrelated_testsandtest_snapshotRelease gate
Keep this PR in draft until the complete public RFC #504 API can be tested end to end for both App and Lib layers. The standalone MCP, native Rslint/Rstest capture, Rsdoctor analysis, and immutable store do not depend on that gate.