rad-pi

Default Radicle package for pi: core deterministic tooling

Package details

extensionskill

Install rad-pi from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:rad-pi
Package
rad-pi
Version
1.5.2
Published
Apr 29, 2026
Downloads
1,338/mo · 42/wk
Author
hdh
License
MIT
Types
extension, skill
Size
78.6 KB
Dependencies
1 dependency · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./packages/core/extensions"
  ],
  "skills": [
    "./packages/core/skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

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-pi and @rad-pi/core continue the existing package line
  • @rad-pi/cob and @rad-pi/autonomy are new packages and start at 0.1.0
  • there is not yet a published @rad-pi/full package, because pi package resource loading is simplest and most reliable when resources live inside the installed package itself; for now, rad-pi is the default/core package and the optional layers are installed explicitly
  • experiment publishing is no longer part of this repository; use Community Computer pi-cc for rad experiment publish automation

Monorepo layout

packages/
  core/       # baseline Radicle skill + shared helpers
  cob/        # rad-plan and rad-context integrations
  autonomy/   # loops, orchestrator, worker agent

Development

Run all package tests:

npm test