From 46a852142e24629e98fbfe71b292e46163393a20 Mon Sep 17 00:00:00 2001 From: fderuiter <127706008+fderuiter@users.noreply.github.com> Date: Sat, 16 May 2026 20:52:51 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8D=EF=B8=8F=20Scribe:=20Update?= =?UTF-8?q?=20project=20structure=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the Project Structure ascii map in the README.md to accurately reflect the new monorepo layout under `packages/` (core, plugins-workflows, providers-airflow) rather than the outdated `imednet/` structure. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1577b7f9..09a3543f 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,10 @@ the specified table name. See ``docs/cli.rst`` for full examples. . ├── docs/ - Sphinx documentation ├── examples/ - Usage samples -├── imednet/ - SDK package +├── packages/ - Workspace packages +│ ├── core/ - Main SDK package +│ ├── plugins-workflows/ - Workflow plugins package +│ └── providers-airflow/ - Airflow providers package ├── scripts/ - Helper scripts └── tests/ - Unit and integration tests ```