diff --git a/README.md b/README.md index 70e98b4..903cd51 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 (self-healing watchdog) +│ └── Gateway Guardian v3 (self-healing watchdog with circuit breaker) └── SmartAgent Config ├── SOUL.md (agent personality) ├── AGENTS.md (workspace conventions) diff --git a/docs/index.html b/docs/index.html index 5b9ffac..25a6f79 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 — self-healing watchdog +│ └── Gateway Guardian v3 — self-healing watchdog with circuit breaker └── SmartAgent Config ├── SOUL.md — agent personality ├── AGENTS.md — workspace conventions