From 96399ec3e4701b69094d4ee50bf64f9941e4113a Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:34:01 +0800 Subject: [PATCH] Load the packaged worker in local runs Co-Authored-By: PI[gpt-5.6-sol] <288921227+claudypoo@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d19dc1..ce8ea97 100644 --- a/README.md +++ b/README.md @@ -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