- Move limit-turns.ts into packages/pi-turn-limit/src/index.ts - Add root package.json (private workspace manifest) - Add pnpm-workspace.yaml - Add shared tsconfig.json - Add pi package manifest to extension (pi.extensions, pi-package keyword) - Update AGENTS.md with monorepo workflow
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"name": "pi-extensions",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Pi coding agent extensions monorepo",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=24"
|
|
}
|
|
}
|