docs: multi-runtime refresh — add Runtime-OpenClaw and Runtime-Hermes pages
- New Runtime-OpenClaw.md and Runtime-Hermes.md: what each runtime is, architecture (ASCII diagram), when to pick, ClawFleet integration today, setup walkthrough, common gotchas
- Sidebar + Home: new "Runtimes" group between core wiki and LLM Providers
- Getting Started: lead line acknowledges both runtimes, Configure step splits into OpenClaw and Hermes paths, Hermes call-out points at native Dashboard and clawfleet shell
- Dashboard Guide: universal Fleet section + per-runtime differences table; Soul Archive marked OpenClaw-only with Hermes parity flagged as planned; Image management explains the two images
- CLI Reference: documents --runtime flag on create, new shell command (bash for OpenClaw, TUI for Hermes), OpenClaw-only annotations on desktop / configure / snapshot, port + data-path tables
- FAQ: regrouped into General / OpenClaw / Hermes buckets; RAM table refreshed with M4 measurements (~700 MB OpenClaw, ~140 MB Hermes per instance idle)
- Soul-Archive.md: claw-1 → openclaw-1 in CLI examples to match new naming
Hermes integration gaps in the Dashboard (Soul Archive, Skill Manager, full channel set) are framed as active direction toward parity, not stable design.
2679a80
docs: surface DeepSeek V4 family in preset listings
ClawFleet's DeepSeek model preset now defaults to deepseek-v4-pro and
exposes deepseek-v4-flash. Document the new ids and the deprecation
status of deepseek-chat / deepseek-reasoner across the provider page
and the Dashboard preset table.
524b717
docs: add Hermes Agent support to Home + Getting Started
e29f907
rename Google to Google AI Studio across all pages
dd80e86
docs: add ChatGPT (Codex) provider guide, reorder providers to match Dashboard
7a2dc50
docs: update Getting Started, CLI Reference, and Home for one-line install
3b73c4c
docs: add clawfleet.io and Discord links to wiki pages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fe84eae
docs: update Slack wiki for Socket Mode setup
3ae0c03
rebrand: ClawSandbox → ClawFleet
15b3c36
docs: update model presets to current SOTA models
fb57d5f
docs: add Characters & Skills page, update sidebar and dashboard guide
57cc1fc
fix: use standard markdown links for anchor fragments in quickstart table
GitHub Wiki [[...|...]] syntax does not support #anchor fragments,
causing broken link rendering. Switch to standard [text](url) syntax.
d4c955d
docs: use emoji icons for bot-to-bot column
b8096b1
docs: use check/cross marks for bot-to-bot column
8e85151
docs: expand channel comparison table with setup difficulty ratings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7bd5565
docs: rewrite Lark guide with tested steps, add bot-to-bot support info
- Rewrite Channel-Lark.md with complete 8-step configuration guide
tested end-to-end (permissions, event subscription, WebSocket setup)
- Add bot-to-bot messaging support notes to all channel pages:
Discord and Slack support it, Telegram and Feishu do not
- Add bot-to-bot support table to Dashboard-Guide.md channel section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9608e79
docs: add Soul Archive documentation and update existing pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d3eb3d9
Initial wiki: quickstart, provider guides, channel guides, dashboard guide, CLI reference, FAQ
d24fc05