req-cli 0.2.2

Managed requirements CLI for LLM agents and humans
{
  "hooks": {
    "Stop": [
      {
        "hooks": [
          {
            "command": "req validate",
            "type": "command"
          }
        ],
        "matcher": "*"
      }
    ]
  },
  "permissions": {
    "allow": [
      "Bash(req:*)",
      "Bash(req --version)",
      "Bash(req --help)"
    ]
  }
}