From 1b3d8ee2506d563b9621eedc2277e03314dfc04b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 8 Mar 2026 04:03:25 +0000 Subject: [PATCH] docs: note npmjs 1password path for releases --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 25c01374f26..9ad2c7065ed 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -219,6 +219,7 @@ ## NPM + 1Password (publish/verify) - Use the 1password skill; all `op` commands must run inside a fresh tmux session. +- Correct 1Password path for npm release auth: `op://Private/Npmjs` (use that item; OTP stays `op://Private/Npmjs/one-time password?attribute=otp`). - Sign in: `eval "$(op signin --account my.1password.com)"` (app unlocked + integration on). - OTP: `op read 'op://Private/Npmjs/one-time password?attribute=otp'`. - Publish: `npm publish --access public --otp=""` (run from the package dir).