Origit Console
IBM Bob connected acme-payments · Business plan · demo
main northbridge-payments/.bob/settings.json
16 lines · 598 bytes sha256 5fbcceecad226d3d9812 hours ago
{
  "hooks": {
    "SessionStart": [
      { "hooks": [ { "type": "command", "command": "sh .bob/hooks/origit-hook.sh session start", "timeout": 10 } ] }
    ],
    "UserPromptSubmit": [
      { "hooks": [ { "type": "command", "command": "sh .bob/hooks/origit-hook.sh run start", "timeout": 30 } ] }
    ],
    "PostToolUse": [
      { "matcher": ".*", "hooks": [ { "type": "command", "command": "sh .bob/hooks/origit-hook.sh trace", "timeout": 5 } ] }
    ],
    "Stop": [
      { "hooks": [ { "type": "command", "command": "sh .bob/hooks/origit-hook.sh run end", "timeout": 120 } ] }
    ]
  }
}
Powered by IBM Bob 2.0