-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
NV QABugs found by the NVIDIA QA TeamBugs found by the NVIDIA QA Team
Description
Description
[Description]
The CLI reference in docs/reference/commands.md is maintained as the canonical documentation for nemoclaw subcommands (via ### headings). The repository includes a parity check (nemoclaw … test/e2e/e2e-cloud-experimental/check-docs.sh) that compares:
- Normalized usage lines extracted from
NO_COLOR=1 node bin/nemoclaw.js --help - The set of
### `nemoclaw …`headings indocs/reference/commands.md
That check fails because nemoclaw debug and nemoclaw uninstall appear in --help but do not have corresponding top-level ### sections in commands.md. Contributors running the doc check see a mismatch and CI (or local preflight) can fail.
[Environment]
- Device: Ubuntu 22.04
- Node.js: v20.20.1
- npm: 10.8.2
- Docker: Docker Engine 29.3.0
- OpenShell CLI: 0.0.15
- NemoClaw: v0.1.0 (cec1e4)
- OpenClaw: 2026.3.11 (29dc654)
Note: it can be reproducible with other environment intermittently
[Steps to Reproduce]
- Clone NemoClaw and install deps if needed (
npm install). - Run:
bash test/e2e/e2e-cloud-experimental/check-docs.sh(or--only-cliif supported by the script). - Observe CLI parity failure listing
nemoclaw debugandnemoclaw uninstallas only in --help. - Optionally run
NO_COLOR=1 node bin/nemoclaw.js --helpand confirm Troubleshooting / Cleanup sections mentiondebuganduninstall. - Open
docs/reference/commands.mdand confirm there are no### `nemoclaw debug`or### `nemoclaw uninstall`sections (only other subcommands throughsetup-spark, etc.).
<span style= font-size:11pt; font-variant:normal; white-space:pre-wrap >
[Expected Behavior]
docs/reference/commands.mdincludes every subcommand thatnemoclaw --helplists (after the script’s normalization), or--helpis trimmed to match an intentionally scoped reference doc (with docs explaining the omission).
Steps to reproduce
No steps provided.
[NVB# 6018345]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
NV QABugs found by the NVIDIA QA TeamBugs found by the NVIDIA QA Team