From 99bde677ac49289e6acaa99db819eb71b54b23a8 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Fri, 13 Feb 2026 23:30:06 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20update=20Guardian=20v3=20=E2=86=92=20v4?= =?UTF-8?q?=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md: architecture diagram updated - docs/index.html: architecture diagram updated - Reflects Everclaw Guardian v4: billing-aware escalation, fixed silent restarts --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 903cd51..6d8967b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ SmartAgent ├── Everclaw (decentralized inference) │ ├── Morpheus API Gateway (open access, cloud) │ ├── Morpheus P2P Proxy (local, staked MOR) -│ └── Gateway Guardian v3 (self-healing watchdog with circuit breaker) +│ └── Gateway Guardian v4 (billing-aware self-healing watchdog) └── SmartAgent Config ├── SOUL.md (agent personality) ├── AGENTS.md (workspace conventions) diff --git a/docs/index.html b/docs/index.html index 25a6f79..68441a2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -515,7 +515,7 @@

Under the Hood

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