{
  "name": "@tryinget/pi-autoresearch",
  "version": "0.4.1",
  "description": "Pi extension package for the governed pi-autoresearch bounded experiment runtime.",
  "type": "module",
  "exports": {
    "./toolbox-bundle": "./src/toolboxBundle.ts",
    "./src/runtime.ts": "./src/runtime.ts"
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tryingET/pi-extensions.git",
    "directory": "packages/pi-autoresearch"
  },
  "bugs": {
    "url": "https://github.com/tryingET/pi-extensions/issues"
  },
  "homepage": "https://github.com/tryingET/pi-extensions/tree/main/packages/pi-autoresearch",
  "keywords": [
    "pi-package",
    "pi-extension",
    "autoresearch",
    "benchmarking",
    "experiment-loop"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "fix": "bash ./scripts/quality-gate.sh fix",
    "lint": "bash ./scripts/quality-gate.sh lint",
    "typecheck": "bash ./scripts/quality-gate.sh typecheck",
    "quality:pre-commit": "bash ./scripts/quality-gate.sh pre-commit",
    "quality:pre-push": "bash ./scripts/quality-gate.sh pre-push",
    "quality:ci": "bash ./scripts/quality-gate.sh ci",
    "check": "npm run quality:ci",
    "test": "npm run quality:ci",
    "docs:list": "bash ./scripts/docs-list.sh",
    "docs:list:workspace": "bash ./scripts/docs-list.sh --workspace --discover",
    "docs:list:json": "bash ./scripts/docs-list.sh --json",
    "release:check": "bash ./scripts/release-check.sh",
    "release:check:quick": "SKIP_PI_SMOKE=1 bash ./scripts/release-check.sh",
    "prepack": "node ../pi-interaction/scripts/prepare-publish-manifest.mjs prepack",
    "postpack": "node ../pi-interaction/scripts/prepare-publish-manifest.mjs postpack",
    "loop-doctor": "bash -lc 'node --version; npm --version; npm pkg get name version >/dev/null; git status --short -- . || true; exit 0'",
    "loop-verify-fast": "npm run quality:pre-commit",
    "loop-impact-plan": "bash -lc 'echo \"loop-impact-plan: package-local impact planner is coarse; run npm run loop-impact-run for the full package gate.\"; git status --short -- . || true'",
    "loop-impact-run": "npm run check",
    "loop-impact-wide": "npm run check",
    "loop-landing-check": "npm run check"
  },
  "files": [
    "extensions/pi-autoresearch.ts",
    "extensions/pi-autoresearch",
    "src",
    "prompts",
    "examples",
    "policy/security-policy.json",
    "policy/engineering-lane.json"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi-autoresearch.ts"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "x-pi-template": {
    "scaffoldMode": "simple-package",
    "workspacePath": "packages/pi-autoresearch",
    "releaseComponent": "pi-autoresearch",
    "releaseConfigMode": "component"
  },
  "dependencies": {
    "@tryinget/pi-trigger-adapter": "0.2.1",
    "@tryinget/pi-vault-client": "0.6.0",
    "xstate": "^5.30.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.4",
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/node": "^25.3.3",
    "@typescript/native-preview": "7.0.0-dev.20260417.1",
    "tsx": "^4.20.5",
    "typebox": "1.3.7",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "fast-xml-parser": "5.3.6"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  }
}
