chore: migrate to Rstack CLI - #98
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1d2bc43a93
ℹ️ 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".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb23dda3fe
ℹ️ 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".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
This PR migrates the repository from standalone Rstack tools to Rstack CLI so build, test, lint, formatting, staged-file checks, and Git hooks share one versioned workflow.
It consolidates the root configuration into
rstack.config.ts, aligns scripts and the playground withrsbuild-plugin-template, removeslint:write, and switches VS Code plus pre-commit integration to the unified Rstack tooling.The playground imports the TypeScript source directly, with Node-compatible explicit
.tsspecifiers and TypeScript emit rewriting them to.js. Its build and dev commands therefore work after a fresh install without prebuilding the library, while direct@rsbuild/coreusage remains for the plugin's public types and E2E APIs.Related Links