docs: correct npm scope guidance

The scope routes installs to the registry via .npmrc; it does not have to
match the registry owner. Gitea's own example maps an `@test` scope to a
`testuser` registry URL.

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Jm9AfbCJBD4tkxnxxnq7Wm
This commit is contained in:
Walter Cheng
2026-07-26 14:18:19 -04:00
co-authored by Claude Opus 5
parent 936760d68f
commit c33db49634
2 changed files with 6 additions and 3 deletions
@@ -107,8 +107,9 @@ on:
default: false
npm_package_name:
description: >-
Scoped npm package name, for example `@acme/agent-skills`. The scope must
match the registry owner. Required when publish_npm is enabled.
Scoped npm package name, for example `@acme/agent-skills`. A scope is
required because it is what routes installs to the registry, but it does
not have to match the registry owner. Required when publish_npm is enabled.
required: false
type: string
default: ""