Found while auditing PR #1177 (design 011 T8's flip).
tools/github_live/tasks.py's list_task_issues(gh, doc_id) (calls gh.issue_list(state="all")) has no caller anywhere in production code — grepped the whole toolchain, only its own test file references it. Looks like a T3 cleanup leftover: T3's card (design_docs/011-task-tracking-on-beads.md) said "the tools/github_live/ Projects functions... are deleted", and this looks like it should have gone with them but didn't.
Verify it's genuinely unused (not e.g. imported dynamically or from a script outside tools/), then delete it and its test coverage, or explain why it's a deliberate keeper (matching issue_edit_body's own "kept around long term" precedent elsewhere in this codebase, if that's the call).
Filed unclaimed per CLAUDE.md's "strategic uplifts: file them, don't claim them."
None.
No comments.