{
  "name": "uv-suite",
  "version": "0.32.0",
  "description": "Anti-slop guardrails, specialized agents, and a live observability + control plane for AI-assisted coding. Watchtower (Python + SQLite, no setup) shows a live heartbeat, your sessions, and a needs-human approval queue \u2014 checkpoint, compact, fork, close, or approve sessions from the browser. 8 agents, 12 skills, ~28 hooks, 6 guardrails, 4 personas. Works with Claude Code, Cursor, and Codex.",
  "author": {
    "name": "Utsav",
    "url": "https://www.utsava.xyz/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/utsavanand/uv-suite.git"
  },
  "homepage": "https://github.com/utsavanand/uv-suite",
  "keywords": [
    "ai",
    "agents",
    "claude-code",
    "cursor",
    "codex",
    "code-review",
    "anti-slop",
    "developer-tools",
    "agentic-engineering"
  ],
  "dependencies": {
    "repomix": "^0.3.0"
  },
  "bin": {
    "uvs": "./bin/cli.js",
    "uv-suite": "./bin/cli.js"
  },
  "files": [
    "bin/",
    "agents/",
    "skills/",
    "hooks/",
    "guardrails/",
    "personas/",
    "portable-standards/",
    "settings.json",
    "uv.sh",
    "watchtower/",
    "install.sh",
    "README.md"
  ]
}
