Shared Claude-style runtime contracts and helpers for Pi packages.
This package is the internal foundation for sibling packages such as:
pi-claude-todo-v2pi-claude-plan-modepi-claude-subagent
It is not a standalone Pi extension package by itself. Instead, it provides shared modules for:
- managed runtime schemas
- managed task registry helpers
- runtime bridge coordination
- team-state persistence
- agent discovery
You usually get this package transitively through pi-claude-todo-v2, pi-claude-plan-mode, or pi-claude-subagent, but Pi can also fetch it directly from GitHub:
pi install -l git:github.com/trotsky1997/pi-claude-runtime-corepi install git:github.com/trotsky1997/pi-claude-runtime-coreDirect pi install works because Pi can cache the package like any other Git-backed dependency, but this package does not register interactive commands or tools by itself.
Package authors can also depend on it from GitHub with npm:
npm install git+https://github.com/trotsky1997/pi-claude-runtime-core.git#mainOr from a local checkout while developing these packages together:
npm install /absolute/path/to/pi-claude-runtime-corepi-claude-runtime-core/runtime-bridgepi-claude-runtime-core/managed-task-registrypi-claude-runtime-core/managed-task-schemaspi-claude-runtime-core/managed-runtime-schemaspi-claude-runtime-core/team-statepi-claude-runtime-core/agent-discovery