feat(pr-iter): record the commits an iteration pushed - #124282
Draft
alexsohn1126 wants to merge 2 commits into
Draft
feat(pr-iter): record the commits an iteration pushed#124282alexsohn1126 wants to merge 2 commits into
alexsohn1126 wants to merge 2 commits into
Conversation
alexsohn1126
added this pull request to stack #124283
September 14, 2026 14:44
alexsohn1126
force-pushed
the
alexsohn/cw-2013-ci-after-iteration
branch
from
September 14, 2026 14:59
8976713 to
9264e81
Compare
Member
Author
|
bugbot review |
Contributor
There was a problem hiding this comment.
✅ 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 9264e81. Configure here.
alexsohn1126
marked this pull request as ready for review
September 14, 2026 15:11
alexsohn1126
marked this pull request as draft
September 14, 2026 15:38
alexsohn1126
force-pushed
the
alexsohn/cw-2013-ci-after-iteration
branch
from
September 14, 2026 16:05
417fad6 to
3373f28
Compare
alexsohn1126
force-pushed
the
alexsohn/cw-2013-ci-after-iteration
branch
3 times, most recently
from
September 14, 2026 16:52
036d546 to
de77124
Compare
Contributor
Sentry Snapshot Testing
|
Base automatically changed from
alexsohn/cw-2013-review-bot-logins
to
master
September 14, 2026 18:34
Adds head_shas to the feedback-batch analytics event and an event for a concluded check suite. Together they let a CI result join to the batch that pushed the commit. The scan for the repositories an iteration changed moves to autofix_agent, so the push outcome and the analytics row read it from one place. Ref CW-2013. Claude-Session: https://claude.ai/code/session_01W2xkbxFqSJ2F5uUzrc5DXB
Drops the check-suite event. ``head_shas`` joins to the per-head CI results already emitted on ``scm.pr.closed``, so the CI outcome of an iteration is a query rather than a second event stream. Claude-Session: https://claude.ai/code/session_01W2xkbxFqSJ2F5uUzrc5DXB
alexsohn1126
force-pushed
the
alexsohn/cw-2013-ci-after-iteration
branch
from
September 14, 2026 18:34
de77124 to
ff542c3
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.
Second of two. Stacked on #124281.
Adds
head_shasto the feedback-batch analytics event: the commits an iteration pushed, filled only when the outcome isalready_pushed. Joining it toci_head_resultsonscm.pr.closedgives the CI outcome of a specific iteration.No new CI event.
ci_head_resultsalready carries per-head outcomes (CW-1812 / CW-1850); what it cannot say is why Seer pushed a head. That is what this row adds, alongsidetrigger_source,automated_feedback_countandfeedback_bot_logins— the gap CW-1813 called the metrics prerequisite for manual iteration.Also moves the scan for the repositories an iteration changed into
autofix_agent, shared with the push-outcome path.Analyst notes:
ci_head_resultsarrives only at PR close, behindorganizations:pr-metrics, so an iteration on a PR that never closes has no CI row to join to.Plan:
~/plans/20260911-cw-2013-bot-type-and-ci-metrics.mdhttps://claude.ai/code/session_01W2xkbxFqSJ2F5uUzrc5DXB