ci(pitot): surface per-agent E2E status - #102
Merged
Merged
Conversation
bigboateng
marked this pull request as ready for review
July 22, 2026 12:19
Contributor
Author
Pitot coding-agent E2E — manual backfillPR #102 introduced the trusted sticky reporter, so GitHub could not run that
Source commit: The separate |
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
Pitot's coding-agent E2E coverage ran inside one broad Intelligence Flow job, so reviewers and public Pitot users could not see independent Claude, Cursor, Codex, Gemini, and OpenCode health.
What changed
workflow_runreporter that maintains one sticky evidence table on future Pitot PRs without executing PR code.mainworkflow badges into the projected public Pitot README.Verification
python3 -m unittest discover -s labs/15-pitot/tests -p 'test_*.py'— 18 passedpython3 labs/15-pitot/scripts/build_pitot.py --repo . --checkgo test ./labs/15-pitot/pitot/...go test -tags windtunnel ./labs/15-pitot/pitot/windtunnel/bash labs/15-pitot/scripts/check_import_boundary.shactionlintacross the Pitot workflowsBootstrap note
GitHub only runs a
workflow_runreporter after that workflow exists on the default branch. This bootstrap PR will run the five agent checks, but its sticky PR comment will not appear. The reporter becomes active for subsequent Pitot PRs after merge. README badges resolve after the first correspondingmainruns complete.Rollback
Revert this change to restore the combined E2E loop and remove the projected badges and reporter.