build(pkg): separate root CLI and OpenClaw plugin package identities - #10518
build(pkg): separate root CLI and OpenClaw plugin package identities#10518HOYALIM wants to merge 1 commit into
Conversation
Signed-off-by: Ho Lim <subhoya@gmail.com>
|
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 (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe package manifest name changes from ChangesPackage Rename
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR separates the root CLI and plugin package identities without changing build targets or CLI behavior. The supplied checks pass, and no actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR Review Advisor finished for commit |
|
✨ Thanks for the packaging work. This cleanly separates the OpenClaw plugin identity from the root CLI as outlined in RFC 0002. |
Description
This pull request implements the first preparation step recommended in Discussion #9909 (RFC 0002) by giving distinct package identities to the root CLI and the OpenClaw plugin.
Key Changes
nemoclaw/package.jsonto use package name"nemoclaw-plugin", resolving the name collision with the root CLI package ("nemoclaw").nemoclaw/package-lock.jsonwith the updated package identity.Verification
npm run checks:repositorypassed with 0 errors.npm run typecheck:clipassed.npm run lintpassed with 0 errors.npm --prefix nemoclaw run build).Signed-off-by: Ho Lim subhoya@gmail.com
Summary by CodeRabbit
nemoclaw-plugin.