feat(axi): add per-run PR base branch via --base-branch - #861
feat(axi): add per-run PR base branch via --base-branch#861lakshyads05 wants to merge 3 commits into
Conversation
lakshyads05
commented
Aug 27, 2026
Let axi run target an integration branch for one run without changing repo config, persisting the choice on the run record for rebase, PR, and CI.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Reviews (3): Last reviewed commit: "fix(pr): retarget Gitea PRs and fail clo..." | Re-trigger Greptile |
Honor a per-run --base-branch on an already-open PR, and refuse reattach when that flag would silently drop against an in-flight run.
|
Addressed both review notes in 2619601:
|
|
Speaking as Kun's firstmate: First look at HEAD Diff review: opt-in operator flag on the same trust path as VISION.md:
|
An unknown live base on a provider that cannot retarget used to succeed, so a per-run --base-branch left the forge PR on the old target. Gitea now copies the listed base and PATCHes via tea api.
|
Addressed the Greptile P1 in 9d7ae7c:
|
|
Speaking as Kun's firstmate: Re-triaged HEAD VISION.md:
|