From 0776ead869ddc312c70695ff5a4389005b0576f6 Mon Sep 17 00:00:00 2001 From: smaramwbc <145447586+smaramwbc@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:08:46 +0100 Subject: [PATCH] docs(readme): unify hub-and-spoke ecosystem header Apply the shared "Part of Statewave" header to the top of the README: core runtime, both SDKs, connectors, docs, examples, admin, and statewave.ai, with a centralized issue-tracker line and the current repo marked as the active entry where it appears in the nav. Gives every public repo a consistent path back to the rest of the family. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d23afa2..204b565 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Statewave Python SDK — memory runtime for AI agents and applications. The TypeScript SDK lives at [`@statewavedev/sdk`](https://github.com/smaramwbc/statewave-ts). -> **Part of the Statewave ecosystem:** [Server](https://github.com/smaramwbc/statewave) · **Python SDK** · [TypeScript SDK](https://github.com/smaramwbc/statewave-ts) · [Connectors](https://github.com/smaramwbc/statewave-connectors) · [Docs](https://github.com/smaramwbc/statewave-docs) · [Examples](https://github.com/smaramwbc/statewave-examples) · [Website + demo](https://statewave.ai) · [Admin](https://github.com/smaramwbc/statewave-admin) +> **Part of [Statewave](https://github.com/smaramwbc/statewave)** — the open-source memory runtime for AI agents. +> +> 📦 [Core runtime](https://github.com/smaramwbc/statewave) · 🐍 **Python SDK** · 🟦 [TypeScript SDK](https://github.com/smaramwbc/statewave-ts) · 🔌 [Connectors](https://github.com/smaramwbc/statewave-connectors) · 📘 [Docs](https://github.com/smaramwbc/statewave-docs) · 💡 [Examples](https://github.com/smaramwbc/statewave-examples) · 🖥️ [Admin](https://github.com/smaramwbc/statewave-admin) · 🌐 [statewave.ai](https://statewave.ai) > > 📋 **Issues & feature requests:** [statewave/issues](https://github.com/smaramwbc/statewave/issues) (centralized tracker)