Skip to content

Split monorepo into rs/ and js/ directories#202

Merged
kixelated merged 1 commit intomainfrom
split-js
Mar 16, 2026
Merged

Split monorepo into rs/ and js/ directories#202
kixelated merged 1 commit intomainfrom
split-js

Conversation

@kixelated
Copy link
Copy Markdown
Collaborator

Summary

  • Reorganize monorepo with rs/ for Rust crates and js/ for TypeScript packages
  • Split mixed packages (qmux, web-transport-ws, web-transport-node) between both directories
  • Delete web-transport-tauri (only contained stale Cargo.lock) and stale lock files (pnpm-lock.yaml, package-lock.json)

Test plan

  • cargo check --workspace passes
  • bun install resolves
  • just check passes (clippy, fmt, feature powerset, cargo-shear, cargo-sort, biome)
  • just fix is clean
  • CI passes

🤖 Generated with Claude Code

Reorganize to separate Rust crates (rs/) from TypeScript packages (js/).
Mixed packages (qmux, web-transport-ws, web-transport-node) are split
between both directories. Delete web-transport-tauri and stale lock files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kixelated kixelated merged commit acc6411 into main Mar 16, 2026
1 check passed
@kixelated kixelated deleted the split-js branch March 16, 2026 20:23
This was referenced Mar 16, 2026
@github-actions github-actions bot mentioned this pull request Apr 7, 2026
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