-
Notifications
You must be signed in to change notification settings - Fork 0
Rename packages/ to crates/ and svelte-test/ to packages/ui/ #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Rename packages/ to crates/ for Rust workspace crates - Move svelte-test/ to packages/ui/ - Rename UI package from "svelte-test" to "ui" - Update all path references in build scripts and configs
WalkthroughThis pull request reorganizes the repository structure by relocating Rust workspace components from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (66)
🧰 Additional context used🧠 Learnings (12)📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-08-27T05:59:04.254ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-08-21T15:09:22.737ZApplied to files:
📚 Learning: 2025-09-19T07:06:20.173ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-09-17T06:55:20.178ZApplied to files:
📚 Learning: 2025-09-15T06:11:31.781ZApplied to files:
🪛 markdownlint-cli2 (0.18.1)CLAUDE.md18-18: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 23-23: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 34-34: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 45-45: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 59-59: Headings should be surrounded by blank lines (MD022, blanks-around-headings) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (27)
Comment |
packages/ to crates/ and svelte-test/ to packages/ui/
packages/ to crates/ and svelte-test/ to packages/ui/
Motivation
See issues:
/cratesand typescript logic to/packages#3The current directory structure does not align with our standard repository conventions. In our other Rust workspace repositories, we use
crates/for Rust workspace crates andpackages/for non-Rust packages (like frontend applications). This PR brings sqlite-web in line with that convention.Solution
Restructure the repository directories:
packages/tocrates/(contains Rust workspace crates: sqlite-web-core, sqlite-web)svelte-test/topackages/ui/and rename the package from "svelte-test" to "ui"Updated all path references in:
Cargo.toml(workspace members)scripts/local-bundle.sh,flake.nix)npm-release.yaml,test-ui.yaml).vscode/settings.json).gitignoreCLAUDE.md)Checks
By submitting this for review, I'm confirming I've done the following:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.