The packages/server package (npm name: @reaatech/agent-auth-proxy-server) is missing a README.md. As a result:
- The npm registry page for this package shows no description.
- The reaatech catalog sync (
solutions-worker/src/catalog-sync/summarize.js) cannot generate an ai_summary because the package's README is empty/null. Without that, downstream consumers (the reaatech.com /products/packages listing) fall through to the "Description pending" placeholder for this package.
What's needed
Create packages/server/README.md describing this package's purpose. Per the catalog summarizer's prompt (solutions-worker/src/catalog-sync/prompts/package-summary.md), the README should make it possible to write a one- to two-sentence engineer-facing description that covers:
- The single capability this specific package provides
- The shape of what it exports (function / Fastify plugin / class / CLI / adapter / component)
- If non-obvious, what it depends on or pairs with at runtime
Sibling packages (packages/client, packages/core) may have READMEs that show the format.
Verification
After the PR merges:
npm view @reaatech/agent-auth-proxy-server description should return non-empty.
- The next
solutions-catalog-sync tick (daily 06:00 PT) will pick up the new README and write an ai_summary to the local Postgres repo_packages table.
- The next
supabase-sync tick (every 5 min) will mirror it to the website.
Auto-filed by solutions-worker's missing-data audit. Repobot can autonomously close this once a README PR lands and merges.
The
packages/serverpackage (npm name:@reaatech/agent-auth-proxy-server) is missing aREADME.md. As a result:solutions-worker/src/catalog-sync/summarize.js) cannot generate anai_summarybecause the package's README is empty/null. Without that, downstream consumers (the reaatech.com/products/packageslisting) fall through to the "Description pending" placeholder for this package.What's needed
Create
packages/server/README.mddescribing this package's purpose. Per the catalog summarizer's prompt (solutions-worker/src/catalog-sync/prompts/package-summary.md), the README should make it possible to write a one- to two-sentence engineer-facing description that covers:Sibling packages (
packages/client,packages/core) may have READMEs that show the format.Verification
After the PR merges:
npm view @reaatech/agent-auth-proxy-server descriptionshould return non-empty.solutions-catalog-synctick (daily 06:00 PT) will pick up the new README and write anai_summaryto the local Postgresrepo_packagestable.supabase-synctick (every 5 min) will mirror it to the website.Auto-filed by
solutions-worker's missing-data audit. Repobot can autonomously close this once a README PR lands and merges.