{
  "name": "pi-vigilant",
  "version": "0.6.0",
  "description": "A diligence layer for pi: auto-continue after output-length stops, premature stops, and threshold compaction, plus spec-memory (hard specification tracking & verification) and feedback-memory (behavior criticism checkpoints).",
  "keywords": [
    "pi-package"
  ],
  "type": "module",
  "license": "MIT",
  "author": "Bruno Jakic <bruno@ai-applied.nl>",
  "homepage": "https://github.com/brunoj/pi-vigilant#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brunoj/pi-vigilant.git"
  },
  "bugs": {
    "url": "https://github.com/brunoj/pi-vigilant/issues"
  },
  "files": [
    "index.ts",
    "lib/",
    "pi-vigilant.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "skills/"
  ],
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build — pi loads .ts via jiti at runtime'",
    "check": "tsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --skipLibCheck --allowImportingTsExtensions --noCheck index.ts",
    "test": "./test/run-all.sh",
    "release": "./scripts/release.sh"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills/spec-memory",
      "./skills/feedback-memory"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": false
    },
    "@earendil-works/pi-agent-core": {
      "optional": false
    },
    "@earendil-works/pi-coding-agent": {
      "optional": false
    },
    "typebox": {
      "optional": false
    }
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.83.0",
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "typebox": "1.1.38",
    "typescript": "5.9.3"
  }
}
