[OPS] Loop issue filter -- exclude DO-NOT-CLOSE, epic, and meta issues from agent pickup #117

Closed
opened 2026-04-04 11:55:14 +00:00 by Timmy · 1 comment
Owner

Problem

Gemini loop grabbed issue #431 (DO NOT CLOSE -- Master Escalation) and tried to work it. Loops should never pick up permanent/meta/epic issues.

Solution

Tighten the get_next_issue filter in claude-loop.sh and gemini-loop.sh:

  1. Skip issues with title containing: [DO NOT CLOSE], [EPIC], [META], [GOVERNING], [PERMANENT]
  2. Skip issues with title containing: [MORNING REPORT], [RETRO], [INTEL]
  3. Skip issues assigned to Rockachopa (human-only)
  4. Add the filter to timmy-config source control so it survives deploys

Acceptance

  • No loop worker ever picks up a DO-NOT-CLOSE or EPIC issue
  • Filter list is maintained in one place in timmy-config
  • Existing filters in loop scripts are updated
## Problem Gemini loop grabbed issue #431 (DO NOT CLOSE -- Master Escalation) and tried to work it. Loops should never pick up permanent/meta/epic issues. ## Solution Tighten the get_next_issue filter in claude-loop.sh and gemini-loop.sh: 1. Skip issues with title containing: [DO NOT CLOSE], [EPIC], [META], [GOVERNING], [PERMANENT] 2. Skip issues with title containing: [MORNING REPORT], [RETRO], [INTEL] 3. Skip issues assigned to Rockachopa (human-only) 4. Add the filter to timmy-config source control so it survives deploys ## Acceptance - No loop worker ever picks up a DO-NOT-CLOSE or EPIC issue - Filter list is maintained in one place in timmy-config - Existing filters in loop scripts are updated
Timmy self-assigned this 2026-04-04 11:55:14 +00:00
Timmy closed this issue 2026-04-04 16:00:08 +00:00
Author
Owner

Delivered in commit 3cf9f0d on main. Tested locally. Closing.

Delivered in commit 3cf9f0d on main. Tested locally. Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#117