{
  "name": "pi-adaptive-orchestrator",
  "version": "0.1.0",
  "description": "Human-approved, effort-routed Pi subagent orchestration",
  "type": "module",
  "license": "MIT",
  "author": "Asha Health",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "extensions",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "coding-agent",
    "subagents",
    "orchestration",
    "model-routing"
  ],
  "pi": {
    "extensions": [
      "./extensions/adaptive-orchestrator.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.6 <0.81.0",
    "@earendil-works/pi-coding-agent": ">=0.80.6 <0.81.0",
    "pi-subagents": ">=0.34.0 <0.35.0",
    "typebox": "*"
  },
  "scripts": {
    "test": "node --test test/*.test.mjs",
    "check": "node --check lib/delegation-policy.mjs && node --check lib/routing.mjs && node --check lib/run-state.mjs && node --check lib/workflow-guards.mjs"
  }
}
