build(pkg): adopt npm workspaces for repository source packages - #10520
build(pkg): adopt npm workspaces for repository source packages#10520HOYALIM wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. 📝 WalkthroughWalkthroughThe root project adds Changesnpm workspace integration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The change enables workspace installation and updates package identity and lockfile state. No current merge-blocking risk is identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
✨ Thanks for the packaging work. This PR adopts npm workspaces for the repository source packages and passes all checks. Ready for maintainer review. |
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
af1a7f9 to
3df16e0
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
PR Review Advisor finished for commit |
Description
This pull request implements the second preparation step recommended in Discussion #9909 (RFC 0002) by organizing repository source packages under
npm workspaces.Key Changes
"workspaces": ["nemoclaw"]\ costumes to the rootpackage.json`.nemoclaw-plugin.package-lock.jsonwith the workspace configuration.Verification
npm run checks:repositorypassed with 0 errors.npm run typecheck:clipassed with 0 errors.npm run lintpassed with 0 errors.node_modules.Signed-off-by: Ho Lim subhoya@gmail.com
Summary by CodeRabbit
nemoclawtonemoclaw-plugin.