{
  "name": "code-review-python",
  "version": "1.0.0",
  "description": "Provides Python-specific code review rules for the dh code-reviewer agent. Activates on pyproject.toml or *.py file detection — enforces uv, ruff, ty, pytest, type annotation, error handling, and Python 3.11+ idioms including pathlib, match statements, and modern union syntax.",
  "author": "local",
  "license": "MIT",
  "tools": [],
  "trigger_phrases": [],
  "compatible_agents": [
    "aiden"
  ],
  "min_agent_version": "3.0.0",
  "tags": [
    "code",
    "files",
    "messaging"
  ],
  "created": "2026-04-27T17:11:51.535Z"
}
