Skip to content

chore(rsc-runtime): drop the react-server-components keyword - #106

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
chore/rsc-runtime-keywords
Aug 31, 2026
Merged

chore(rsc-runtime): drop the react-server-components keyword#106
ScriptedAlchemy merged 1 commit into
mainfrom
chore/rsc-runtime-keywords

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

packages/rsc-runtime/package.json contradicted itself. #89 rewrote the description in that file to state that the package is a React-element result DSL (an "MCP result DSL") and explicitly not a React Server Components renderer or Flight transport, but left react-server-components sitting in the keywords array of the same manifest. This drops that keyword so the published metadata agrees with itself and the registry stops surfacing the package against RSC-renderer searches it cannot serve.

Keywords kept: agent-bundle, mcp — both accurate. No other keyword in the array overclaims (there is no rsc, flight, or server-components entry).

Scope is deliberately narrow: no rename. The package name @agent-bundle/rsc-runtime is untouched and remains tracked in #78. Likewise, #96 proposes building a real RSC/Flight renderer later; this change describes the package as it exists today and does not prejudge that work.

Pins

No test pins the rsc-runtime keywords array. The only keywords assertion in the suite is in packages/agent-bundle/tests/release-audit.test.ts, and it covers the agent-bundle product manifest, not this package. Nothing needed updating.

Test plan

Metadata-only change, gated with the --current-node-only local-ci leg plus the packed release-audit metadata tests:

  • pnpm check:local-ci --current-node-onlyGREEN (build, lint:package, typecheck, lint, test:unit 1781/1785 passed 4 skipped, test:integration 556/558 passed 2 skipped)
  • node scripts/run-packed-tests.mjs --release packages/agent-bundle/tests/release-audit.test.ts — 4/4 passed, including "ships repository and support metadata that matches the verified origin"
  • publint packages/rsc-runtime — All good

Patch changeset included for @agent-bundle/rsc-runtime (published metadata change).

The published manifest contradicted itself: #89 rewrote the description to
say the package is a React-element result DSL and explicitly not an RSC
renderer, while the keywords array kept claiming react-server-components.
Keeps the honest keywords (agent-bundle, mcp); the package name is out of
scope here.
@changeset-bot

changeset-bot Bot commented Aug 31, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 18a1393

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@agent-bundle/rsc-runtime Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ScriptedAlchemy
ScriptedAlchemy merged commit cf94ccc into main Aug 31, 2026
7 of 9 checks passed
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T22:49:59.931655Z 18a1393 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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