Commit Graph

1 Commits

Author SHA1 Message Date
Arun Kumar Thiagarajan 625b24a91c feat: add gstack-pr-triage — classify and order community PRs for /autoplan
Fetches open community PRs, classifies them (security/fix/test/docs/feature),
assesses risk (core file changes, size, missing tests), detects file conflicts
between PRs, and suggests merge order (security first, features last).

Outputs structured JSON to stdout for /autoplan consumption.

Usage:
  gstack-pr-triage                  # all open community PRs
  gstack-pr-triage 154 155 156      # specific PRs
  gstack-pr-triage --category fix   # filter by type
2026-03-23 15:12:52 +05:30