{
  "name": "@signalridge/pi-agent-guidance",
  "version": "1.2.3",
  "description": "Loads provider-specific context files (CLAUDE.md, CODEX.md, GEMINI.md) based on current model.",
  "license": "MIT",
  "author": "Thomas Mustier",
  "keywords": [
    "pi-package"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/signalridge/pi-extensions",
    "directory": "packages/pi-agent-guidance"
  },
  "bugs": {
    "url": "https://github.com/signalridge/pi-extensions/issues"
  },
  "homepage": "https://github.com/signalridge/pi-extensions/tree/main/packages/pi-agent-guidance",
  "pi": {
    "extensions": [
      "./agent-guidance.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.0 || ^0.85.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.85.1"
  },
  "type": "module",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "piExtension": {
    "lifecycle": "stable"
  },
  "files": [
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "*.ts",
    "templates"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "test": "bun test test",
    "check": "bun run lint && bun run typecheck && bun run test",
    "format": "biome check --write ."
  }
}
