{
  "name": "@xaccefy/sweep",
  "version": "0.1.4",
  "description": "Lazy senior dev mode for the Pi agent harness. The best code is the code you never wrote.",
  "keywords": ["pi-package", "pi", "skills", "sweep", "lazy", "yagni"],
  "license": "MIT",
  "author": {
    "name": "Dietrich Gebert",
    "url": "https://github.com/x4cc3"
  },
  "homepage": "https://github.com/x4cc3/sweep",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x4cc3/sweep.git"
  },
  "files": [
    "hooks/",
    "skills/",
    "pi-extension/",
    "benchmarks/",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test benchmarks/*.test.js && npm test --prefix pi-extension",
    "benchmark": "npx promptfoo@latest eval -c benchmarks/behavior.yaml --repeat 4"
  },
  "pi": {
    "extensions": ["./pi-extension/index.js"],
    "skills": ["./skills"]
  },
  "publishConfig": {
    "access": "public"
  }
}
