you are here
one of these is probably why you opened this tab. find it, take the step, go back.
stack trace in hand
name the guilty frame first. then paste. wrong in a specific direction is how the map gets drawn.
about to ask claude
ask why it happened, not how to fix it. keep the edit.
about to click approve
money, auth, delete, migration → read every line. throwaway → let it ride. an unread approve is an unsigned liability.
new idea itching
does the current project have a user who isn't you? no → no new project.
just learned something
write it into the repo before it scrolls away. a map you re-query is a subscription.
bug came in
triage now — learning bug: fix by hand. tuesday bug: delegate. decide on arrival, not at 6pm.
out of tokens
good. the unmetered tools built the map in the first place. see below.
unmetered
free forever. they show you the territory, not a description of it — that's why they deposit.
$ grep -rn "string from the UI" . # where the behavior lives
$ git log -S "suspicious line" # when it appeared, and what the commit said
$ git log --oneline -15 -- path/file # what this file has been doing lately
> go-to-definition / find-references # the actual call graph
> breakpoint, then step # the real path, not the idealized one