Files
pi-plan/package.json
T
wassnameandPi/OpenAI 9cce6a6bee Remove abandoned runtime and keep current entry points and tests
Replace historical docs, trial output and dead runtime with current source, agent definition and reusable scripts. Bundle pinned worker, Intercom and scheduler dependencies via Pi manifest. Retain 71 current tests, including real RPC proposal/editor/Ready checks and evidence edge cases; lint/typecheck pass. Historical material remains available at f22d83c.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-10 18:40:23 +08:00

80 lines
2.0 KiB
JSON

{
"name": "@wassname2/pi-goals",
"version": "0.2.2",
"description": "Discuss a goal plan, then supervise a visible worker and verify its results.",
"private": true,
"author": "wassname",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/wassname/pi-goals.git"
},
"keywords": [
"pi-package",
"pi",
"pi-extension",
"plan",
"goal",
"proof",
"uat",
"evidence",
"supervisor",
"herdr"
],
"peerDependencies": {
"@earendil-works/pi-coding-agent": ">=0.85.1 <1.0.0",
"@earendil-works/pi-tui": "*",
"typebox": "*"
},
"files": [
"src",
"agents",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run lint && npm run typecheck && npm run test",
"test": "vitest run",
"test:rpc": "vitest run test/rpc-review.test.ts",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"lint": "biome check src/ test/",
"lint:fix": "biome check --fix src/ test/"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@earendil-works/pi-coding-agent": "0.85.1",
"@earendil-works/pi-tui": "^0.85.1",
"@types/node": "^20.0.0",
"typebox": "^1.3.7",
"typescript": "^5.0.0",
"vitest": "^4.0.18"
},
"pi": {
"extensions": [
"./src/index.ts",
"./node_modules/pi-subagents/src/index.ts",
"./node_modules/pi-intercom/index.ts",
"./node_modules/pi-schedule-prompt/src/index.ts"
],
"image": "https://github.com/user-attachments/assets/35feaa15-f022-4491-bcc2-fc31cb878a9f",
"skills": [
"./node_modules/pi-intercom/skills"
]
},
"dependencies": {
"pi-subagents": "git+https://github.com/edxeth/pi-subagents.git#953c6f6d2fc7d8a5c956c30cd77c51bad697c2a4",
"pi-intercom": "0.13.0",
"pi-schedule-prompt": "0.4.1"
},
"bundledDependencies": [
"pi-subagents",
"pi-intercom",
"pi-schedule-prompt"
]
}