jakeryderv-pi-artifacts

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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/.

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)