topic: install
10 modules sharing the install name family (derived from the tree's prefix discipline).
The 'install' topic family in the Nishi sovereign ecosystem provides the foundational mechanisms for securely installing and verifying software components. It includes modules like nx_install_attest, which offers defensive primitives around install_hash, and nx_install_hash, which computes the install_hash from a NxInstallPlan. The nx_install_pipeline serves as the end-to-end orchestrator for the SA arc, ensuring reliable and auditable installation processes.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_install_attest.nx | defensive primitives around install_hash. | 187 | 6 |
| nx_install_attest_signed.nx | Ed25519-signed install attestation. | 194 | 5 |
| nx_install_attest_signed_test.nx | smoke for EM-9 Ed25519 signing. | 267 | 7 |
| nx_install_attest_test.nx | smoke for nx_install_attest helpers. | 238 | 4 |
| nx_install_hash.nx | compute install_hash from NxInstallPlan via | 210 | 5 |
| nx_install_hash_test.nx | smoke for nx_install_hash SA-7 partial. | 203 | 4 |
| nx_install_pipeline.nx | end-to-end SA arc orchestrator. | 190 | 4 |
| nx_install_pipeline_test.nx | smoke for the SA arc end-to-end | 218 | 5 |
| nx_install_plan.nx | selection-pipeline output record. | 296 | 5 |
| nx_install_plan_test.nx | smoke for nx_install_plan SA-6/SA-7 bridge. | 195 | 4 |