cefe8dcb51
feat: 新增 CONVENTIONS.md,sync.sh 同步到 ~/.hermes/
...
- CONVENTIONS.md: 家族 agent 共识(目录约定、工具链、Git 规范)
- sync.sh: 同步 skills 时同步 CONVENTIONS.md
- sync.sh: 去掉 openclaw-imports 子目录,直接同步到 ~/.hermes/skills/
- hermes-har personality switch 时自动 append 到 SOUL.md
[小糯]
2026-04-23 18:30:10 +08:00
8610cf6329
feat(onboard): SOUL.md 家族共识写入 09-hermes-config
...
- ~/Code/ 统一代码目录、nvm/cfg 加载、Git 署名等共识
- 写入 SOUL.md 焊进 system prompt,每次对话自动生效
[小糯]
2026-04-23 18:07:43 +08:00
688411fac8
feat(onboard): 新增 10-cursor-agent,skills-sync 改为 11,去掉 openclaw-imports
...
- 新增 10-cursor-agent.md: 安装 cursor-agent、配置 API Key、YOLO 模式
- 10-skills-sync → 11-skills-sync
- skills 同步不再依赖 openclaw-imports 目录
- self-check.sh 同步更新
[小糯]
2026-04-23 17:57:48 +08:00
dcf7e7f840
fix(onboard): self-check 加入 hermes-har 和 auxiliary models 检查
...
[小糯]
2026-04-23 17:54:20 +08:00
e3d875a3e6
refactor(onboard): 重写 09-hermes-config,聚焦 hermes-har 和 auxiliary models
...
- 安装 hermes-har(@shazhou/hermes-harness)
- auxiliary models 配置指南(vision/compression/session_search 等)
- 性格配置说明(需跟主人确认后设置)
- 更新 SKILL.md 说明
[小糯]
2026-04-23 17:50:43 +08:00
15f42b9b51
refactor(onboard): 精简 tailscale 和家族成员文档
...
- 07-tailscale: 移除家族设备一览表(IP 容易过期,用 tailscale status 实时查)
- 08-family-members: 精简为指引,通讯录将由专门工具管理
[小糯]
2026-04-23 17:47:07 +08:00
b00731efe2
feat(onboard): 新增 01-nvm-node,编号顺延,更新交叉引用和自检脚本
...
- 新增 01-nvm-node.md: nvm 安装、Node.js LTS 管理、全局包安装
- 原 01-09 顺延为 02-10
- 更新 SKILL.md checklist 表格
- 更新各子文档标题编号和前置引用
- self-check.sh: 加入 nvm/node 检查项,补充邮箱检查
[小糯]
2026-04-23 17:19:31 +08:00
1049f98f09
fix 00-self-unbind title: 09 → 00 -- 小糯
2026-04-22 23:53:46 +08:00
89b0feb63a
rewrite 05-gitea-tea: create user with admin token, generate personal token, store in cfg -- 小糯
2026-04-22 23:37:55 +08:00
614a5105b7
update 05-gitea-tea: fix prereq reference, clarify GITEA_TOKEN comes from cfg sync -- 小糯
2026-04-22 23:33:35 +08:00
eb10cc559a
fix 02-cfg-cli content (was corrupted), add prereq to 04-git-identity -- 小糯
2026-04-22 23:30:02 +08:00
c39ceebfe4
03-email-account: note self-to-self may land in Junk (SpamAssassin) -- 小糯
2026-04-22 23:12:58 +08:00
4d14155885
03-email-account: add himalaya setup and send/receive verification -- 小糯
2026-04-22 23:10:40 +08:00
65b7923947
fix 03-email-account: use cfg MY_EMAIL instead of whoami, add personal scope step -- 小糯
2026-04-22 23:04:18 +08:00
30336dcaa2
reorder onboard checklist: cfg before email before git identity, add 03-email-account step -- 小糯
2026-04-22 22:59:51 +08:00
5a8db44504
add redact.py lazy-eval bug fix to onboard checklist -- 小糯
2026-04-22 22:33:32 +08:00
e6c623ccb6
remove coding-workflow skill (to be redesigned) -- 小糯
2026-04-22 22:25:31 +08:00
a4c1bea0bb
refactor(onboard): reorder cfg before gitea, move SSH pubkey registration to gitea step
...
- 01 SSH: generation only, removed gitea registration
- 03 ↔ 04 swapped: cfg (03) before gitea (04)
- 04 Gitea: added SSH pubkey registration (API + Web UI)
- self-check.sh: synced 03/04 order
2026-04-22 20:55:10 +08:00
2db6918b29
fix: decouple 01-ssh-keypair from 03-gitea-tea dependency
...
Split SSH key setup: generate first, register to Gitea later after tea/cfg are ready
2026-04-22 20:40:22 +08:00
78c578c6a2
feat: add shazhou-family-onboard skill
...
Checklist for new/existing Hermes agents:
- 00: Self-unbind (approvals/redact/tirith/allowlist/guard)
- 01-08: SSH, Git, Gitea, cfg, Tailscale, family members, Hermes config, skills sync
- Includes self-check.sh for quick validation
2026-04-22 20:32:58 +08:00
9ecd624104
refactor: rename code-review.mdc → gitea-review.mdc, add gitea-resolve-issue.mdc
...
Organize cursor rules by platform-action pattern.
- gitea-review.mdc — PR code review workflow
- gitea-resolve-issue.mdc — pick up and resolve Gitea issues
2026-04-22 19:56:23 +08:00
85e58ae239
refactor: split skills into hermes/ and cursor/ categories
...
- Move all Hermes skills from skills/ to hermes/
- Add cursor/ for Cursor rules (.mdc)
- Add code-review.mdc (Gitea PR review with tea CLI)
- Update sync.sh to use new hermes/ path
- Update README with new structure
2026-04-22 19:41:29 +08:00
c52451a2ee
feat: 初始化共享 skills 仓库
...
Skills:
- coding-workflow: 标准编码工作流
- cursor-agent-cn: Cursor Agent 中国区配置
- wiki-writing: Gitea wiki 编写规范(新)
- remote-assist: 远程 SSH 协助
- rfc-iteration: RFC 驱动迭代工作流
- summarize: 摘要工具
- memex-zettelkasten: 共享知识库
- weather: 天气查询
- agent-memes: 表情包
还有 sync.sh 同步脚本和 README。
2026-04-22 18:53:38 +08:00
0906c58525
Initial commit
2026-04-22 10:51:37 +00:00