[docs] CHANGELOG omnibus entry + capture two PR #55 lessons#58
Merged
Conversation
Backfills the doc-tracking that the omnibus PR (#55) didn't touch: - CHANGELOG.md: new `### Security` section with the SHA-pin / cosign- flag-tightening entries, plus `### Changed` rows for the Rekor logIndex URL emission and `mod-verify` in `make ci`. - docs/notes/pr-workflow.md: lesson on auditing FOLLOWUPS bullets for staleness before implementing. 2 of 10 omnibus items were already shipped but still listed; trust the code, not the row. - .claude/notes/automation.md: lesson on not escaping backticks inside a single-quoted HEREDOC. PR #55's body fed the pr-lint awk regex literal backslashes instead of triple-backticks; required check went red until the body was re-edited via `gh pr edit`. No code changes; `make doc-check` clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Tri Lam <trilamsr@gmail.com>
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.
What this PR does
Backfills documentation tracking that PR #55 (the follow-ups omnibus)
didn't touch:
CHANGELOG.md— new### Securitysection under[Unreleased]with the SHA-pin / cosign-flag-tightening entries; new
### Changedrows for the Rekor
logIndexURL emission in release notes andmod-verifywired intomake ci.docs/notes/pr-workflow.md— repo-wide lesson: auditdocs/FOLLOWUPS.mdrows for staleness before implementing. 2 of10 omnibus items were already shipped but still listed; trust the
code, not the row.
.claude/notes/automation.md— agent-internal lesson: don'tescape backticks inside a single-quoted HEREDOC. PR [chore] follow-ups omnibus: SHA-pin Actions + idiom sweep + cleanup #55's body fed
the
pr-lintawk regex literal backslashes instead oftriple-backticks; the required check went red until the body was
re-edited via
gh pr edit.No code changes;
make doc-checkclean.Linked issue(s)
No linked issue.
Release notes
Checklist
make doc-checkpasses🤖 Generated with Claude Code