chore: migrate to Rstack CLI - #71
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: 100a21264d
ℹ️ 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".
| resolution: {integrity: sha512-kkTORPAuxQz2g1QUuN0J8yGWT28tjGBfPOdJ4xT7Vbeu30veKUZQIoID2qGgCDAakaQn59UeZJJ4cFGB8PVP2A==} | ||
| rstack@0.7.2: | ||
| resolution: {integrity: sha512-A0nL89XfrcA1tqhX7WmA+6p7ogMr4oWSYaPH1h+Kybl/e4+mEQAO/GCVA2BPsoUsSx8KltC3wUkmuhkKtoQojQ==} | ||
| engines: {node: ^22.18.0 || >=24.3.0} |
There was a problem hiding this comment.
Align the project Node range with Rstack
The new rstack@0.7.2 dependency requires Node ^22.18.0 || >=24.3.0, while the root package still declares support for ^20.19.0 || >=22.12.0. Contributors using an allowed version such as Node 20, Node 22.12–22.17, or Node 23 will therefore get engine failures under engine-strict and cannot use the new build/check commands; the test workflow's Node 24.19 environment will not expose this. Either retain tooling compatible with the declared range or narrow the root engines.node field.
Useful? React with 👍 / 👎.
This PR migrates the repository from standalone Rslib, Rslint, Prettier, and simple-git-hooks tooling to Rstack CLI for a single, version-aligned toolchain.
It consolidates configuration in
rstack.config.ts, updates the playground and CI commands, installs the version-matched docs skill, and runs staged lint and formatting tasks throughrs staged.Related Links