cross-model-review §3: pre-existing-vs-regression is a baseline diff; applicability is a runtime-state question - #77
Merged
F-e-u-e-r merged 1 commit intoJul 26, 2026
Conversation
… applicability is a runtime-state question Two adjudication gaps for reviews of behavior-preserving refactor branches, class-distilled from a mining pass over the owner's own sessions (no code taken). §3 already reproduces findings before acting and tracks a pre-existing-tracked disposition, but does not say how you ESTABLISH pre-existing: on a refactor branch a reproduced defect can be one the branch faithfully carried over from master, so reproduce on the merge-base before counting it a regression the branch owns. And a finding can be non-applicable against runtime/deployment state (empty store, never-deployed writer) even when the source reads as a bug — adjudicate against the running system, not source alone. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
firaen22
force-pushed
the
mine-refactor-baseline-classification
branch
from
July 24, 2026 15:52
69f9daf to
ceedd80
Compare
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.
What
Two adjudication rules added to cross-model-review §3, for reviews of behavior-preserving refactor branches.
pre-existing-trackeddisposition, but doesn't say how you establish pre-existing. On a refactor branch a reproduced defect can be one the branch faithfully carried over from master — counting it against the branch is a false regression. Reproduce the finding on the merge-base too: present on both →pre-existing-tracked, spun off as its own fix; gone on master, live on the branch → a real regression the branch owns. Reviewers don't see master (§2 packet is your inlined lines), so this classification is yours, not theirs.Why
Class-distilled from a mining pass over the owner's own sessions (no code taken): a moira-web behavior-preserving refactor where codex's "not merge-ready" and agy's "CRITICAL" both dissolved under reproduction as pre-existing master behaviors the branch preserved (0 regressions, 4 pre-existing quirks spun off); and a TG-bot review where codex's migration/case-collision findings were non-applicable because the store was empty and the writer never deployed.
Ships
unprobedper the covenant..github/checks.pygreen.Revision note (2026-07-24)
Force-pushed after a same-day adversarial self-audit (independent reader diffing this branch against
main) found two things to tighten, no change to point 1's substance:🤖 Generated with Claude Code