Skip to content
PidocsCLI & tooling

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.

  1. Prompt · +0
    pkg
  2. Agent did · +0m
    Listed contents of the packages directory
  3. Prompt · +0m
    list
  4. Agent did · +0m
    Ran a script using jq to extract name, version and description from each package.json, then inspected deprecated and empty-looking packages directly
  5. Outcome · +1m
    Produced 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.

I tried this · 0

Discussion · 0

How Builds work