Sync Boatstack from Intelligence Flow Labs @ 64d586468baf - #118
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 26, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-64d586468baf
branch
July 26, 2026 12:11
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
One prompt clears merged worktrees at the merge checkpoint
Boatstack cuts a fresh worktree and branch for each managed delivery. After a pull request
merged, that worktree and branch used to stay behind, so a fast loop left a growing pile of
finished workspaces to prune by hand — and the safety guard denied the raw deletion commands
used to prune them.
When a delivery's pull request is confirmed merged, Boatstack now offers to sweep the whole
backlog at once. It reclaims every terminal Boatstack workspace — each one whose branch is
confirmed merged (through the GitHub CLI, with a local-ancestry fallback) or explicitly
abandoned by listing its feature in
workflow.ignored_deliveries. It never reclaims aworkspace with an open or unknown-state pull request, a worktree Boatstack did not create,
the base branch, the worktree you are standing in, or one holding uncommitted or unmerged
work unless you force it. It reclaims only the local worktree and branch; it never deletes a
remote branch or merges anything.
A new setting,
workspace.reap, tunes the prompt:confirm(the default) asks once whenreclaimable workspaces exist,
autoreclaims them without asking, andoffdisables thesweep. The removal runs through Boatstack's own
workspace-reapoperation, so it is nolonger denied as filesystem or Git destruction; a denied raw deletion of a Boatstack
worktree now points you at
workspace-reapinstead.Reaping keys only on merge or abandonment and inspects worktrees through Git, never through
another worktree's private delivery state, so per-worktree isolation is preserved. Nothing
changes for a repository that leaves
workspace.reapat its default until a delivery merges.Projection provenance
Generated from
operatorstack/intelligence-flow@64d586468baf5a7b45a2debbfc747b0d9ec9a233.Review provenance, tests, and examples before merging.