Load the packaged worker in local runs

Co-Authored-By: PI[gpt-5.6-sol] <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-09-05 19:34:01 +08:00
co-authored by PI[gpt-5.6-sol]
parent 96290c553b
commit 96399ec3e4
+2 -2
View File
@@ -59,7 +59,7 @@ Or for development:
```bash
git clone https://github.com/wassname/pi-goals && cd pi-goals && npm install
pi -e npm:pi-subagents -e ./src/index.ts
pi -e npm:pi-subagents -e .
```
## Use
@@ -123,7 +123,7 @@ Planning and coordinator sign-off prompts live in [`src/prompts.ts`](src/prompts
## Develop
```bash
pi -e npm:pi-subagents -e ./src/index.ts # load locally
pi -e npm:pi-subagents -e . # load the extension and packaged worker locally
npm test # all unit, flow, and Pi RPC tests
npm run test:rpc # Pi RPC review flow with a local offline model
npm run typecheck