Sync Boatstack from Intelligence Flow Labs @ 9a3cafb4f504 - #128
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 27, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-9a3cafb4f504
branch
July 27, 2026 07:04
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
The destruction boundary is guaranteed to survive its own optimization
The guard now decides destruction by effect: it asks which executor runs a command, not whether a file
or a message spells a keyword. That change removed false positives — committing a migration, staging a
schema file, editing a note. This release records and enforces the limit of that optimization.
The rule that decides destruction is constitutional. It defines the real boundary — destroying a live
resource — and is never traded for convenience. No project setting disables it; a setting can only add
scope. The executor check that narrows when the rule is observed is an optimization: it exists to cut
false positives, and it may never let a live destructive command through. When the executor is live, the
rule still fires.
A conformance test now holds this floor. A live database client running a drop, a client running a
migration file, a recursive delete, an infrastructure destroy, a database reset, and a force push are
all still denied, while the same SQL sitting inert in a staged or committed file passes. The benefit of
the optimization does not become a leak, and the boundary cannot be optimized away.
Projection provenance
Generated from
operatorstack/intelligence-flow@9a3cafb4f5040ed787390607b7cd6ced843588ea.Review provenance, tests, and examples before merging.