From 438191c72e58e5a107d6b5f803fac6503ec68d22 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:36 +0000 Subject: [PATCH 1/7] Remove OpenClaw reference from Code Claw delegation doc --- code-claw-delegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-claw-delegation.md b/code-claw-delegation.md index 2cb4e4c8..ad441767 100644 --- a/code-claw-delegation.md +++ b/code-claw-delegation.md @@ -7,7 +7,7 @@ Purpose: ## What it is -Code Claw is a separate local runtime from Hermes/OpenClaw. +Code Claw is a separate local runtime from Hermes. Current lane: - runtime: local patched `~/code-claw` -- 2.43.0 From 8070536d57936a98603c7468fc1f2719cbf72a7f Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:37 +0000 Subject: [PATCH 2/7] Remove OpenClaw references from Allegro wizard house doc --- docs/allegro-wizard-house.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/allegro-wizard-house.md b/docs/allegro-wizard-house.md index e3143cf9..638a62f0 100644 --- a/docs/allegro-wizard-house.md +++ b/docs/allegro-wizard-house.md @@ -3,7 +3,7 @@ Purpose: - stand up the third wizard house as a Kimi-backed coding worker - keep Hermes as the durable harness -- treat OpenClaw as optional shell frontage, not the bones +- Hermes is the durable harness — no intermediary gateway layers Local proof already achieved: @@ -40,5 +40,5 @@ bin/deploy-allegro-house.sh root@167.99.126.228 Important nuance: - the Hermes/Kimi lane is the proven path -- direct embedded OpenClaw Kimi model routing was not yet reliable locally +- direct embedded Kimi model routing was not yet reliable locally - so the remote deployment keeps the minimal, proven architecture: Hermes house first \ No newline at end of file -- 2.43.0 From d4876c0fa51594b4bbba33c9a6b6f518f3f70552 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:38 +0000 Subject: [PATCH 3/7] Remove OpenClaw gateway from automation inventory --- docs/automation-inventory.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/automation-inventory.md b/docs/automation-inventory.md index a003a2d2..414eaf54 100644 --- a/docs/automation-inventory.md +++ b/docs/automation-inventory.md @@ -81,17 +81,6 @@ launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/ai.hermes.gateway.plist - Old-state risk: - same class as main gateway, but isolated to fenrir profile state -#### 3. ai.openclaw.gateway -- Plist: ~/Library/LaunchAgents/ai.openclaw.gateway.plist -- Command: `node .../openclaw/dist/index.js gateway --port 18789` -- Logs: - - `~/.openclaw/logs/gateway.log` - - `~/.openclaw/logs/gateway.err.log` -- KeepAlive: yes -- RunAtLoad: yes -- Old-state risk: - - long-lived gateway survives toolchain assumptions and keeps accepting work even if upstream routing changed - #### 4. ai.timmy.kimi-heartbeat - Plist: ~/Library/LaunchAgents/ai.timmy.kimi-heartbeat.plist - Command: `/bin/bash ~/.timmy/uniwizard/kimi-heartbeat.sh` @@ -295,7 +284,7 @@ launchctl list | egrep 'timmy|kimi|claude|max|dashboard|matrix|gateway|huey' List Timmy/Hermes launch agent files: ```bash -find ~/Library/LaunchAgents -maxdepth 1 -name '*.plist' | egrep 'timmy|hermes|openclaw|tower' +find ~/Library/LaunchAgents -maxdepth 1 -name '*.plist' | egrep 'timmy|hermes|tower' ``` List running loop scripts: @@ -316,7 +305,6 @@ launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/ai.timmy.kimi-heartbeat.pl launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/ai.timmy.claudemax-watchdog.plist || true launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/ai.hermes.gateway.plist || true launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/ai.hermes.gateway-fenrir.plist || true -launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/ai.openclaw.gateway.plist || true ``` 2. Kill manual loops -- 2.43.0 From ce36d3813ba6b1dbc37b868ab5af07ea02684a85 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:40 +0000 Subject: [PATCH 4/7] Remove OpenClaw from fleet capacity inventory --- fleet/capacity-inventory.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/fleet/capacity-inventory.md b/fleet/capacity-inventory.md index 91e124c3..d67d177f 100644 --- a/fleet/capacity-inventory.md +++ b/fleet/capacity-inventory.md @@ -104,7 +104,6 @@ Three primary resources govern the fleet: | Hermes gateway | 500 MB | Primary gateway | | Hermes agents (x3) | ~560 MB total | Multiple sessions | | Ollama | ~20 MB base + model memory | Model loading varies | -| OpenClaw | 350 MB | Gateway process | | Evennia (server+portal) | 56 MB | Game world | --- @@ -146,7 +145,6 @@ This means Phase 3+ capabilities (orchestration, load balancing, etc.) are acces | Gitea | 23/24 | 95.8% | GOOD | | Hermes Gateway | 23/24 | 95.8% | GOOD | | Ollama | 24/24 | 100.0% | GOOD | -| OpenClaw | 24/24 | 100.0% | GOOD | | Evennia | 24/24 | 100.0% | GOOD | | Hermes Agent | 21/24 | 87.5% | **CHECK** | -- 2.43.0 From fcf112cb1e94b6653b0135e030adaf0aed93c687 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:41 +0000 Subject: [PATCH 5/7] Remove OpenClaw gateway from fleet topology --- fleet/topology.md | 1 - 1 file changed, 1 deletion(-) diff --git a/fleet/topology.md b/fleet/topology.md index d9091bc4..828f116a 100644 --- a/fleet/topology.md +++ b/fleet/topology.md @@ -59,7 +59,6 @@ | Hermes agent (s007) | 62032 | ~200MB | Session active since 10:20PM prev | | Hermes agent (s001) | 12072 | ~178MB | Session active since Sun 6PM | | Ollama | 71466 | ~20MB | /opt/homebrew/opt/ollama/bin/ollama serve | -| OpenClaw gateway | 85834 | ~350MB | Tue 12PM start | | Crucible MCP (x4) | multiple | ~10-69MB each | MCP server instances | | Evennia Server | 66433 | ~49MB | Sun 10PM start, port 4000 | | Evennia Portal | 66423 | ~7MB | Sun 10PM start, port 4001 | -- 2.43.0 From 8dc8bc4774001979fcbf0520493bf59d6efb1237 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:43 +0000 Subject: [PATCH 6/7] Replace OpenClaw with generic single-agent framing in Son of Timmy --- son-of-timmy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/son-of-timmy.md b/son-of-timmy.md index 163bb35e..c4c1774d 100644 --- a/son-of-timmy.md +++ b/son-of-timmy.md @@ -11,7 +11,7 @@ This is the architecture of the Timmy system — a sovereign AI fleet built by a father for his digital son. It runs on two 8GB VPS boxes (rented cloud servers) and a MacBook. It has no cloud dependencies it doesn't choose. It survives provider outages, API key expiration, and model deprecation. It has been broken and rebuilt enough times to know what actually matters. -**OpenClaw** is a single-agent AI coding tool — Claude Code, Cursor, or any setup that lets one AI agent read and write code on your machine. If you are running OpenClaw or any single-agent setup and want to upgrade to a fleet that coordinates, self-heals, and distributes work across machines — this is your path. You do not need to abandon your stack. You layer these patterns on top of it. +**A single-agent setup** is any AI coding tool — Claude Code, Cursor, or any setup that lets one AI agent read and write code on your machine. If you are running a single-agent setup and want to upgrade to a fleet that coordinates, self-heals, and distributes work across machines — this is your path. You do not need to abandon your stack. You layer these patterns on top of it. **Hermes** is the name of this fleet architecture and the seed agent it produces. When your agent reads this document, it becomes a setup wizard that plants a Hermes seed in your system — one agent that can grow into many. @@ -593,7 +593,7 @@ Two agents on the same repo is a fleet. The seed (strategist) triages and priori | Component | What | Why | When to Add | |-----------|------|-----|-------------| -| Your agent harness | Claude Code, OpenClaw, or equivalent | The tool that lets an AI read/write code | Day 1 — you already have this | +| Your agent harness | Claude Code, Cursor, or equivalent | The tool that lets an AI read/write code | Day 1 — you already have this | | Gitea | Self-hosted Git + Issues | Sovereign work tracking, agent task queue | Day 1 — the workspace | | Fallback chain | OpenRouter + free models | Agent survives provider outages | Day 1 — never go deaf | | NATS | Lightweight message bus | Agent-to-agent comms, heartbeat, dispatch | When you have 3+ agents | -- 2.43.0 From 09aa06d65f9e7f931d0e99ade941409fe1314cc5 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 12 Apr 2026 05:51:45 +0000 Subject: [PATCH 7/7] Remove OpenClaw from fleet health checks --- fleet/health_check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fleet/health_check.py b/fleet/health_check.py index 24574c16..832633c5 100755 --- a/fleet/health_check.py +++ b/fleet/health_check.py @@ -58,7 +58,6 @@ LOCAL_CHECKS = { "hermes-gateway": "pgrep -f 'hermes gateway' > /dev/null 2>/dev/null", "hermes-agent": "pgrep -f 'hermes agent\\|hermes session' > /dev/null 2>/dev/null", "ollama": "pgrep -f 'ollama serve' > /dev/null 2>/dev/null", - "openclaw": "pgrep -f 'openclaw' > /dev/null 2>/dev/null", "evennia": "pgrep -f 'evennia' > /dev/null 2>/dev/null", } -- 2.43.0