feat: rename package and monorepo from neex to neexp - #63
Conversation
This commit renames the project from "neex" to "neexp" completely and precisely across all layers: - Rust crates are now `neexp-core`, `neexp-daemon`, `neexp-cli`, `neexp-napi`. - The NPM packages are `neexp` and `create-neexp`. - The CLI binary is renamed from `neex` to `neexp`. - User configuration paths updated from `~/.neex` to `~/.neexp`. - Internal Rust imports changed to `neexp_*`. - Environment and caching files (.gitignore, .neexp-cache) are updated. - Documentation and templates accurately reflect the new names while preserving GitHub organization links and image URLs. - Cargo and PNPM lockfiles have been regenerated. - Tested successfully under rust/cargo tests and pnpm builds. Co-authored-by: Foshati <140284749+Foshati@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Important Review skippedToo many files! This PR contains 85 files, which is 35 over the limit of 50. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (86)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR executes a comprehensive and precise rename of the project from
neextoneexpacross all layers of the monorepo architecture.Changes:
Cargo.tomldefinitions toneexp-core,neexp-daemon,neexp-cli, andneexp-napi. Internal imports and path dependencies updated to match.npm/neextonpm/neexpandnpm/create-neextonpm/create-neexp. Optional platform binary packages renamed to@neexpjs/*. Node installation wrappers andneexp.jsupdated to fetch and execute theneexpbinary.neexp. User configuration locations changed from~/.neexto~/.neexp.neexstring occurrences in bash scripts, TUI outputs, and TS config utils were updated toneexp.Neexjs) and image URLs were carefully preserved per instruction.Cargo.lock(viacargo test/build) andpnpm-lock.yaml(viapnpm install).All Rust tests pass, and the Node.js TS templates successfully build.
PR created automatically by Jules for task 457897711399595692 started by @Foshati