Sync Boatstack from Intelligence Flow Labs @ 3c770b5db125 - #127
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 27, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-3c770b5db125
branch
July 27, 2026 06:02
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
Rejections name the values you can use
Two errors told you what was wrong but not how to fix it, so you had to discover the answer out of
band. When the bounded planning writer rejected an artifact name, it echoed the name you gave but not
the names it accepts. The accepted names are filenames that end in
.md, so the natural guess, such asplan, is always wrong. When an approval no longer matched the plan, the error said the fingerprint didnot match but did not say what the current fingerprint is.
Both now carry the answer. The planning writer lists the accepted artifact names and notes the
.mdsuffix, so
plan.md,source-plan.md, and the rest are visible at the point of rejection. The approvalerror reports the plan's current fingerprint and points at check-plan to confirm it, so you can
re-approve against the right value without a separate lookup.
Projection provenance
Generated from
operatorstack/intelligence-flow@3c770b5db125ad5f28515380c59c4d1718e3a020.Review provenance, tests, and examples before merging.