follow-up to #618: config, worktree, and CI reasoning fixes#619
Merged
wesm merged 9 commits intoroborev-dev:mainfrom Apr 3, 2026
Merged
follow-up to #618: config, worktree, and CI reasoning fixes#619wesm merged 9 commits intoroborev-dev:mainfrom
wesm merged 9 commits intoroborev-dev:mainfrom
Conversation
roborev: Combined Review (
|
Contributor
Author
|
Addressed the stale-worktree review findings in Changes:
Validation:
|
roborev: Combined Review (
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why This PR Exists
PR #618 ("Honor global reasoning defaults") merged first, but the original working branch still had a set of review-driven follow-up fixes that landed after the squash merge. Those fixes never reached
main.This PR ports that missing follow-up series onto current
mainwithout dragging the old pre-merge branch history forward.Motivation
The merge of #618 fixed the top-level global reasoning default issue, but it left a set of related edge cases and regressions unresolved:
The net effect was that reasoning/config behavior was still inconsistent across refine, enqueue, fix, rerun, batch, backup-resolution, and CI paths.
What This Changes
Testing
go test ./...go vet ./...Context
This is a direct follow-up to #618, created because the refined fixes were still on the original branch after #618 had already merged.