docs(tee): document the measurement-admission pipeline in the README - #85
Merged
Conversation
Add a measurement-admission pipeline section to the new-network walkthrough: the make-measure -> promote -> compile+inject -> pin -> gates chain, with the Rust subprocess boundaries marked so the on-PATH binary requirements are visible where assemble is explained. Replaces the orphaned excalidraw/png pair in the seismic repo (docs/tee/diagrams/measurement-admission-pipeline.*, removed there in a companion PR): it was embedded nowhere, and the diagram conventions put structured flowcharts in markdown next to the workflow they document.
samlaf
added a commit
to SeismicSystems/seismic
that referenced
this pull request
Aug 3, 2026
…#238) The excalidraw/png pair was embedded nowhere. Its content now lives as a text section beside the assemble walkthrough it documents, in https://github.com/SeismicSystems/deploy/blob/main/tee/README.md (SeismicSystems/deploy#85). Per docs/tee/diagrams/README.md conventions, structured flowcharts belong in markdown next to their docs; excalidraw is for freeform diagrams.
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.
Add a measurement-admission pipeline section to the new-network
walkthrough: the make-measure -> promote -> compile+inject -> pin ->
gates chain, with the Rust subprocess boundaries marked so the on-PATH binary requirements are visible where assemble is explained.
Replaces the orphaned excalidraw/png pair in the seismic repo (docs/tee/diagrams/measurement-admission-pipeline.*, removed there in a companion PR): it was embedded nowhere, and the diagram conventions put structured flowcharts in markdown next to the workflow they document.