From b911aa9a4fe04c43551f026b2b0169bdcd6d27fa Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 14 Jan 2026 17:58:29 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 469a9e2..c0ba1f6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ StorageRouter (main entry point) ```mermaid %%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '16px', 'primaryColor': '#ffffff', 'lineColor': '#000000', 'textColor': '#000000', 'mainBkg': '#ffffff', 'nodeBorder': '#000000' }}}%% flowchart TD + %% Global White Container + subgraph Architecture ["LocalData Architecture"] + direction TB + %% Vertical Flow App(("📱 APP / FEATURE")) @@ -51,8 +55,10 @@ flowchart TD %% Migration Loop Storage -.->|3. AUTOMATIC MIGRATION| SR + end %% Explicit Styling for High Contrast + style Architecture fill:#ffffff,stroke:#000,stroke-width:2px style App fill:#ffffff,stroke:#000,stroke-width:3px style SR fill:#e1f5fe,stroke:#000,stroke-width:4px style Config fill:#fffde7,stroke:#000,stroke-dasharray: 5 5