Skip to content

CONTRIBUTING.md Missing npm link Step — Developer Setup Path Broken - IssueFinder - SN 07 #1429

@dinuduke

Description

@dinuduke

Description

The CONTRIBUTING.md guide is missing the npm link step needed to make the locally built nemoclaw CLI available for development testing.

Related GitHub Issue Check

Affected Area

  • File(s): CONTRIBUTING.md

Affected Page

CONTRIBUTING.md

Issue Type

Broken link or cross-reference

Suggested Fix

Add to CONTRIBUTING.md after the build section:

### 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\`

Metadata

Metadata

Assignees

Labels

area: docsDocumentation, examples, guides, or docs buildarea: installInstall, setup, prerequisites, or uninstall flowarea: onboardingOnboarding FSM, provider setup, sandbox launch, or first-run flowgood first issueSmall, clear, safe task for new contributors

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions