Adopt PR-flow dogfooding: every change lands through its own receipt - #1
Merged
Conversation
Three pieces make the CI merge gate the real path instead of a bystander: - Ignore /receipt.md and /receipt.json. The CI shell redirect creates the receipt file BEFORE the scanner walks the tree, so an unignored receipt would appear inside its own change scope as an untracked file. - Append the receipt to the job summary so it is readable without scrolling the log. - Record the convention in AGENTS.md: no direct commits to master, the receipt is read before merge, refutations block, and a remainder that misstates the change is itself a correctful bug the PR surfaced. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015GeUG1gboWiZSnFyzQghyp
correctful receipt0 claims — ✅ 0 verified · ❌ 0 refuted · Change:
|
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.
Makes the CI receipt the real merge path instead of a bystander: this is the first PR the workflow has ever run on.
/receipt.mdand/receipt.json— the CI shell redirect creates the receipt file before the scanner walks the tree, so an unignored receipt would appear inside its own change scope as an untracked file.What the receipt cannot check here, and why that is acceptable: the change is docs + config (
.gitignore, workflow YAML, AGENTS.md) — no harvester exists for those surfaces, and the receipt discloses them as unread rather than claiming coverage it does not have.🤖 Generated with Claude Code
https://claude.ai/code/session_015GeUG1gboWiZSnFyzQghyp