TEMP: sync latest main into graph6 port - #1349
Conversation
* refactor(tests): finish pytest-owned suite architecture * fix(tests): include exhaustive lane in full CI reproduction * fix(ci): avoid full benchmarks for root Makefile changes * fix(ci): release superseded runs before aggregate gates
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0bca4f71e2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| } | ||
| SHARED_HOST_HARNESS_PATHS = { | ||
| "Makefile", | ||
| "make/harbor.mk", |
There was a problem hiding this comment.
Bind the relocated Harbor harness into plan receipts
When the documented make harbor-plan command is run for a change to make/harbor.mk, this newly classifies that file as the shared verifier execution harness, but the target's emit-plan-receipt invocation still hashes only the root Makefile (make/harbor.mk:68-81). Because local planning includes dirty working-tree paths while head_sha remains unchanged, different uncommitted harness contents can produce the same provenance receipt whenever the resulting plan is unchanged. Add make/harbor.mk to the receipt's configuration inputs so the handoff binds the execution commands it selected validation for.
Useful? React with 👍 / 👎.
Temporary synchronization after #1316 for #1284.