feat(project): unify native TypeScript and Rust builds - #57
Open
Windsor Nguyễn (windsornguyen) wants to merge 24 commits into
Open
feat(project): unify native TypeScript and Rust builds#57Windsor Nguyễn (windsornguyen) wants to merge 24 commits into
Windsor Nguyễn (windsornguyen) wants to merge 24 commits into
Conversation
Windsor Nguyễn (windsornguyen)
requested review from
annyzhou and
Aryan Mahajan (aryanma)
August 12, 2026 02:40
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
1 task
Shengming Liang (LiangShengming)
approved these changes
Aug 13, 2026
1 task
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.
What does this change?
This PR makes
.bsmrthe only project marker and configuration file. It also adds native TypeScript and Rust project discovery..bsmrreplaces.bsmrrootand.bsmrconfig.[project] root = "."prevents nested cells from changing project-root discovery.link:workspace edges as different dependency types.Cargo.toml,Cargo.lock, and an exactrust-toolchaindeclaration.This branch includes the pending Node and cache stack. After #40 and #42 through #54 merge, rebase this PR onto
main.How was it tested?
cargo fmt --all.cargo test -p bsmr_common --libpassed 134 tests.cargo test -p bsmr_client commands::init::tests:: --libpassed four tests.cargo test -p bsmr_client_ctx argfiles::tests:: --libpassed five tests.cargo check -p bsmr_interpreter_for_build.cargo build --bin bsmr.pnpm run ci checkpassed 40 tests and the workflow security checks.pnpm run ci check license.node --test prelude/toolchains/pnpm/runner.test.mjspassed 13 tests.git diff --check upstream/main..HEAD.root//rust:mainbuilt successfully.Full-workspace Clippy remains blocked by existing lints in
bsmr_protoc_devandbsmr_common. The scoped checks cover the changed implementation.VOUCHED.td.Reviewers