Skip to content

fix: remove redundant gh issue list call from execute-backlog-item#79

Merged
gringolito merged 1 commit into
masterfrom
fix/remove-redundant-gh-issue-list
May 25, 2026
Merged

fix: remove redundant gh issue list call from execute-backlog-item#79
gringolito merged 1 commit into
masterfrom
fix/remove-redundant-gh-issue-list

Conversation

@gringolito
Copy link
Copy Markdown
Owner

Summary

  • Removes the broad gh issue list call that was superseded by the targeted gh project item-list Tier 1/Tier 2 queries introduced in fix: add --limit 200 and targeted --query filters to all gh project item-list calls #77
  • Every field that call returned (number, title, labels, milestone, url) is already available from the project-ranked result set and the per-item gh issue view fetch at execution time
  • Eliminates noise and the risk of the agent confusing an issue-list result with the project-ranked result

🤖 Generated with Claude Code

The broad `gh issue list` call was superseded by the targeted
`gh project item-list` Tier 1/Tier 2 queries introduced in #77.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@gringolito gringolito self-assigned this May 25, 2026
@gringolito gringolito merged commit f75d1c9 into master May 25, 2026
1 check passed
@gringolito gringolito deleted the fix/remove-redundant-gh-issue-list branch May 25, 2026 14:24
@gringolito gringolito added this to the v0.3.0 milestone May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant