Sync Boatstack from Intelligence Flow Labs @ c6d00bbcf9de - #96
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 24, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-c6d00bbcf9de
branch
July 24, 2026 22:40
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 sync releases
A stale delivery no longer blocks new work, and you can clear one
A single stale or abandoned managed delivery in Boatstack's local store used to
block every operation — including planning an unrelated new feature — because
one unverifiable delivery poisoned the whole status scan, and the
ignored_deliveriesescape hatch was applied too late to help.Two changes fix this:
next-statusapplies your
ignored_deliverieslist before reporting an unverifiabledelivery, so an ignored delivery can no longer stop unrelated new work. A
genuinely unverifiable delivery still blocks, but now names itself and points
you at the fix. (Mutation and publish paths remain strict and fail closed on
corrupt state.)
discard-deliverycommand. Runboatstack-helper discard-delivery --feature <slug>to clear a stuck orabandoned delivery so you can rebuild or re-plan it. It archives the state
(reversible) and never touches your git history, merged PRs, plan, or lock. A
delivery that has already published a slice is refused unless you pass
--force.Projection provenance
Generated from
operatorstack/intelligence-flow@c6d00bbcf9defd9df85ead397ec1612efb650aee.Review provenance, tests, and examples before merging.