Sync Boatstack from Intelligence Flow Labs @ bf68921a54fd - #98
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 25, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-bf68921a54fd
branch
July 25, 2026 01:49
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
A read-only
root-causeoperation diagnoses a bug before you plan the fixBoatstack already carried the discipline of eliminating a failure class rather than
patching one instance — the failure taxonomy in
failure-moves.mdand the symptom-vs-systemic-boundary decision
auto-plansurfaces underboundary_analysis— but there wasno dedicated entry point for turning a raw bug into that kind of plan. Diagnosis and
planning were fused inside
auto-plan, so a stack trace had no home of its own.The new
root-causeoperation is that home. Invoke it as/root-cause <symptom-or-log>(
$boatstack root-causein Codex) with a stack trace, error, alert, or failing signal.It is strictly read-only: it never edits product code, writes artifacts, contacts GitHub,
or advances a gate. It locates the failure below its surface symptom, classifies it
against the classes in
.product-loop/failure-moves.md, and produces a numberedroot-cause chain in which every step is cited to
file:lineand the crashing frame (thevictim) is distinguished from the true origin (the cause). It then maps the blast radius —
every other call site exposed to the same class — and proposes the minimal structural
elimination that makes the whole class unreachable, using the same tiered
[1a] Symptom Patch/[1b] Programmatic Enforcementframing asauto-plan, plus aregression that reproduces the failure mode as the proof the class is gone.
Its output is formatted as a host Plan-mode source plan.
root-causeends by making theone next action explicit: save that plan to a durable in-repo path and run
auto-plan --plan <path>. It is the diagnostic front door to the existing plan gate andchanges nothing about how planning, approval, gates, or publication work.
Projection provenance
Generated from
operatorstack/intelligence-flow@bf68921a54fdb3139401ce4a91241c799887e5b6.Review provenance, tests, and examples before merging.