Sync Boatstack from Intelligence Flow Labs @ e3430a3bb67d - #51
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 20, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-e3430a3bb67d
branch
July 20, 2026 07:41
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
Start and finish features on a clean workspace automatically
Boatstack can now manage the working area for each feature so you never build on a
stale branch or leave old worktrees behind. When enabled, it cuts a fresh branch
(or worktree) from the up-to-date default branch as a feature begins, and after
the feature's pull request has merged it offers to reclaim that worktree and
branch — you reply
cto clean up orkto keep. Cleanup only removes localwork that has already landed: it never touches a remote branch, never merges
anything, and never discards uncommitted or unmerged changes without an explicit
override. The behavior is configured under
workspacein your project file(
enabled,mode,cleanup,cleanup_after) and is off for any project thatdoes not opt in.
Projection provenance
Generated from
operatorstack/intelligence-flow@e3430a3bb67d28b0f3bd540d90787f88dc018056.Review provenance, tests, examples, and context-cost changes before merging.