fix: brief claude on in-flight PRs so discretionary doesn't dupe #22
No reviewers
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor!22
Loading…
Reference in a new issue
No description provided.
Delete branch "devel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Igor opened two PRs in a row both about adding full content to
RSS/Atom feeds. Per-repo throttle removal lets multiple PRs land
in parallel, but without awareness of what's in flight Claude can
pick the same idea twice -- he only sees merged master history.
Now the discretionary website user message includes the list of
open Igor PRs by number, title, and branch. The prompt tells him
to pick something different, and explicitly suggests a read-and-
journal tick if nothing else feels right rather than shipping
another overlapping PR.
New helper forgejo_list_open_bot_prs returns the filtered list.
Failure-tolerant: API hiccup falls back to "[]" and the prompt
reports "No open Igor PRs" so the tick still runs.
Doesn't change tier-1 (issue work is scoped by issue) or PR-review
(tied to a specific PR). Discretionary website is the only path
where Claude freely picks topics, so it's the only one that needs
the brief.
Pull request closed