What problem does it solve? Maintainers of the openai/codex repository need a fast way to see which bug reports and enhancement requests are gaining user attention, without manually scanning dozens of GitHub issues across feature-area labels. ## Core Features & Use Cases - Label-Scoped Issue Collection: Runs a Python collector via the GitHub CLI to gather bug and enhancement issues filtered by owner labels such as tui, exec, or app, or across all labels. - Attention Scoring: Counts unique human interactions (new issues, comments, reactions) in a configurable window and marks elevated items with fire markers scaled to the window length. - Headline-First Reporting: Produces a summary-first digest with inline numbered issue links, optional details tables, and a source line citing script version, git head, and time window. - Use Case: A TUI owner asks for the digest of tui and exec issues over the past week and receives a one-line headline, the two hottest issues with links, and an optional details table. ## Quick Start Use $codex-issue-digest to run the Codex issue digest for labels tui and exec over the previous 24 hours.