From 7137bdb753029b20d96462b2fd34bda5ce52268f Mon Sep 17 00:00:00 2001 From: Nathan Herald Date: Tue, 4 Aug 2026 12:00:38 +0200 Subject: [PATCH] Make transport assumption implementation-neutral --- docs/vrs/requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/vrs/requirements.md b/docs/vrs/requirements.md index 57a333d2..1b03ef0f 100644 --- a/docs/vrs/requirements.md +++ b/docs/vrs/requirements.md @@ -18,9 +18,9 @@ accepted. boundary. - **A03 Durable host state:** Each host preserves its catalog and runtime state across process restarts. Whole-disk loss and backup are outside st2. -- **A04 Eventual transport:** Hosts may disconnect; Fabric eventually resumes - transport when connectivity returns. st2 does not guarantee network - availability. +- **A04 Eventual transport:** Hosts may disconnect. Fabric is the preferred + transport. Git over SSH is supported. No product behavior may require a + Fabric-only capability. st2 does not guarantee network availability. ## Acceptable Tradeoffs