docs: use ~/nemoclaw instead of hardcoded /home/ubuntu (#1319) - #2106
Conversation
CLI deploy was fixed in #1470 (detects remote $HOME), but docs and regenerated skills still told users to `cd /home/ubuntu/nemoclaw` in post-deploy SSH examples — which fails on shadecloud and other Brev providers that use non-ubuntu usernames. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Charan Jagwani <cjagwani@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughStandardized SSH commands across multiple documentation and skill files by replacing absolute paths ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Automated PR review summaryReviewed PR #2106: docs: use ~/nemoclaw instead of hardcoded /home/ubuntu (#1319) Recommendation
Installation and setup findings
What was validated
Failing tests and unresolved impact
Passing tests and why they matteredPassing test 1: Home-relative SSH path works in real sandbox
Passing test 2: Touched docs and regenerated skills consistently removed hardcoded
|
Summary
Post-deploy SSH examples in the docs told users to `cd /home/ubuntu/nemoclaw`, which fails on Brev providers that use non-ubuntu usernames (e.g., `shadeform` on shadecloud). Swaps in `~/nemoclaw` so the remote shell expands `$HOME` to whatever the provider assigns.
Related Issue
Fixes #1319. The CLI itself was already fixed in #1470 (`src/lib/deploy.ts:381` detects remote `$HOME` via `ssh ... 'echo $HOME'`). This PR cleans up the residual doc paths that would still break a shadecloud user following the written instructions.
Changes
Type of Change
Verification
AI Disclosure
Summary by CodeRabbit