agent-config 0.2.0

Install hooks/integrations into AI coding harnesses (Claude Code, Cursor, Gemini CLI, OpenCode, Codex CLI, Cline, Windsurf, ...) without learning each one's filesystem layout.
Documentation
{
  "hooks": {
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "synrepo agent-hook nudge --client codex --event UserPromptSubmit",
            "timeout": 5,
            "statusMessage": "Checking synrepo context guidance"
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "synrepo agent-hook nudge --client codex --event PreToolUse",
            "timeout": 5,
            "statusMessage": "Checking synrepo context guidance"
          }
        ],
        "matcher": "Bash|apply_patch|mcp__.*"
      }
    ]
  }
}