{
  "name": "pi-goals",
  "version": "0.5.1",
  "description": "Persistent goal tracking for Pi with /tree-compatible state, budgets, reusable prompts, and churn monitoring.",
  "main": ".pi/extensions/goal/index.ts",
  "files": [
    ".pi/extensions/goal/*.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck:goal": "tsc --noEmit --target ES2022 --module ESNext --moduleResolution node --ignoreDeprecations 6.0 --types node --strict --skipLibCheck .pi/extensions/goal/*.ts",
    "slop:goal": "if rg -n 'as unknown as|as any' .pi/extensions/goal; then exit 1; else exit 0; fi",
    "quality:goal": "sentrux gate .pi/extensions/goal && sentrux check .pi/extensions/goal && npm run slop:goal && npm run typecheck:goal && pi --offline --no-session --no-tools -e .pi/extensions/goal/index.ts --list-models >/tmp/pi-goal-quality-load.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/transcendr/pi-goals.git"
  },
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "agent",
    "goal",
    "coding-agent"
  ],
  "author": "Bryan Price-McConnahea (@slopwareindy // withbryan.work)",
  "license": "MIT",
  "type": "commonjs",
  "pi": {
    "extensions": [
      ".pi/extensions/goal/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/transcendr/pi-goals/issues"
  },
  "homepage": "https://github.com/transcendr/pi-goals#readme",
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "@types/node": "^25.6.2",
    "typebox": "^1.1.38",
    "typescript": "^6.0.3"
  }
}
