buddymon/lib
pyr0ball 85af20b6f1 feat: 6 control-flow bug monsters
InfiniteWisp  — while/until loops that never exit (KeyboardInterrupt, hung process)
BoundsHound   — off-by-one, IndexError, ArrayIndexOutOfBounds
BranchGhost   — wrong branch taken, unreachable/dead code, fallthrough
SwitchTrap    — unhandled case/switch arms, non-exhaustive match, missing default
RecurseWraith — missing base case, RecursionError, StackOverflow
CatchAll      — broad exception handlers; rare, defeat=false (catch only)

Total bug_monsters: 18
2026-04-02 22:40:38 -07:00
..
catalog.json feat: 6 control-flow bug monsters 2026-04-02 22:40:38 -07:00
state.sh feat: initial Buddymon plugin 2026-04-01 15:11:46 -07:00
statusline.sh feat: buddymon statusline widget 2026-04-02 22:31:37 -07:00