mirror of
https://github.com/wassname/pi-goals.git
synced 2026-09-11 12:43:57 +08:00
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:
co-authored by
PI[gpt-5.6-sol]
parent
96290c553b
commit
96399ec3e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user