{
  "name": "@aalalice233/pi-goal-x",
  "version": "0.18.9",
  "description": "Goal mode extension for pi: persistent long-running objectives, /goal-set drafting, Sisyphus prompt style, autoContinue, and an above-editor status overlay. Fork with merged PR fixes for runtime init error and checkpoint delegation.",
  "license": "MIT",
  "author": "Aaalice233",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "goal",
    "sisyphus",
    "autoresearch",
    "agent-loop",
    "long-running"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aaalice233/pi-goal-x.git"
  },
  "homepage": "https://github.com/Aaalice233/pi-goal-x#readme",
  "bugs": {
    "url": "https://github.com/Aaalice233/pi-goal-x/issues"
  },
  "files": [
    "extensions",
    "README.md",
    "docs",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "extensions/goal.ts"
    ],
    "image": "https://github.com/Aaalice233/pi-goal-x/raw/main/screenshot.png"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --experimental-strip-types --test tests/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "typebox": "^1.0.58",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
