agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "events": [
    "PreToolUse"
  ],
  "matcher": "Bash|Write",
  "type": "command",
  "command": ".claude/scripts/build.sh",
  "timeout": 5000,
  "description": "Validate dangerous operations before execution",
  "dependencies": {
    "commands": [
      {
        "path": "commands/format-json.md"
      }
    ]
  }
}