From 90a6f88e9f71e4a72795d1643d47c0579204cc8b Mon Sep 17 00:00:00 2001 From: Bernardo Johnston Date: Sat, 14 Feb 2026 01:39:55 -0600 Subject: [PATCH] docs: add session archiver to architecture diagram on website --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index cc9a1df..9901b40 100644 --- a/docs/index.html +++ b/docs/index.html @@ -515,7 +515,8 @@

Under the Hood

├── Everclaw (decentralized inference) │ ├── Morpheus API Gateway — open access, cloud │ ├── Morpheus P2P Proxy — local, staked MOR -│ └── Gateway Guardian v4 — billing-aware self-healing watchdog +│ ├── Gateway Guardian v4 — billing-aware self-healing watchdog +│ └── Session Archiver — prevents dashboard overload └── SmartAgent Config ├── SOUL.md — agent personality ├── AGENTS.md — workspace conventions