{
  "name": "pi-caduceus",
  "version": "0.6.3",
  "description": "Pi extension: persona-aware general-purpose lifecycle harness for the pi coding agent. Injects a deterministic, testable, byte-citable persona prompt segment before the first token of a pi session (mode, locale). Drives the full Spec-Driven Development lifecycle (explore -> propose -> apply -> archive), a 6-state review machine with content-bound receipts, and a 5-lens static-analysis framework (risk/correctness/security/readability/spec-compliance) with P0–P3 severity. 0 deps, 0 native, 0 postinstall.",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/lyssom/pi-caduceus",
  "repository": {
    "type": "git",
    "url": "https://github.com/lyssom/pi-caduceus.git"
  },
  "bugs": {
    "url": "https://github.com/lyssom/pi-caduceus/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "caduceus",
    "persona",
    "persona-contract",
    "prompt-orchestration",
    "lifecycle",
    "lens-framework",
    "sdd",
    "spec-driven-development",
    "review-gate",
    "static-analysis",
    "constitutional-ai"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "pi": {
    "extensions": ["./extensions"],
    "themes":     ["./themes"],
    "prompts":    ["./prompts"]
  },
  "files": [
    "extensions/",
    "lib/",
    "prompts/",
    "themes/",
    "tests/",
    "scripts/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --experimental-strip-types --test $(find tests -type f -name '*.test.ts' | sort)",
    "verify": "node scripts/verify-package.mjs",
    "prepack": "node scripts/verify-package.mjs"
  }
}