From bcbc91011c180e1314a4ba0207a258162f6d7673 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Wed, 19 Aug 2026 12:13:54 +0000 Subject: [PATCH] docs: restore Star History chart on the new domain The Star History chart was removed in 67afa8c and its previous data source stopped working because of GitHub stargazer API restrictions. This restores the section in the same location, pointing at a working replacement. The wrapping link and the chart image now use star-history.dera.page with the /svg endpoint, and the chart image no longer relies on the old sealed-token service. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bf83b768..eb214ecc 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,16 @@ See [Development and Deployment](docs/DEPLOYMENT.md) for Docker, Compose, Ollama - [Memory Import Guide](docs/IMPORT.md) — schema and LLM prompt for importing historical chats - [Architecture Diagrams](docs/diagrams/) — system architecture, pipelines, lifecycle management +## Star History + + + + + + Star History Chart + + + ## References Mnemon combines the paradigm of one paper with the methodology of another, grounded in the structural insight that graph memory is isomorphic to LLM attention. See [Theoretical Foundations](docs/DESIGN.md#25-theoretical-foundations) for details.