@@ -67,7 +67,7 @@ artifacts. Authorized maintainers must supply or approve:
6767- Changes to the canonical identity and contact values listed above
6868- Repository creation and visibility, branch/tag protections, environments,
6969 secrets, and environment approval policies
70- - npm package ownership for the maintainer-confirmed ` cometapi-team ` account
70+ - npm package ownership for the maintainer-confirmed ` cometapi_dev ` account
7171 and Trusted Publisher configuration
7272- A ` COMETAPI_KEY ` , request budget, and explicit authorization for live smoke
7373 tests
@@ -79,7 +79,7 @@ corresponding release gate. Do not invent it or replace it with a mock.
7979
8080The ` cometapi ` package exists in the public registry. Registry Alpha owner
8181evidence is complete only when ` npm owner ls cometapi ` lists the
82- maintainer-confirmed ` cometapi-team ` account; until then this remains a Registry
82+ maintainer-confirmed ` cometapi_dev ` account; until then this remains a Registry
8383Alpha prerequisite.
8484
8585For the current Public Preview milestone, private topic pushes, pull requests,
@@ -302,11 +302,11 @@ dist-tag. Before authorizing release:
302302 company-controlled owner and verifies the resulting owner list:
303303
304304 ``` bash
305- npm owner add cometapi-team cometapi
305+ npm owner add cometapi_dev cometapi
306306 npm owner ls cometapi
307307 ```
308308
309- Record evidence that the output lists ` cometapi-team ` ; Registry Alpha owner
309+ Record evidence that the output lists ` cometapi_dev ` ; Registry Alpha owner
310310 setup is incomplete until it does.
311311
31231212. Install ` cometapi@next` from npm and run an independent import and mocked
0 commit comments