{
  "name": "ultrapi",
  "version": "1.0.0",
  "license": "MIT",
  "description": "Bounded multi-agent orchestration for the Pi coding agent: one writer, tool-layer governance, and verified acceptance.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "coding-agent",
    "agent-orchestration",
    "multi-agent"
  ],
  "author": "Siarhei Siarheyeu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Y4nKorzun/pi-coding-agent-swarm-warroom-archive.git"
  },
  "bugs": {
    "url": "https://github.com/Y4nKorzun/pi-coding-agent-swarm-warroom-archive/issues"
  },
  "homepage": "https://github.com/Y4nKorzun/pi-coding-agent-swarm-warroom-archive#readme",
  "bin": {
    "ultrapi": "./bin/ultrapi.mjs"
  },
  "files": [
    "bin",
    "docs",
    "src",
    "tsconfig.json"
  ],
  "type": "module",
  "engines": {
    "node": ">=24.0.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "benchmark": "node --import tsx scripts/benchmark.ts",
    "benchmark:evaluator": "node --import tsx scripts/benchmark.ts benchmarks/evaluator-fixture.json",
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test tests/unit/*.test.ts tests/integration/*.test.ts tests/e2e/*.test.ts",
    "coverage": "node --import tsx scripts/coverage.ts",
    "verify": "npm run typecheck && npm run coverage && npm run benchmark:routing",
    "benchmark:routing": "node --import tsx scripts/routing-benchmark.ts",
    "benchmark:routing:record": "node --import tsx scripts/routing-benchmark.ts benchmarks/routing-scenarios.json benchmarks/routing-baseline.json --record",
    "benchmark:collect": "node --import tsx scripts/collect-benchmark.ts",
    "telemetry:preflight": "node --import tsx scripts/telemetry-preflight.ts",
    "telemetry:health": "node --import tsx scripts/telemetry-health.ts"
  },
  "dependencies": {
    "pi-agents": "0.13.2",
    "tsx": "4.21.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.1",
    "@types/node": "24.12.4",
    "typebox": "1.3.7",
    "typescript": "5.9.3"
  }
}
