internal: scope tend workflow-update Notable changes to consumer-relevant entries#5999
Closed
prql-bot wants to merge 1 commit into
Closed
internal: scope tend workflow-update Notable changes to consumer-relevant entries#5999prql-bot wants to merge 1 commit into
prql-bot wants to merge 1 commit into
Conversation
…onsumer-relevant entries Codifies maintainer feedback on #5986 that the Notable-changes list should exclude tend-internal entries. The bot had recorded this only to ephemeral CI memory, which does not persist across runs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Codifies maintainer feedback that would otherwise have been lost.
What happened
On #5986 (the 0.1.3 → 0.1.4 tend workflow update), @max-sixty flagged that the PR's Notable changes list included a tend-internal entry — "Publish GitHub Releases from CHANGELOG.md on tag push" — that doesn't affect how tend behaves in this repo (comment):
The bot (run 27427152797) acknowledged the feedback but recorded it only to its file-based memory under
/home/runner/.claude/.../memory/. CI runners are fresh each run, so that directory does not persist — the guidance would have evaporated before the next nightly regenerates thetend/update-workflowsPR. Per the bundledrunning-in-ciLearning from Feedback guidance, generalizable maintainer feedback should be codified in this repo'srunning-tendoverlay, not in (ephemeral) memory.The fix
Adds a short tend workflow-update PRs section to
.claude/skills/running-tend/SKILL.mdrecording the scoping rule, so future nightly runs apply it when composing the Notable-changes list.Gate assessment
Found during the daily review-runs sweep.