npm-publish What I Do Publish the 0 Finance CLI to npm with the correct 2FA requirements. Prerequisites - npm account with publish rights to publish - A granular token that bypasses 2FA, stored in - Built CLI artifacts in Credentials This skill reads credentials from in the same directory. Expected keys: - — npm granular token with publish access and 2FA bypass enabled - — optional npm scope (leave empty for unscoped) Workflow 1. Load and export 2. Run 3. Run to confirm auth 4. Build the CLI: 5. Publish from : 6. Verify publish: Common Issues - 403 with 2FA : token lacks 2FA bypass — regenera…