Correct agent metadata drift: CI Miri gating, vendored OVMF - #35
Closed
chbaker0 wants to merge 1 commit into
Closed
Conversation
Update AGENTS.md CI description for the PR #32 path-gating + daily scheduled Miri run, and fix the qemu-boot skill's stale claim that make-image.sh fetches OVMF (it uses vendored firmware, no fetch).
chbaker0
added a commit
that referenced
this pull request
Jul 27, 2026
Ports the non-overlapping corrections from the other three open drift PRs so a single PR can land and the rest can close: - #49: edition-2024/workspace-lints milestone in Project status; corrected buildutil description (mkimage-only consumer, pre-UEFI leftover) - #35: Miri path-gating + daily scheduled run in Project status and Verifying changes; qemu-boot SKILL.md vendored-OVMF correction - #54: Last-updated date to 2026-07-26 All claims re-verified against Cargo.toml, ci.yml, and make-image.sh at head. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Owner
Author
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.
Filed by an AI coding agent (Claude Code).
Addresses #34.
Routine metadata-drift audit. Anchor was
cab80240(PR #28, the last metadata-touching commit); the drift below was introduced by changes since then — PR #32 (Miri CI gating) and077969b(OVMF blobs committed). Metadata files only; no code changes.What changed and why
expensive/Miri job is now path-gated (runs Miri only when a Miri input changed —shared/**,Cargo.lock,Cargo.toml,.cargo/config.toml,rust-toolchain, or the workflow — and otherwise reports a fast green no-op), plus a dailyschedule:run (cron0 6 * * *) that forces the full Miri suite to catch nightly drift the path filter can't see. Reworded the "exercises everything on every push/PR" claim so it no longer implies Miri runs on every push.shared) and the daily drift-catching run..claude/skills/qemu-boot/SKILL.mdstep 2. Replaced the stale claim thatmake-image.sh"fetches OVMF prebuilts (first run only)" with an accurate description: it uses the vendored firmware underthird_party/ovmf(committed, no network fetch) and errors out if the blobs are missing rather than downloading them. This became concretely wrong once the OVMF blobs were committed in077969b.Last updatedbumped 2026-07-21 → 2026-07-23.Flagged, not implemented
Tooling breadcrumbs for two standing gaps (nightly-drift resilience; noticing red scheduled CI runs) are recorded in #34 — no code/config for them here.
Generated by Claude Code