feat(registry): add convex package definition - #149
Conversation
Add Convex (https://github.com/get-convex/convex-backend) documentation package definition to the npm registry. Tested locally with test-registry and registry build (1329 sections, 315852 tokens).
|
moshest
left a comment
There was a problem hiding this comment.
Thanks for the contribution! Your CI runs are gated because this is your first PR here, so I built the definition locally to check it:
Building npm/convex@latest...
Sections: 1088
Tokens: 312514
That's a healthy build — npm-packages/docs in get-convex/convex-backend is the right path, and that repo is the canonical Convex upstream (not a fork or mirror). The file shape matches neighbours like hono.yaml and drizzle-orm.yaml, the filename matches the name: field, and it correctly avoids the versions:/min_version: form. Looks good, I'll merge it.
Generated by Claude Code
Releases @neuledge/context 1.2.4 -> 1.2.5 (patch). Consumed one changeset, .changeset/tidy-manual-examples.md, declared as a patch on @neuledge/context and added by #137: preserve code formatting in HTML documentation that uses bare preformatted blocks, including systemd's rendered DocBook manuals. It was the only changeset on main, it names the published package only, and a patch bump is the right size for it. @neuledge/registry 0.0.17 -> 0.0.18 is the automatic dependent bump that changesets emits for the workspace:* dependency. It is "private": true, is not published, appears in no changeset, and matches the shape of the last release PR (#129). Cross-checked recently merged work: #133, #149 and #150 add registry YAML definitions only and #136 changes the private registry package only, so none of them warrants a changeset. No user-facing packages/context change merged without one. Verified against npm before merging: dist-tags.latest for @neuledge/context is 1.2.4 and 1.2.5 is absent from the published version list, so the new version is strictly greater and does not collide. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NBQQpA86yYzwJUiVz8ph2R
Adds the package documentation definition for Convex (
npm/convex) to the community registry.Convex (
get-convex/convex-backend) maintains its official documentation in the monorepo undernpm-packages/docs. This unversioned definition tracks the documentation directly from the tip.Build Verification
Tested locally using the registry test tools:
pnpm --filter @neuledge/registry test-registry test convexpnpm --filter @neuledge/registry registry build convexdist-packages/npm-convex@latest.dbbuilt with 0 errors