From 266acb381eed1c69d9b6d3a654415c098620fcdc Mon Sep 17 00:00:00 2001 From: Suvin Nimnaka Date: Mon, 2 Feb 2026 19:39:56 +0530 Subject: [PATCH] Remove newlines --- docs/concepts/architecture.md | 1 + docs/gateway/security/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/concepts/architecture.md b/docs/concepts/architecture.md index a5c17eae83d..2b5a5ca1bab 100644 --- a/docs/concepts/architecture.md +++ b/docs/concepts/architecture.md @@ -89,6 +89,7 @@ sequenceDiagram Gateway-->>Client: event:agent
(streaming) Gateway-->>Client: res:agent
final {runId, status, summary} ``` +

## Wire protocol (summary) diff --git a/docs/gateway/security/index.md b/docs/gateway/security/index.md index 570952ad326..afb245ec708 100644 --- a/docs/gateway/security/index.md +++ b/docs/gateway/security/index.md @@ -820,7 +820,7 @@ flowchart TB C -- Limited trust --> D["Strangers"] D -- No trust --> E["Mario asking for find ~"] E -- Definitely no trust 😏 --> F[" "] - + %% The transparent box is needed to show the bottom-most label correctly F:::Class_transparent_box classDef Class_transparent_box fill:transparent, stroke:transparent