Flywheel Issue Curation
Goal
Keep issue pool healthy and bounded, with explicit priority handling and safe bulk operations.
Workflow
- •Read
.github/FLYWHEEL.mdand.github/workflows/issue-curation.ymlfirst. - •Fetch open issues and labels with
gh issue list --json .... - •Compute target delta from configured cap (default 20).
- •Exclude
frozenand security-critical items unless user explicitly requests otherwise. - •Prefer closing oldest low-priority issues (
p3->p2-> unlabeled). - •Add a clear close comment that explains curation policy and reopen path.
- •Summarize how many were closed and why.
Safety Rules
- •Never delete issues by default.
- •Never close
frozenissues automatically. - •Never alter labels unrelated to priority without explicit user request.
Output Checklist
- •Open issue count before/after
- •Closed issue numbers
- •Policy rationale used