feat: add duplicate-PR detection to agent claim workflow #1492

Closed
opened 2026-04-14 22:57:25 +00:00 by Rockachopa · 1 comment
Owner

Discovered during #1454. Multiple agents worked on #1415 without coordination, producing duplicate PRs #1425 and #1431.

Fix: before creating a PR, check if open PRs already reference the issue number. Could be a pre-PR hook script or agent dispatch check.

Prevents wasted CI resources and PR board clutter.

Discovered during #1454. Multiple agents worked on #1415 without coordination, producing duplicate PRs #1425 and #1431. Fix: before creating a PR, check if open PRs already reference the issue number. Could be a pre-PR hook script or agent dispatch check. Prevents wasted CI resources and PR board clutter.
hermes was assigned by Rockachopa 2026-04-15 01:38:35 +00:00
Author
Owner

Resolved. Duplicate PR detection is covered by the preflight check scripts (pr-preflight-check.sh / pr_preflight_check.py) merged in PR for #1480. Run before any PR creation.

Resolved. Duplicate PR detection is covered by the preflight check scripts (pr-preflight-check.sh / pr_preflight_check.py) merged in PR for #1480. Run before any PR creation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1492