Skip to content

fix(metadata): correct NeMoClaw → NemoClaw product casing#292

Merged
mosheabr merged 1 commit into
mainfrom
fix/nemoclaw-product-casing
Jun 25, 2026
Merged

fix(metadata): correct NeMoClaw → NemoClaw product casing#292
mosheabr merged 1 commit into
mainfrom
fix/nemoclaw-product-casing

Conversation

@mosheabr

Copy link
Copy Markdown
Collaborator

Other context (for non-onboarding PRs)

Fixes the product.primary casing flagged by @rjensenNV on #290.

Root cause: the marketplace product enum in metadata.schema.json listed NeMoClaw (capital M). The canonical product name is NemoClaw everywhere it is actually defined — components.d/nemoclaw.yml, README.md, docs/index.mdx, and the skill's own SKILL.md/skill-card.md/evals.json/BENCHMARK.md. Because the metadata generator stamps product.primary from this enum, the typo was propagating into the auto-generated metadata.json (visible on #290).

Change:

  • .github/scripts/marketplace/metadata.schema.json — enum NeMoClawNemoClaw
  • plugins.d/nvidia-skills.yml — cosmetic comment # NeMoClaw# NemoClaw

After this merges and the metadata regenerates, nemoclaw-user-guide will carry product.primary: "NemoClaw". #290 should be regenerated/closed in favor of the corrected output.

All PRs

  • All commits signed off with DCO.

The marketplace product enum used 'NeMoClaw' (capital M), but the
canonical product name is 'NemoClaw' everywhere it is defined
(components.d/nemoclaw.yml, README, docs, and the skill's own
SKILL.md/skill-card/evals). The generator stamps product.primary from
this enum, so the typo was propagating into auto-generated metadata.json
(flagged on #290). Fix the enum and the cosmetic plugins.d comment so the
next regeneration emits the correct casing.

Signed-off-by: Moshe Abramovitch <257371078+mosheabr@users.noreply.github.com>
@mosheabr mosheabr requested a review from sayalinvidia as a code owner June 25, 2026 14:26
@mosheabr mosheabr merged commit 8badb90 into main Jun 25, 2026
7 checks passed
@mosheabr mosheabr deleted the fix/nemoclaw-product-casing branch June 25, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant