What problem does it solve?
Coordinate multi-repo PRs across JCSDA-internal repos. Handles change analysis,
merge-order reasoning, build-group selection, tracking-issue check/creation,
body drafting, opening, label lifecycle (bug / waiting for another PR /
coordinate merge / ready for merge), and the multi-day follow-up flow
(draft→ready, drop stale build-groups). State is persisted in a memory file
so a workflow that spans a CI cycle (hours) can be resumed across conversations.
Use when: the user is preparing PRs for a feature that touches multiple bundle
repos, or wants to resume / inspect / mutate an in-flight coordinated PR set.
Core Features & Use Cases
- Change analysis, merge-order reasoning, build-group selection
- Tracking-issue check/creation, body drafting, label lifecycle, multi-day follow-up flow
- State persistence in a memory file to resume across conversations
Quick Start
Start a new jedi-prs workflow by supplying a <slug> and one or more repo:branch pairs.