{
  "name": "@artale/pi-verify",
  "version": "1.0.0",
  "description": "Auto-verify Pi agent output. Two-agent system: builder runs, verifier checks, auto-corrects.",
  "keywords": ["pi-package", "verify", "review", "test", "auto-fix", "quality", "confidence"],
  "license": "MIT",
  "author": "artale",
  "type": "module",
  "main": "SKILL.md",
  "pi": {
    "extensions": ["./src/extension.ts"],
    "commands": ["verify"],
    "skills": ["verify"],
    "image": "https://unpkg.com/@artale/pi-verify@1.0.0/preview.png"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/artale93/pi-verify.git"
  },
  "files": [
    "SKILL.md",
    "README.md",
    "verify.sh",
    "preview.png",
    "src/"
  ]
}