chore: add description and keywords to package manifests - #73
Conversation
@standardserver/aws-lambda
@standardserver/core
@standardserver/fastify
@standardserver/fetch
@standardserver/node
@standardserver/peer
@standardserver/shared
commit: |
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes
- description on all 7 package manifests — Adds a one-line
descriptionafterversiontoaws-lambda,core,fastify,fetch,node,peer, andshared, sourced from each package's README and leading with the searchable runtime/framework term. - keywords on all 7 package manifests — Adds a
keywordsarray afterrepositoryper manifest, leading withstandardserverand the runtime/framework name;@standardserver/sharedcarries a minimal internal set per the PR's stated intent.
All 7 manifest files parse as valid JSON, field placement is consistent, and I spot-checked each description against its README — the claims (e.g. node as HTTP/2 on IncomingMessage/ServerResponse, fetch covering Deno/Bun/workers, peer over WebSocket/MessagePort) all check out. Metadata-only, no behavioral surface; nothing blocking.
DeepSeek Flash (default — pick a model for stronger reviews) | 𝕏
Merging this PR will not alter performance
Comparing Footnotes
|

Adds a
descriptionandkeywordsto every publishable package manifest — the two fields npm search ranks on, and both were missing across the ecosystem. The packages now surface in npm searches for their runtime or framework (fetch, node, fastify, aws-lambda, websocket) instead of only exact-name lookups.Notes
@standardserver/sharedis described as internal with a minimal keyword set so it doesn't compete with the real entry points in search results.descriptionafterversion,keywordsafterrepository.