fix: publish credential-login removal - #76
Conversation
There was a problem hiding this comment.
Pull request overview
This PR documents the CLI authentication boundary in README.md so the “credential-login removal” fix is represented by a release-triggering commit and semantic-release can publish a superseding patch version.
Changes:
- Add an explicit README statement that the CLI does not accept put.io account credentials.
- Clarify that the login flow delegates authorization to the official web app and persists only the returned token.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fb84298e5c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
🎉 This PR is included in version 1.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
The merged credential-login revert did not trigger semantic-release, leaving v1.7.0 as the latest package.
This documents the CLI auth boundary under a fix commit so the normal pipeline publishes the superseding patch release.
Verification
Notes
The CLI delegates account authorization to the official web app and stores only the returned OAuth token.