rad-pi
v1.5.2
Published
Default Radicle package for pi: core deterministic tooling
Downloads
930
Readme
rad-pi
Default Radicle package for pi.
Install behavior
npm install rad-pi maps to the core experience:
- deterministic Radicle agent tooling
- a thin, tool-first core Radicle skill
- shared baseline Radicle helpers and typed core tools
It does not include the optional COB or autonomy layers by default.
Package lineup
rad-pi— default package, aligned with core@rad-pi/core— deterministic Radicle agent tooling@rad-pi/cob— optional Plan/Context COB integrations@rad-pi/autonomy— optional issue loops, planning loops, orchestration, and workers
Versioning
rad-pi:1.5.0@rad-pi/core:1.5.0@rad-pi/cob:0.1.0@rad-pi/autonomy:0.1.0
Rationale:
rad-piand@rad-pi/corecontinue the existing package line@rad-pi/coband@rad-pi/autonomyare new packages and start at0.1.0- there is not yet a published
@rad-pi/fullpackage, because pi package resource loading is simplest and most reliable when resources live inside the installed package itself; for now,rad-piis the default/core package and the optional layers are installed explicitly - experiment publishing is no longer part of this repository; use Community Computer
pi-ccforrad experiment publishautomation
Monorepo layout
packages/
core/ # baseline Radicle skill + shared helpers
cob/ # rad-plan and rad-context integrations
autonomy/ # loops, orchestrator, worker agentDevelopment
Run all package tests:
npm test