Add light mode theme support to Go TUI app
Takeaway: I'd start the prompt by mentioning that theme infrastructure already existed (DefaultTheme/DarkTheme, termenv auto-detect) so the agent didn't waste time rediscovering it from scratch.
Takeaway: I'd start the prompt by mentioning that theme infrastructure already existed (DefaultTheme/DarkTheme, termenv auto-detect) so the agent didn't waste time rediscovering it from scratch.
Takeaway: Next time I'd point straight at internal/browse/view.go and mention the shadowed layout variable as a likely suspect, since that's what actually broke the counter.
Takeaway: Next time I'd tell the agent upfront to verify file existence and rebuild/reinstall the binary before claiming a fix works, since most of this session was chasing 'it's not implemented' and stale-binary ghosts rather than the actual feature.
Takeaway: Next time I'd start by asking for a design/research doc first and only prototype code once that's reviewed, since the first TUI attempt got built too fast and had to be thrown away.