Skip to content

release-train: staging -> main - #476

Merged
tracebloc-release-train[bot] merged 6 commits into
mainfrom
release-train/to-main
Sep 11, 2026
Merged

release-train: staging -> main#476
tracebloc-release-train[bot] merged 6 commits into
mainfrom
release-train/to-main

Conversation

@LukasWodka

@LukasWodka LukasWodka commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Automated promotion by the release train (RFC-0008 D14). Head is the train-managed release-train/to-main branch (a mirror of staging), so it never collides with a human PR. Merged only when the fr-gate is green.


Note

Low Risk
Changes are documentation and test-only hardening; no production gate or extractor logic appears in this diff.

Overview
Release train promotion bundles a small docs tweak and two selftest hardening fixes that were failing or blind in CI.

The GitHub profile README now points the training notebook at the quickstart repo instead of start-training.

Bugbot gate tests no longer stop after the first paged GraphQL connection when simulating a missing pageInfo field: the suite walks checkSuites and reviewThreads, uses per-connection stripper assertions, and a new mutation case pins the regression where only the first connection was checked (so reviewThreads could lose cursors unnoticed).

extract-advanced-prs selftest scopes “must not attribute” checks to the Found PRs: line only, so random commit SHAs in warning output no longer cause ~1% flaky failures when grepping for issue/PR numbers like 901 or 979.

Reviewed by Cursor Bugbot for commit bae90d1. Bugbot is set up for automated code reviews on this repo. Configure here.

LukasWodka and others added 6 commits September 11, 2026 08:42
…connection (#466)

The pageInfo stripper loop in the Bugbot gate selftest ended in a `break`,
so only the first member of PAGED_TOPLEVEL (checkSuites) was ever exercised.
Its reviewThreads branch pasted a fixed 6-space indentation into str.replace,
a needle that is a substring of the 14-space checkSuites line, so even when
reached it stripped checkSuites' pageInfo again and the detector answered
['checkSuites']. A pageInfo self-check blind to reviewThreads alone passed
the suite.

The loop now mirrors the totalCount stripper: literal member list beside the
module's dict (a removed member fails), a name-anchored indentation-agnostic
regex with its substitution count asserted, the detector required to name
exactly the stripped connection, and the visit list compared to the literals
so a reintroduced break reddens the suite. A registry mutation pins the
reviewThreads-only regression; it was UNCAUGHT against the old suite and is
caught now.

Tracked internally (Bugbot finding on the staging promotion #464).

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…line, not the random fixture sha (#468)

The "is NOT attributed" assertions grepped the whole extractor output for
a three-digit PR number. That output also carries `::warning::commit
<40-hex sha>` for the subject-fallback path, and the fixture commits are
minted at run time, so their shas are random hex: whenever one contained
the needle the assertion failed with the extractor itself correct. That
is what reddened `selftests` on main at eb89c1e (fixture sha
e57d5bafc191901afac..., needle "901"), roughly 1% of runs per needle.

Grep only the `Found PRs:` line -- the attribution the checks are about.
Mutation-proved: dropping the release-train exclusion from the extractor
reddens the narrowed "promotion" check (Found PRs: 900 901).

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…473)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit bae90d1. Configure here.

@tracebloc-release-train tracebloc-release-train Bot added gate-nudge Toggled by the release train to (re-)fire the fr-gate and removed gate-nudge Toggled by the release train to (re-)fire the fr-gate labels Sep 11, 2026
@tracebloc-release-train
tracebloc-release-train Bot merged commit c1a82bc into main Sep 11, 2026
73 checks passed
@tracebloc-release-train
tracebloc-release-train Bot deleted the release-train/to-main branch September 11, 2026 15:42
@tracebloc-release-train
tracebloc-release-train Bot restored the release-train/to-main branch September 11, 2026 15:54
@tracebloc-release-train
tracebloc-release-train Bot deleted the release-train/to-main branch September 11, 2026 15:54
@tracebloc-release-train
tracebloc-release-train Bot restored the release-train/to-main branch September 11, 2026 17:17
@tracebloc-release-train
tracebloc-release-train Bot deleted the release-train/to-main branch September 11, 2026 17:18
@tracebloc-release-train
tracebloc-release-train Bot restored the release-train/to-main branch September 11, 2026 17:59
@tracebloc-release-train
tracebloc-release-train Bot deleted the release-train/to-main branch September 11, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant