From af6bf3599ee519785f776aae2f956b10455a4242 Mon Sep 17 00:00:00 2001 From: Piotr Mlocek Date: Mon, 27 Apr 2026 10:02:41 -0700 Subject: [PATCH] docs(arch): index ci-e2e in architecture README Signed-off-by: Piotr Mlocek --- architecture/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/architecture/README.md b/architecture/README.md index 36b0a4978..3276998c8 100644 --- a/architecture/README.md +++ b/architecture/README.md @@ -302,3 +302,4 @@ This opens an interactive SSH session into the sandbox, with all provider creden | [System Architecture](system-architecture.md) | Top-level system architecture diagram with all deployable components and communication flows. | | [Gateway Settings Channel](gateway-settings.md) | Runtime settings channel: two-tier key-value configuration, global policy override, settings registry, CLI/TUI commands. | | [TUI](tui.md) | Terminal user interface for sandbox interaction. | +| [E2E CI Architecture](ci-e2e.md) | Workflows, triggers, and the label-driven E2E gate for self-hosted runners. |