You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Local Development Testing
After building, link the CLI for local testing:
\`\`\`bash
npm link
nemoclaw --version # Verify linked version
\`\`\`
To unlink: \`npm unlink -g nemoclaw\`
Description
The CONTRIBUTING.md guide is missing the
npm linkstep needed to make the locally builtnemoclawCLI available for development testing.Related GitHub Issue Check
npm linkstep — developer setup path broken #989npm linkstep — developer setup path broken #989, which reports the missing npm link step in developer setup.Affected Area
Affected Page
CONTRIBUTING.md
Issue Type
Broken link or cross-reference
Suggested Fix
Add to CONTRIBUTING.md after the build section: