lorum 0.1.3-alpha.1

Unified MCP configuration manager for AI coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "hooks": {
    "postToolUse": [
      {
        "command": "cargo fmt",
        "matcher": "Write|Edit"
      }
    ],
    "preToolUse": [
      {
        "command": "scripts/safety-check.sh",
        "matcher": "Bash",
        "timeout": 60
      }
    ]
  }
}