From 7fa3d72cadd243f7e9fce5a4ef4be280c05239cb Mon Sep 17 00:00:00 2001 From: Samuel Laferriere <9342524+samlaf@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:39:30 +0800 Subject: [PATCH] docs(deploy_tee): state the founder/joiner division of labor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Orients the founding section: network shape lives entirely in the authored step-1 inputs — everything after is derivation (`manifest assemble`) or per-node plumbing — and a later joiner re-runs only provision + configure; the manifest assembly and the ceremony are one-time founding acts. --- deploy_tee/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy_tee/README.md b/deploy_tee/README.md index c9eee9d..37f119c 100644 --- a/deploy_tee/README.md +++ b/deploy_tee/README.md @@ -133,6 +133,11 @@ creation. ### Creating a new network (genesis ceremony) +The network-shape decisions live entirely in step 1's authored inputs; +everything after is derivation (`manifest assemble`) or per-node plumbing. +A node joining later re-runs only steps 2–3 (via the operator CLI — see +above); the manifest assembly and the ceremony are one-time founding acts. + ```bash # 0. (Upstream) Build the image in seismic-images (CI or `make build`) # and publish it + its measurements. This tool does not build.