feat: add list_issues.py for querying open issues #2

Closed
opened 2026-06-21 17:16:25 -05:00 by jcwalker3 · 0 comments
Owner

Agents can create/close/claim issues but cannot list open ones. Add a list_issues.py script with filtering:

  • --state open|closed|all (default: open)
  • --label filter (e.g. --label important)
  • --remote support (dadeschools / prgs)
  • Compact table output: #N title [labels] assignee

This enables agents to discover available work before claiming.

Agents can create/close/claim issues but cannot list open ones. Add a `list_issues.py` script with filtering: - `--state open|closed|all` (default: open) - `--label` filter (e.g. `--label important`) - `--remote` support (dadeschools / prgs) - Compact table output: `#N title [labels] assignee` This enables agents to discover available work before claiming.
jcwalker3 added the important label 2026-06-21 17:16:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#2