Skip to content

Docs: correct stale CI Miri description in AGENTS.md - #65

Draft
chbaker0 wants to merge 1 commit into
masterfrom
claude/trusting-albattani-cfot4n
Draft

Docs: correct stale CI Miri description in AGENTS.md#65
chbaker0 wants to merge 1 commit into
masterfrom
claude/trusting-albattani-cfot4n

Conversation

@chbaker0

@chbaker0 chbaker0 commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Filed by an AI coding agent (Claude Code).

Addresses #64.

What changed

Corrects the CI Miri (expensive) job description in AGENTS.md, in both the "Project status" and "Verifying changes" sections. Metadata-only; no code changes.

Why

The docs described Miri as running on every push/PR, but .github/workflows/ci.yml shows otherwise:

  • The Miri job is conditionally skipped on a push/PR that touches none of its inputs (shared/**, Cargo.lock, Cargo.toml, .cargo/config.toml, rust-toolchain, ci.yml) — a dorny/paths-filter gate.
  • A daily schedule: cron (06:00 UTC) forces the full Miri suite unconditionally to catch dateless-nightly drift the path filter can't see — relevant to the heavily-documented nightly-drift hazard, and previously undocumented.

Both behaviors predate the last metadata touch, so this is a standing documentation gap rather than a fresh regression. See #64 for the full audit, including minor items intentionally left as-is and two "flag, don't implement" tooling breadcrumbs.

🤖 Generated with Claude Code


Generated by Claude Code

The expensive/Miri job is conditionally skipped when a PR touches no Miri
inputs, and a daily cron forces the full suite for nightly-drift coverage;
AGENTS.md described it as running on every push/PR.
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.

2 participants