[claude] Refactor timmyctl inbox() into helper functions (#1169) #1174

Merged
Rockachopa merged 1 commits from :claude/issue-1169 into main 2026-03-23 20:47:01 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
178327a045 refactor: break up timmyctl inbox() into helper functions
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
Extract the three display sections of inbox() (automations, PRs, issues)
into _show_automations_table(), _show_prs_table(), and _show_issues_table().
inbox() is now 23 lines, down from 99.

Fixes #1169
2026-03-23 16:41:22 -04:00