From f879c29b61cdc32cf105352af92fed175a1e0513 Mon Sep 17 00:00:00 2001 From: Bernardo Johnston Date: Sun, 22 Feb 2026 19:11:19 -0600 Subject: [PATCH] feat: update architecture diagram for Everclaw v2026.2.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Gateway Guardian v4 → v5 (direct curl probes) - Add Venice Key Monitor v2 (proactive DIEM balance checking) - Add Venice 402 Watchdog (reactive billing error detection) - Add Three-Shifts v2 (cyclic task execution engine) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2c533..84298c4 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,10 @@ SmartAgent │ │ └── Dynamic Model Discovery (auto-discovers 35+ models) │ ├── Diagnostic Tool (18-check health scanner) │ ├── Always-On Proxy-Router (launchd KeepAlive, auto-restart) -│ ├── Gateway Guardian v4 (billing-aware self-healing watchdog) +│ ├── Gateway Guardian v5 (direct curl probes, no Signal spam) +│ ├── Venice Key Monitor v2 (proactive DIEM balance checking) +│ ├── Venice 402 Watchdog (reactive billing error detection) +│ ├── Three-Shifts v2 (cyclic task execution engine, 15-min loops) │ └── Smart Session Archiver (prevents dashboard overload) └── SmartAgent Config ├── SOUL.md (agent personality)