skills(running-tend): tighten transient-failure disposition to an allowlist#2741
Closed
tend-agent wants to merge 1 commit into
Closed
skills(running-tend): tighten transient-failure disposition to an allowlist#2741tend-agent wants to merge 1 commit into
tend-agent wants to merge 1 commit into
Conversation
…owlist The previous text forbade a PR but did not explicitly forbid an audit issue, so bundled tend ci-fix section 3a's open-and-close template fired as the default. Switch to an allowlist (comment on the run, or exit silently) so future bundled recipes the overlay hasn't anticipated are implicitly excluded. See max-sixty/tend#426 for the discussion that motivated this.
worktrunk-bot
approved these changes
May 12, 2026
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.
Tighten the transient-failure disposition rule in the
running-tendoverlay so it implicitly excludes future bundled recipes — including the bundledci-fixskill's section 3a open-and-close template that has been firing as the default.The previous text forbade a PR explicitly ("do not create a PR") but only suggested "comment on the run or exit silently" as alternatives without ruling out other artifacts. Bundled
tend-ci-fixsection 3a (added in max-sixty/tend#367) instructs the bot to open and immediately self-close an audit issue when it classifies a failure as transient — and over the last 24h that template has fired three times onmax-sixty/worktrunk(#2694, #2716, #2720), each opened and self-closed within ~4 seconds.Switching the overlay to an allowlist of permitted dispositions (comment on the run, exit silently) names the surface that's allowed rather than enumerating what's forbidden. Anything the bundled skill suggests outside that set is implicitly excluded.
Motivated by the discussion at max-sixty/tend#426 — closed in favor of this tightening rather than a bundled-skill change, since "bundled skills as defaults, overlays override" is the model. This PR is the overlay override.