feat(corpus): 25 highest-demand capability manifests across all 7 categories - #66
Open
kavin0x wants to merge 1 commit into
Open
feat(corpus): 25 highest-demand capability manifests across all 7 categories#66kavin0x wants to merge 1 commit into
kavin0x wants to merge 1 commit into
Conversation
…egories (#1) * feat(corpus): add 25 highest-demand capability manifests across all 7 categories Expand the free discovery corpus from 26 → 51 manifests with the highest- download / already-referenced libraries missing from each category: - authentication: nextauth, better-auth, passport, firebase-auth, aws-cognito - email: amazon-ses, postmark, mailgun - background-jobs: pg-boss, trigger-dev, graphile-worker - caching: node-redis, lru-cache, unstorage - feature-flags: growthbook, unleash, openfeature - realtime: yjs, mqtt, liveblocks - orm-database: typeorm, sequelize, mongoose, knex, postgres-js Health metrics pulled from GitHub + npm (as of 2026-07-30). Package aliases, cross-category alternative_ids, README count, agent engineering rules, and the advise migrate relevance assertion updated for the larger auth peer set. Co-authored-by: Kavin Shah <kavin0x@users.noreply.github.com> * fix(corpus): harden new manifests for maintainer review Address review blockers and category-fit landmines: - Unleash: point repo/license/stars at Unleash/unleash-node-sdk (Apache-2.0); keep AGPL self-host guidance in skip_when/hosted notes - aws-cognito: remove snarky skip_when; scope solves to the Identity Provider SDK client (no identity-pools overclaim) - amazon-ses / aws-cognito: name packages as AWS SDK v3 clients so monorepo health is not mistaken for product-specific stars - mailgun: health.license follows published npm SPDX (MIT); repo LICENSE file is Apache but the installable tarball declares MIT only - trigger-dev: license MIT for @trigger.dev/sdk; knex → maintained - openfeature / mqtt / yjs / postgres-js: rewrite as abstraction / IoT / CRDT / driver respectively so agents do not treat them as peer products - lru-cache: rename display to In-process LRU and strip Redis/shared phrasing that was winning redis-cache queries in siftrank Co-authored-by: Kavin Shah <kavin0x@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Kavin Shah <kavin0x@users.noreply.github.com>
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.
feat(corpus): add 25 highest-demand capability manifests across all 7 categories
Expand the free discovery corpus from 26 → 51 manifests with the highest- download / already-referenced libraries missing from each category:
Health metrics pulled from GitHub + npm (as of 2026-07-30). Package aliases, cross-category alternative_ids, README count, agent engineering rules, and the advise migrate relevance assertion updated for the larger auth peer set.