lorum 0.1.3-alpha.1

Unified MCP configuration manager for AI coding tools
Documentation
{
  "hooks": {
    "PostToolUse": [
      {
        "hooks": [
          {
            "command": "cargo fmt"
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "hooks": [
          {
            "command": "scripts/safety-check.sh",
            "timeout": 60
          }
        ]
      }
    ]
  }
}