Commit graph

1 commit

Author SHA1 Message Date
Claude
c734c0eca5 Reorganize repository structure
- Move router-* folders into crates/ directory
- Move profiling folder into crates/
- Update Cargo.toml workspace to include new crate locations
- Add node_modules/ and package-lock.json to .gitignore
- Remove node_modules directory from repository
- Create new README.md with project overview and badges
- Move old technical documentation to docs/TECHNICAL_PLAN.md

This reorganization improves the project structure by:
- Consolidating all Rust crates in the crates/ directory
- Following standard Rust workspace conventions
- Cleaning up root directory clutter
- Providing a clear, professional README for new users
2025-11-19 20:53:37 +00:00