docs: record contract-monitor automation flow - #110
Merged
Merged
Conversation
10 tasks
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.
Project
Docs update —
README.md,CONTRIBUTING.md, andproposals/ROADMAP.md. No list entry or skill payload change.Why it belongs
The repository docs still described the pre-#106 contract-monitor flow: "opens a reviewable PR for every drift fix (including timestamp-only refreshes)" and "required PR checks are intentionally relaxed during solo evaluation."
The live behavior after PRs #106–#109 is different and now documented here:
gh pr merge <n> --squash --delete-branch(signed, GitHub-verified squash). No human step; no PR backlog (this resolves the chore: auto-fix URL drift detected by contract monitor #102/chore: auto-fix URL drift detected by contract monitor #105 stuck-bot-PR loop; chore: auto-fix URL drift detected by contract monitor #105 was closed as superseded).needs:semantic-review, merged by a maintainer only.mainhas zero required status checks (protection isrequired_signatures: true, no rulesets, no required checks, no reviews), so GitHub declines--autoon an already-clean PR (Pull request is in clean status (enablePullRequestAutoMerge)). Direct merge is the correct mechanism here.Quality evidence
81e4e4a), chore: merge timestamp-only contract-monitor PR directly #109 (workflow step switched from--autoto direct--squash --delete-branch,5c70217).Checklist