Inventory monorepo packages and versions
Session from 0xKobolds on Hugging Face by moikapy · MIT · condensed by Coders Talk
1msession
0interventions
GOAL
List and understand the packages in the 0xKobolds monorepo, including deprecated ones and their versions/descriptions.
- +0Prompt · +0pkg
- +0mAgent did · +0mListed contents of the packages directory
- +0mPrompt · +0mlist
- +0mAgent did · +0mRan a script using jq to extract name, version and description from each package.json, then inspected deprecated and empty-looking packages directly
- +1mOutcome · +1mProduced a full table of packages with versions and descriptions, covering pi-kobold, pi-gateway, pi-gateway-v2, pi-learn, pi-mcp, pi-ollama, pi-orchestration and more
VERDICT
I'd start by just asking for a full package inventory with versions and descriptions right away instead of doing it in two steps. The jq-based script did the real work of pulling structured data out of every package.json quickly.