原始内容
pi-packages
Monorepo of packages for the Pi coding agent.
Packages
| Package | npm | Status |
|---|---|---|
pi-artifacts |
@jakeryderv/pi-artifacts |
markdown + declarative html artifacts, live viewer |
Documentation layout
Docs are co-located with their scope. Repo-level material lives at the root;
package-specific material lives inside the package. Within either scope, settled
docs sit in docs/ and exploratory/thinking notes sit in docs/notes/.
- Repo-level
- Package-level (example:
pi-artifacts)- Roadmap
- API contract
- Design notes:
packages/pi-artifacts/docs/notes/design.md - Package README (the only doc that ships to npm)
Conventions for doc placement, dev workflow, and packaging live in
AGENTS.md.
Development
npm install # install the workspace
npm run typecheck # tsc --noEmit across packages
pi -e /abs/path/to/packages/<pkg> # load a package for one run (test from a temp dir)