From cc4debdbfa43407c6b68f440a57f65f4378f3ac8 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:22:09 -0500 Subject: [PATCH] chore: Scheduled updates (Graphs, Baseline Profile) (#6212) --- core/ble/README.md | 2 +- core/service/README.md | 2 +- feature/connections/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/ble/README.md b/core/ble/README.md index 1a3d2a8a8..9c3891e21 100644 --- a/core/ble/README.md +++ b/core/ble/README.md @@ -65,10 +65,10 @@ The module includes unit tests for key components, utilizing Kable's architectur ```mermaid graph TB :core:ble[ble]:::kmp-library - :core:ble -.-> :core:testing :core:ble -.-> :core:common :core:ble -.-> :core:di :core:ble -.-> :core:model + :core:ble -.-> :core:testing classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/service/README.md b/core/service/README.md index fdc51d596..d23b93316 100644 --- a/core/service/README.md +++ b/core/service/README.md @@ -27,7 +27,6 @@ The in-process `RadioController` composition root (Desktop, iOS, and single-proc ```mermaid graph TB :core:service[service]:::kmp-library - :core:service -.-> :core:testing :core:service --> :core:repository :core:service -.-> :core:common :core:service -.-> :core:data @@ -39,6 +38,7 @@ graph TB :core:service -.-> :core:ble :core:service -.-> :core:prefs :core:service -.-> :core:takserver + :core:service -.-> :core:testing classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/connections/README.md b/feature/connections/README.md index 23a6e99fe..f4546cf1e 100644 --- a/feature/connections/README.md +++ b/feature/connections/README.md @@ -136,7 +136,6 @@ feature:connections ```mermaid graph TB :feature:connections[connections]:::kmp-feature - :feature:connections -.-> :core:testing :feature:connections -.-> :core:common :feature:connections -.-> :core:data :feature:connections -.-> :core:database @@ -152,6 +151,7 @@ graph TB :feature:connections -.-> :core:ble :feature:connections -.-> :core:network :feature:connections -.-> :feature:settings + :feature:connections -.-> :core:testing classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;