Git · easy
Invoices in billing-core were rounding to whole euros and finance noticed. You fixed src/invoice.ts, but the working tree also carries your personal edit to TODO.md and a debug.log you used to reproduce the bug. Review culture here is strict: one commit, one concern.
Commit the invoice fix and nothing else: history gains exactly one commit, your TODO.md edit stays uncommitted, and debug.log never enters the repo.
repo/
├── TODO.md (edited - keep local)
├── debug.log (junk from the repro)
└── src/
└── invoice.ts (the fix - ship it)With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 4
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 4 npx @juanwmedia/sharpen 4 sharpen update