Origit Console
main payments-api/.bob/settings.json
66 lines · 1259 bytes sha256 3144bcc88c52b6793c91 hour ago
{
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "sh .bob/hooks/origit-trace.sh",
            "timeout": 5
          }
        ]
      }
    ],
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "sh .bob/hooks/origit-trace.sh",
            "timeout": 5
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": ".*",
        "hooks": [
          {
            "type": "command",
            "command": "sh .bob/hooks/origit-trace.sh",
            "timeout": 5
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": ".*",
        "hooks": [
          {
            "type": "command",
            "command": "sh .bob/hooks/origit-trace.sh",
            "timeout": 5
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "sh .bob/hooks/origit-trace.sh",
            "timeout": 5
          },
          {
            "type": "command",
            "command": "sh .bob/hooks/origit-session-commit.sh",
            "timeout": 90
          }
        ]
      }
    ]
  }
}