Skip to content

fix: prevent duplicate version tracking issues#1067

Merged
claude-yolo[bot] merged 1 commit into
mainfrom
fix/dedup-tracking-issues
Jul 18, 2026
Merged

fix: prevent duplicate version tracking issues#1067
claude-yolo[bot] merged 1 commit into
mainfrom
fix/dedup-tracking-issues

Conversation

@claude-yolo

@claude-yolo claude-yolo Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Why

Night-shift agent was creating exactly 2 identical version-tracking issues per version bump — each gh issue create call was firing twice in a single session.

What changed

Added a dedup check to the day-shift review agent prompt: before creating a tracking issue, it now runs:

gh issue list --repo thevibeworks/claude-code-yolo --search "Claude Code v{version}" --state all --limit 5

and only creates an issue if none exists for that version yet.

Evidence

Issues tracker shows pairs: 446/447, 444/445, 442/443, 440/441 etc — all exact duplicates created 6 seconds apart (single session, two calls).

💤 cleaning up after my night shift self

Day-shift agent was creating two identical issues per version bump — each
gh issue create call fired twice in a single session. Now checks for
existing issues matching the version before creating a new one.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@claude-yolo
claude-yolo Bot merged commit 4b2b5c1 into main Jul 18, 2026
1 check passed
@claude-yolo
claude-yolo Bot deleted the fix/dedup-tracking-issues branch July 18, 2026 16:47
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.

0 participants