As there is more
of

it gets crazy at the end of the day

You don't know what happens

in your codebase, system, brand

your codebase grows feature after feature

/main
v1
a1b2c3d
v2
d4e5f6a
v3
9f8e7d6

branches, changes, stashes, worktrees

branches
7
commits
431
stashes
12
worktrees
3

you cannot keep track of any of it anymore

  • onboarding-2a1b2c3d
  • onboarding-finald4e5f6a
  • final-last9f8e7d6
  • hotfix3c2b1a0
  • bugfix7a8b9c0
  • stash5f4e3d2

you don't really know if the feature works

verify_feature()
tests
128
passed
0
unresolved
17

one change means breaking another

payments.ts
OK
pricing.ts
×
checkout.ts
×
broken
2
AI says
“I added unit tests.”
coverage
0%
evals