Git · medium
Thirty minutes into the retry logic for flaky endpoints you glance at the prompt: you have been editing on main the whole time. Nothing is committed yet. Team policy is not negotiable: main only moves through pull requests, and yours is not one.
Land the retry work as a single commit on a new branch named feature/retry-loop. main must stay exactly where it was.
repo/
└── src/
└── client.ts (30 minutes of uncommitted work)With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 9
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 9 npx @juanwmedia/sharpen 9 sharpen update