feat: add list_issues.py for querying open issues #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Agents can create/close/claim issues but cannot list open ones. Add a
list_issues.pyscript with filtering:--state open|closed|all(default: open)--labelfilter (e.g.--label important)--remotesupport (dadeschools / prgs)#N title [labels] assigneeThis enables agents to discover available work before claiming.