From 81a170bb317616aae8c91e68891300c86d745846 Mon Sep 17 00:00:00 2001 From: matthalltech Date: Wed, 1 Apr 2026 13:53:36 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20br=20tags=20from=20Mermaid=20la?= =?UTF-8?q?bels=20=E2=80=94=20bare=20minimum=20labels=20to=20ensure=20rend?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0fbdb4..547a9af 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ ```mermaid flowchart LR - host["Your Machine
Secrets and workspace folders"] - container["Bounded Container
Claude Code, Codex, Gemini"] - repo["Git Repository
Rules, state docs, scripts"] + host["Your Machine"] + container["Bounded Container"] + repo["Git Repository"] - host -->|mounts into| container + host -->|workspace mounts into| container container -->|reads and writes| repo ```