fix: remove all Wintermute references from source files

Replace with generic "orchestrator" or "OpenClaw" as appropriate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-04-05 02:04:30 -07:00
parent 1a0f4488fc
commit 85b261c7c7
40 changed files with 45 additions and 45 deletions
+4 -4
View File
@@ -10,7 +10,7 @@ No compatibility matrices. The prompt is the bridge.
## Architecture
```
OpenClaw (Wintermute) gstack repo
OpenClaw gstack repo
───────────────────── ──────────────
Orchestrator: messaging, Source of truth for
calendar, memory, EA methodology + planning
@@ -30,7 +30,7 @@ No compatibility matrices. The prompt is the bridge.
## Dispatch Routing
Wintermute decides at spawn time which tier of gstack support to use:
OpenClaw decides at spawn time which tier of gstack support to use:
| Tier | When | Prompt prefix |
|------|------|---------------|
@@ -48,7 +48,7 @@ Wintermute decides at spawn time which tier of gstack support to use:
### Dispatch routing guide (for AGENTS.md)
Add this to Wintermute's AGENTS.md:
Add this to OpenClaw's AGENTS.md:
```markdown
## Coding Task Dispatch
@@ -137,5 +137,5 @@ The actual artifacts are generated by `bun run gen:skill-docs --host openclaw`.
- No Clawvisor relay (no security layer needed)
- No bidirectional learnings bridge (brain repo is the knowledge store)
- No JSON schemas or protocol versioning
- No SOUL.md from gstack (Wintermute has its own)
- No SOUL.md from gstack (OpenClaw has its own)
- No full skill porting (coding skills stay native to Claude Code)