Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3285,6 +3285,11 @@ description = "A CLI tool to sign and verify artifacts"
backends = ["aqua:FairwindsOps/nova", "asdf:elementalvoid/asdf-nova"]
description = "Find outdated or deprecated Helm charts running in your cluster"

[tools.npm]
backends = ["npm:npm"]
description = "the package manager for JavaScript"

Copilot AI Jan 3, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description should start with a capital letter to be consistent with the majority of descriptions in this registry. Most tool descriptions follow a pattern of starting with either "A" (for indefinite articles) or a capitalized word (for definite articles or proper nouns). Consider changing "the package manager for JavaScript" to "The package manager for JavaScript" or "npm is the package manager for JavaScript".

Suggested change
description = "the package manager for JavaScript"
description = "The package manager for JavaScript"

Copilot uses AI. Check for mistakes.
test = ["npm --version", "{{version}}"]

[tools.nsc]
backends = ["github:nats-io/nsc", "asdf:dex4er/asdf-nsc"]
description = "Tool for creating nkey/jwt based configurations"
Expand Down
Loading