docs: add minimal README to each plugin pointing at keryxjs.com#483
Merged
Conversation
Plugins published to npm previously had no README, leaving the npm package page blank. Each plugin now ships a short description and a link to its docs page so users landing on npm can find their way to the full guide. https://claude.ai/code/session_017qp9Pn5f1J7LGFZCgkuXLs
evantahler
commented
Apr 29, 2026
| { | ||
| "name": "keryx", | ||
| "version": "0.30.0", | ||
| "version": "0.30.1", |
Member
Author
There was a problem hiding this comment.
The main characters package doesn't need a bump
This PR only touches the plugins, so the main package doesn't need a bump. https://claude.ai/code/session_017qp9Pn5f1J7LGFZCgkuXLs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The plugins published to npm (
@keryxjs/csrf,@keryxjs/resque-admin,@keryxjs/tracing) had no README, so their npm package pages were blank. Each plugin now ships a short README with a one-line description and a link to its docs page on keryxjs.com, so users landing on npm can find their way to the full guide.README.mdto each plugin and include it in thefilesarray so it ships in the published tarballcsrf0.1.2 → 0.1.3,resque-admin0.1.3 → 0.1.4,tracing0.3.2 → 0.3.3)keryx0.30.0 → 0.30.1) per the repo PR conventionTest plan
bun lintpasses across all workspaceshttps://claude.ai/code/session_017qp9Pn5f1J7LGFZCgkuXLs
Generated by Claude Code