Tags: supermodeltools/dead-code-hunter
Tags
feat: scope dead code findings to PR changed files When running on a pull_request trigger, fetch the list of changed files from the GitHub API and filter dead code candidates to only report findings in files that were modified in the PR. This prevents overwhelming PR comments with pre-existing findings in unrelated files. Closes #10