Local pi package for the task / tasks runtime.
This repository is the source of truth for task-related pi work.
Do not maintain the live runtime copy by syncing from pi-tools anymore.
extensions/task/- the task extension and its internal modulestests/task/- focused Node tests for audit files, task flow, and/tasks-startscripts/task-audit-smoke.sh- end-to-end temp-workspace smoke validationdocs/specs/- task design specsdocs/plans/- implementation plans for task work
Add this package as a local package in ~/.pi/agent/settings.json, or install it directly:
pi install /Users/lucas/Developer/pi-tasksPi will load the extension from:
extensions/task/index.ts
cd /Users/lucas/Developer/pi-tasks
npm run test
npm run smoke- Maintain task-related changes here
- Load it in pi through the local package path
- Avoid full-runtime sync for task work