docs: list report.rs in CLAUDE.md architecture - #29
cargo-affected-bot wants to merge 2 commits into
Conversation
…port # Conflicts: # CLAUDE.md
|
Closing as superseded: #107 merged this morning as Worth flagging rather than closing silently, because this PR is still The duplication is mine, not a maintainer's: last night's nightly re-derived the same finding and its dedup scan didn't see this PR, so it opened #107 as new work. The scan enumerated open PRs with an unbounded Reopen if you'd prefer this PR's wording over the merged one — the two bullets describe the same module differently, and #108 is already open to correct two factual errors in the merged version. |
src/report.rs(the--report-jsonartifact forrunandstatus, plus the cache-miss diagnostic that names which fingerprint component differs) is in the source tree but missing from CLAUDE.md's architecture list. New readers reach for the file from the existing entries (run.rscalls into it,status.rscalls into it) and find no overview pointer.This adds one line for
report.rsimmediately afterstatus.rs, matching the format of surrounding entries.Docs only — no code changes.
Note: PR #21 also refreshes a CLAUDE.md architecture entry (
shim.rsfor Windows). That one and this one are independent (either could be reverted without touching the other), so I've kept them as separate PRs per the repo's atomic-PR convention.