release: v0.28.6 — TP-186 worker death-spiral fix (#537, #542)#548
Merged
Conversation
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.
Release v0.28.6
Single P0 bug fix: the worker death-spiral that made Review Level ≥ 2 unsafe in production.
Fixed
templates/agents/task-worker.md(Option A, preventive). AddsisStepMarkedComplete()helper + guard inagent-bridge-extension.tsthat refusesreview_step(type='code'|'test')on already-complete steps with REFUSED + recovery instructions (Option B, defensive). Plan reviews are NOT blocked. Supersedes Lane-runner should enforce STATUS.md checkpoint discipline at step boundaries #510 (earlier partial diagnosis). Sage-reviewed.Validation
Test count growth
worker-step-completion-protocol.test.ts)Tag
v0.28.6will be pushed AFTER this PR merges (so the release workflow's tag-push trigger fires against a commit already on main). Use--merge(not squash) when merging this PR so the version-bump commit is preserved in main's linear history fornpm view taskplane timeandgh release view v0.28.6.Closes
This release ships:
Post-merge sequence
--merge(preserves the tagged commit)git switch main && git pull --ff-onlygit push origin v0.28.6— this triggers the release workflowDeferred (TP-189 candidates)
Sage-flagged polish items intentionally not blocking this release:
isStepMarkedComplete(edge case)