Fix missing counter and list indentation in economist-tui
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 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: I'd start the first prompt by naming the exact command shape I want (`economist demo`, no flags) and flagging up front that I want a clean DataSource abstraction so future section/rendering changes don't create debt — that's what I ended up asking for mid-session anyway.