Sync Boatstack from Intelligence Flow Labs @ 3e8ad57097ee - #82
Closed
operator-stack-publisher[bot] wants to merge 1 commit into
Closed
Sync Boatstack from Intelligence Flow Labs @ 3e8ad57097ee#82operator-stack-publisher[bot] wants to merge 1 commit into
operator-stack-publisher[bot] wants to merge 1 commit into
Conversation
Contributor
|
Closing: superseded stale sync. Intermediate snapshot from the old workflow; conflicts with main after the labkit control-plane migration (#83) and upstream has advanced past this commit. A fresh engine-driven sync for the current tip replaces it. |
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
Evidence capabilities are now a shared, extensible substrate
Boatstack's PR evidence detection is no longer hard-wired to a single evidence
type. A generic evidence-capability registry now backs the "can this repository
produce the evidence?" cut, and visual evidence is its first tenant. Nothing
changes in how visual evidence behaves today — the same repository commands,
statuses, and fingerprints — but the shared spine means future evidence types
(and the upcoming capture and provisioning flows) plug in through one registry
instead of a bespoke path each time.
Publishing toolkit moved to a standalone package
The
labkittoolkit that projects Boatstack into this repository moved from asubmodule of the monorepo's Python package to a standalone top-level
labkit/project, invoked as
python -m labkit. This only changes where the publishingtooling lives and how the sync workflow installs it; the projected files are
byte-for-byte identical (asserted by the golden reproduction test), with no
effect on Boatstack's runtime, CLI, skill, or public contract.
Projection provenance
Generated from
operatorstack/intelligence-flow@3e8ad57097eea39260ae67102997bdbd316faf17.Review provenance, tests, examples, and context-cost changes before merging.