Sync Boatstack from Intelligence Flow Labs @ dbd5f6e24439 - #117
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 26, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-dbd5f6e24439
branch
July 26, 2026 03:31
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
Denials read as a guardrail, not a crash
A Boatstack denial used to arrive as one long red sentence. It looked like something
broke, even though nothing did. Every denial is now one message with a clear shape: a
Blocked by Boatstackbadge, the reason, a line that tells you what happens next, and —when the action was stopped before any change — a line that says nothing was written.
The same message renders to fit each surface. In a coding host, the denial reason is a
short, calm, multi-line note. In a real terminal — the CLI and the guard scripts — it is
a soft-coral badge instead of alarm red. When output is piped or captured, the plain text
is emitted unchanged, so logs and scripts are not affected.
Two settings control the terminal color:
BOATSTACK_COLOR(auto,always, ornever)and the standard
NO_COLOR. A new command,boatstack-helper render-denial --demo, printssample denials so you can preview the plain, Markdown, and terminal forms.
The denial text carries the same information as before, including the recovery command and
the machine markers that tooling matches. This change is presentation only; no gate,
authority, verification, or recovery behavior changes.
Projection provenance
Generated from
operatorstack/intelligence-flow@dbd5f6e24439cc9798b4b3c8645b5e34f3f3c0b4.Review provenance, tests, and examples before merging.