{
  "name": "pi-continuous-orchestration",
  "version": "0.1.1",
  "description": "Pi extension that keeps a main agent working toward a high-level goal with durable Markdown memory and independent adversarial verification",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "orchestration",
    "agents",
    "ai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dat-lequoc/agi3.git",
    "directory": "packages/pi-continuous-orchestration"
  },
  "exports": {
    ".": "./index.ts",
    "./config": "./src/config.ts",
    "./adversary": "./src/adversary.ts"
  },
  "files": [
    "index.ts",
    "src/**/*.ts",
    "agents/**/*.md",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./node_modules/pi-subagents/index.ts",
      "./index.ts"
    ],
    "skills": [
      "./node_modules/pi-subagents/skills"
    ],
    "prompts": [
      "./node_modules/pi-subagents/prompts"
    ],
    "subagents": {
      "agents": [
        "./agents"
      ]
    }
  },
  "pi-subagents": {
    "agents": [
      "./agents"
    ]
  },
  "scripts": {
    "test:unit": "node --experimental-strip-types --test test/unit/*.test.ts"
  },
  "dependencies": {
    "pi-subagents": "0.36.0"
  },
  "bundledDependencies": [
    "pi-subagents"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.82.1"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
