{
  "name": "pi-resilient-goal",
  "version": "0.1.0",
  "description": "Durable goal continuation and same-session recovery for Pi coding agent",
  "type": "module",
  "license": "MIT",
  "author": "Divyesh Puri <divyesh@asha.health>",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin",
    "extensions",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "coding-agent",
    "watchdog",
    "session-recovery"
  ],
  "bin": {
    "pi-resilient": "bin/pi-resilient.mjs"
  },
  "pi": {
    "extensions": [
      "./extensions/resilient-goal.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.6 <0.81.0",
    "@earendil-works/pi-coding-agent": ">=0.80.6 <0.81.0",
    "typebox": "*"
  },
  "scripts": {
    "test": "node --test test/*.test.mjs",
    "check": "node --check bin/pi-resilient.mjs && node --check lib/atomic-json.mjs && node --check lib/recovery.mjs && node --check lib/supervisor.mjs"
  }
}
