{
  "name": "@static-var/keystone",
  "version": "2.0.4",
  "description": "Keystone proactive multi-skill AI engineering workflows for planning, implementation, review, shipping, and maintenance.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/static-var/Keystone.git"
  },
  "bugs": {
    "url": "https://github.com/static-var/Keystone/issues"
  },
  "homepage": "https://github.com/static-var/Keystone#readme",
  "keywords": [
    "pi-package",
    "agent-skills",
    "keystone",
    "claude-code",
    "codex",
    "pi-coding-agent",
    "pi-extension",
    "workflow",
    "skills",
    "agent-workflows"
  ],
  "files": [
    "README.md",
    "HOW_IT_WORKS.md",
    "LICENSE",
    "assets/brand/keystone-icon.png",
    "assets/brand/keystone-icon-composer.png",
    "assets/brand/keystone-icon-composer.svg",
    "assets/brand/keystone-icon-dark.png",
    "assets/brand/keystone-icon-dark.svg",
    "assets/brand/keystone-icon.svg",
    "assets/brand/keystone-logo.png",
    "assets/brand/keystone-logo.svg",
    "package.json",
    "packaging.allowlist",
    "Makefile",
    "scripts/build-metadata.py",
    "scripts/export-invocation-eval.py",
    "scripts/validate-keystone.py",
    "scripts/validate-package.py",
    "scripts/package-keystone.sh",
    "skills/context-survey/SKILL.md",
    "skills/product-planning/SKILL.md",
    "skills/task-creation/SKILL.md",
    "skills/implementation/SKILL.md",
    "skills/refactoring/SKILL.md",
    "skills/root-cause-analysis/SKILL.md",
    "skills/change-review/SKILL.md",
    "skills/shipping/SKILL.md",
    "skills/project-audit/SKILL.md",
    "skills/_shared/gates/checkpoint.md",
    "skills/_shared/gates/isolation.md",
    "skills/_shared/gates/proof.md",
    "skills/_shared/gates/red.md",
    "skills/_shared/gates/review.md",
    "skills/_shared/gates/ship.md",
    "skills/_shared/engineering-standards.md",
    "skills/_shared/handoff-packet.md",
    ".claude-plugin/plugin.json",
    ".claude-plugin/marketplace.json",
    ".codex-plugin/plugin.json",
    ".agents/plugins/marketplace.json",
    ".pi/extensions/keystone.ts"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "pi": {
    "extensions": [
      "./.pi/extensions/keystone.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.2",
    "@types/node": "26.0.1",
    "typescript": "6.0.3"
  },
  "scripts": {
    "regenerate": "python3 scripts/build-metadata.py",
    "validate": "make validate",
    "package": "scripts/package-keystone.sh",
    "test": "make test",
    "typecheck": "tsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --skipLibCheck .pi/extensions/keystone.ts",
    "pack:dry-run": "npm pack --dry-run"
  }
}
