{
  "name": "pi-train-agents",
  "version": "0.2.7",
  "description": "Pi-native extension: gradient descent for your AGENTS.md — evidence-backed, human-gated (inspired by backpass)",
  "type": "module",
  "scripts": {
    "build": "node scripts/build.mjs",
    "deploy": "node scripts/install.mjs",
    "test": "node --experimental-strip-types --test tests/*.test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "pi-package",
    "pi",
    "agent",
    "AGENTS.md",
    "backpass",
    "training"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShuttleLab/pi-train-agents.git"
  },
  "engines": {
    "node": ">=22.0"
  },
  "homepage": "https://github.com/ShuttleLab/pi-train-agents",
  "pi": {
    "extensions": [
      "dist/train-agents.ts"
    ],
    "image": "https://github.com/ShuttleLab/pi-train-agents/raw/main/docs/preview.png"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  }
}