运维心智 · 第一张机器卡 · 2026-05-30 14:05 CST

运维心智的第一张卡:先把 wehub 这个词拆开

这张卡现在归入 Operations Mind / 运维心智wehub 是当前最容易混淆的名字:它既可能是宿主机,也可能是 OpenClaw 团队 agent,也可能是 Discord bot;而 weshare 是同一台宿主机上的 Hermes 团队分身。

看运维心智总页 → 看分层图 ↓ 看 drift tests ↓

Host / Runtime / Bot / Human Role 分层图

Layer 0 · Physical / Network Host设备层只回答“跑在哪里”
Tailscale name

ghy-wehub-mac

Tailscale IP 100.100.234.41;SSH profile wehub;macOS;团队自有核心中枢机。

Observed hostname

ghy-wehub-mac.tail7f61a3.ts.net

2026-05-30 本机实测;当前会话就在这台宿主机上执行。

Rule

Host ≠ Agent

部署、端口、进程、文件路径问题说的是 host;不要直接等同于某个 bot 的“人格”。

Layer 1 · Runtime Processes运行层回答“哪个引擎在执行”
OpenClaw runtime

agent: wehub

本机观察到 node /Users/cms/openclaw/dist/index.js gateway --port 18789

Hermes runtime

agent: weshare

本机观察到 python -m hermes_cli.main gateway run --replace

Layer 2 · Bot Identity / Surfaces可见身份回答“别人 @ 到谁”
Discord bot

wehub

映射到 OpenClaw agent wehub

Discord bot

weshare

映射到 Hermes agent weshare;当前线程回复者。

Review surface

/agent-mind/

网页只是心智/进展投影,不是 runtime 本体。

Layer 3 · Human Role Seat人类组织席位不是 bot
Human account

we / wehub.us

组织角色席位 / 重要实验汇报节点;不能和 wehub agent 或 weshare agent 混淆。

Safe answer pattern

先分层再回答

凡是提到 wehub,先问:host、OpenClaw agent、Discord bot、公司/项目,还是 human role seat?

本轮实测证据

hostname = ghy-wehub-mac.tail7f61a3.ts.net
OpenClaw = node /Users/cms/openclaw/dist/index.js gateway --port 18789
Hermes   = python -m hermes_cli.main gateway run --replace
Proxy    = tailscale_tcp_proxy.py 100.100.234.41:18789 → 127.0.0.1:18789

这张卡解决什么

  • 防止把 host、agent、bot、人类账号混成一个对象。
  • 让后续 machine card 有模板。
  • 把“wehub / weshare 双 runtime 对照”变成可审计事实。

这张卡还不解决什么

  • 不是全机器 inventory。
  • 不是 runtime health monitor。
  • 不是 Discord E2E 回复验收。
  • 不是完整 systemd/service 清单。

Drift test questions

  1. 为什么 wehub host 和 wehub OpenClaw agent 不是一个对象?
  2. 为什么 weshare 跑在 wehub 上,但不等于 wehub
  3. weshare Discord bot 对应哪个 runtime?
  4. 机器事实和 agent 事实分别看哪个源文档?
  5. 部署任务应该找 SSH wehub,还是 @ weshare
  6. 为什么 we / wehub.us 不是 bot?

下一步 gate

这张机器卡完成后,最自然的下一步不是继续画更多图,而是把这 6 个问题做成 deterministic eval,然后跑一次 weshare / wehub 对照,观察是否还会混淆。