{
  "name": "pudo-code-system",
  "version": "1.1.0",
  "description": "AI Agent Operating Layer for configuring coding agents with PUDO workflows, quality gates, benchmarks, and repo-level rules.",
  "license": "MIT",
  "bin": {
    "pudo": "bin/pudo.js",
    "pudo-code-system": "bin/pudo.js"
  },
  "files": [
    "bin/",
    "AGENTS.md",
    "CLAUDE.md",
    "codex/",
    "claude/",
    "cursor/",
    ".github/copilot-instructions.md",
    ".github/instructions/",
    ".github/pull_request_template.md",
    ".github/ISSUE_TEMPLATE/",
    ".github/workflows/pudo-check.yml",
    "quality/",
    "benchmarks/",
    "prompts/",
    "skills/",
    "docs/",
    "templates/",
    ".pudo/"
  ],
  "scripts": {
    "check": "git diff --check",
    "test": "node --check bin/pudo.js",
    "pudo:check": "node bin/pudo.js check",
    "pudo:score": "node bin/pudo.js score",
    "pudo:doctor": "node bin/pudo.js doctor"
  }
}
