You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bisect nix builds. Status: alpha/proof of concept. You'll probably have to dig into the implementation if you want to use it. Built for personal use, lightly maintained. PRs welcome. Issues welcome, but I make no promises regarding responses or fix
Webpack based restaurant app used to manipulate DOM by dynamically rendering its pages. The project is supposed to be used in 'Catch hidden bugs' exercise.
Run git panic when your code is broken and you don't know why; it automatically finds which recent commit broke your build and shows you exactly what changed.
Claude Code skill that finds the exact commit that broke it — describe the bug in plain English and it writes the check, drives git bisect in an isolated worktree, and explains why the guilty commit is guilty. 🎯