What problem does it solve?
Discover TradeCore packages, what they own, whether they are publishable or private, how to install the publishable ones, and where to look for exports, examples, and tests. Use this whenever an agent or developer needs to know which @recallnet/* package already solves a problem, which package is the canonical home for a concept, or how to install a TradeCore package in another repo.
Core Features & Use Cases
- Generates the full generated TradeCore package-capabilities catalog in markdown
- the full generated TradeCore package-capabilities catalog in JSON
- a generated install guide for publishable packages
- Workflow: Start with references/installable-packages.md when the question is "what can I install?"; Read references/package-capabilities.md when the question is "which package owns this concept?" or "where should this logic live?"; Read references/package-capabilities.json when you need the same data in machine-readable form; Prefer publishable packages for external repos; Do not recommend private packages as external installs; For websocket questions surface ws-venues guidance; Distinguish Polymarket surfaces; If Kalshi WS relay is relevant surface it as opt-in local development; Call out resiliency and protections as relevant; For Polymarket relayer REST questions, route to funding-clients and polymarket-redeemer; Relayer API key auth is separate surface.
Quick Start
Review references/installable-packages.md to identify publishable packages and follow the install guidance to add them to external repos.