[claude] Refactor timmyctl inbox() into helper functions (#1169) #1174
Reference in New Issue
Block a user
Delete Branch ":claude/issue-1169"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1169
Changes
Extracted the three display sections of
inbox()into dedicated helper functions:_show_automations_table(limit)— active automations table_show_prs_table(limit)— open PRs from Gitea_show_issues_table(limit)— open issues from Giteainbox()is now 23 lines (down from 99), well under the 40-line target. All 175 unit tests pass.