{ "name": "@wassname2/pi-goals", "version": "0.3.3", "description": "Set goals in plan.md; a smart supervisor guides cheap worker subagents through long autonomous sessions until your goals are signed off, with every agent's pane visible to you.", "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", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run lint && npm run typecheck && npm run test", "test": "vitest run --dir test", "test:rpc": "vitest run --dir test rpc-review.test.ts", "test:watch": "vitest --dir test", "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/index.ts", "./node_modules/pi-intercom/index.ts", "./node_modules/@jl1990/pi-scheduler/extensions/scheduler/index.ts" ], "image": "https://github.com/user-attachments/assets/35feaa15-f022-4491-bcc2-fc31cb878a9f", "skills": [ "./node_modules/pi-intercom/skills" ] }, "dependencies": { "@jl1990/pi-scheduler": "https://registry.npmjs.org/@jl1990/pi-scheduler/-/pi-scheduler-0.5.0.tgz", "pi-intercom": "0.13.0", "pi-subagents": "0.66.0" }, "bundleDependencies": [ "pi-subagents", "pi-intercom", "@jl1990/pi-scheduler" ] }