chore(deps): update github-actions - #440
Merged
Merged
Conversation
Deploying mouseterm with
|
| Latest commit: |
2858c4f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dfbcd872.mouseterm.pages.dev |
| Branch Preview URL: | https://renovate-github-actions.mouseterm.pages.dev |
This was referenced Sep 1, 2026
max-sixty
pushed a commit
to max-sixty/tend
that referenced
this pull request
Sep 1, 2026
… output (#1127) `code-review`'s Output section is written for a subagent invocation — "return the findings to the caller". Run inline, which is what happens whenever the review session doesn't spawn a subagent, there is no separate caller: the session *is* the caller, so "return to the caller" collapses into "emit as my message", and a session that has just produced what reads as its deliverable ends the turn. The review never posts and the findings survive only in the session log — the failure [reported on #1079](#1079 (comment)), three occurrences in nine days on a downstream adopter, most recently on a substantive diff carrying two `CONFIRMED` findings. This names the inline case in the output contract — the findings go to the caller's next step, not to the reader — and adds the reciprocal at the call site, so `review` step 5 names step 6 as what follows rather than leaving the pass's return as the last instruction in view. Verified: `uv run pytest` (882 passed), `pre-commit` on both changed files. No test pins either file's text. <details><summary>Why this shape rather than another round of "run the pass"</summary> #937 and #1080 established that re-wording a mandate doesn't move stochastic compliance; #1080's gate (step 6 states what the pass returned) is the mechanism that did. This failure sits *upstream* of that gate — the session ends before reaching step 6, so a precondition at step 6 can't fire. The fix isn't a stronger instruction to continue, it's removing the instruction that reads as terminal: "return to the caller" is accurate for a subagent and literally impossible to satisfy inline, and the session resolves the impossibility by treating its own message as the return. That also bounds the change: two sentences correcting a contract that is wrong for one of its two execution modes, not a new gate. Reported occurrences, all downstream: diffplug/dormouse#493 round 5, plus diffplug/dormouse#440 and diffplug/dormouse#443. The first is post-#1080, which is what makes it visible — with the pass promoted to its own numbered step, its output is a step deliverable, so a session mistaking it for *the* deliverable now stops with a fuller-looking result. </details> --------- Co-authored-by: tend-agent <270458913+tend-agent@users.noreply.github.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.
This PR contains the following updates:
459ad35→c81e3bcv18.1.0→v18.5.0Release Notes
chromaui/action (chromaui/action)
v18.5.0Compare Source
🚀 Enhancement
Authors: 1
v18.4.0Compare Source
🚀 Enhancement
ctx.storybookpaths to absolute paths #1433 (@codykaup)Authors: 1
v18.3.0Compare Source
🚀 Enhancement
.storybook/*.mdand.storybook/*.txtchanges from TurboSnap #1446 (@codykaup)🐛 Bug Fix
@storybook/angular-vite#1445 (@codykaup)DO_NOT_TRACK&CHROMATIC_DISABLE_TELEMETRY#1438 (@jmhobbs)buildStorybook#1437 (@AriPerkkio)Authors: 3
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.