buddymon/hooks-handlers
pyr0ball 6a81392074 feat: expand encounter triggers — git ops, installs, test events, test files
New event_encounters catalog section:
  🔀 MergeMaw     — git merge / rebase
  🌿 BranchSprite — git checkout -b / switch -c (catch-only)
  📦 DepGolem     — pip/npm/cargo/yarn/brew install
  🎲 FlakeDemon   — test failure output (FAILED, AssertionError, etc.)
   PhantomPass  — tests pass after session errors (rare, catch-only)
  🧪 TestSpecter  — editing a test file (50% chance)

Detection logic:
  - Bash hook now checks tool_input.command for command-pattern triggers
  - Event encounters run when no bug monster matched (priority: bugs first)
  - Edit/Write hook adds TestSpecter check on test file paths
2026-04-02 22:11:31 -07:00
..
post-tool-use.py feat: expand encounter triggers — git ops, installs, test events, test files 2026-04-02 22:11:31 -07:00
session-start.sh fix: rotate challenge each session 2026-04-02 12:20:19 -07:00
session-stop.sh fix: rotate challenge each session 2026-04-02 12:20:19 -07:00
user-prompt-submit.py feat: UserPromptSubmit hook for encounter announcements 2026-04-01 23:08:57 -07:00