Skip to content

Commit a82cace

Browse files
Merge pull request #11 from OnlyTerp/devin/1778800581-hermes-sota-refresh
* docs: refresh Hermes guide for v0.13 * docs: address v0.13 review notes --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2 parents 0a07614 + 1dbe29a commit a82cace

41 files changed

Lines changed: 578 additions & 213 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
Dated list of meaningful guide updates. Roughly [Keep a Changelog](https://keepachangelog.com) flavored.
44

5+
## 2026-05-14 — Hermes v0.13.0 Tenacity Refresh
6+
7+
### Added
8+
- **Part 23 — Tenacity Stack** covering durable Kanban boards, worker lanes, `/goal`, Checkpoints v2, no-agent cron, provider plugins, and the v0.13 upgrade checklist
9+
- Google Chat coverage in Part 15 as the 20th messaging platform
10+
- Kanban worker-lane guidance in Part 18 for Codex/Claude/Gemini/OpenCode orchestration
11+
- v0.13 security-default guidance in Part 19: redaction on by default, guild-scoped Discord role allowlists, WhatsApp stranger rejection, and OAuth/auth.json TOCTOU fixes
12+
13+
### Changed
14+
- README badges, "What's New", table of contents, architecture copy, and model tables now target Hermes v0.13.0 (v2026.5.7)
15+
- Part 9 model/provider guidance updated for May 2026 SOTA: Claude Sonnet 5 / Opus 4.7, GPT-5.5, Gemini 3.1, Kimi K2.6, DeepSeek V4, Qwen3.6, provider plugins, and media routing
16+
- Part 12 updated for dashboard Kanban/profile coverage
17+
- Part 14 updated for `/goal`
18+
- Part 16 updated for v0.13 debug/redaction language
19+
- Part 20 updated for Kanban-aware observability
20+
- Config templates, cron templates, benchmarks, localized READMEs, roadmap, outreach copy, and wizard defaults refreshed for the 24-part guide
21+
22+
### Removed
23+
- v0.12-as-current framing from top-level guidance
24+
- Stale April 2026 model recommendations where May 2026 replacements are now the better default
25+
526
## 2026-04-30 — Hermes v0.11/v0.12 Refresh
627

728
### Added

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This guide is built in public. PRs welcome.
3737
├── ECOSYSTEM.md
3838
├── ROADMAP.md
3939
├── LICENSE
40-
├── part1-setup.md … part22-latest-power-moves.md
40+
├── part1-setup.md … part23-tenacity-stack.md
4141
├── diagrams/architecture.md
4242
├── skills/
4343
│ ├── README.md

ECOSYSTEM.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The canonical "where do I find X for Hermes" directory. Maintained alongside the
1616
- [`@modelcontextprotocol/server-google-drive`](https://www.npmjs.com/package/@modelcontextprotocol/server-gdrive) — Drive read
1717

1818
### First-party vendor MCPs
19+
- [`AWS Labs MCP servers`](https://github.com/awslabs/mcp) — AWS docs, CDK, cost, diagrams, and service-specific helpers
1920
- [`@cloudflare/mcp-server-cloudflare`](https://github.com/cloudflare/mcp-server-cloudflare) — Workers, KV, D1, R2
2021
- [`@supabase/mcp-server-supabase`](https://github.com/supabase-community/supabase-mcp/tree/main/packages/mcp-server-supabase) — Postgres + storage + auth
2122
- [`@stripe/mcp-server-stripe`](https://github.com/stripe/ai/tree/main/tools/modelcontextprotocol) — payments read + restricted writes
@@ -39,13 +40,13 @@ See [Part 17](./part17-mcp-servers.md) for install patterns and trust model guid
3940

4041
## Coding-agent integrations
4142

42-
- [Claude Code](https://docs.claude.com/en/docs/claude-code)`claude -p` + ACP
43-
- [OpenAI Codex CLI](https://github.com/openai/codex)`codex -p`
44-
- [Gemini CLI](https://github.com/google-gemini/gemini-cli)`gemini -p` (free tier via OAuth)
45-
- [OpenCode](https://github.com/sst/opencode) — multi-model orchestrator
43+
- [Claude Code](https://docs.claude.com/en/docs/claude-code)`claude -p` + ACP; best unattended PR lane with Sonnet 5 / Opus 4.7
44+
- [OpenAI Codex CLI](https://github.com/openai/codex)`codex -p`; strong sandboxed bug-fix lane with GPT-5.5/Codex models
45+
- [Gemini CLI](https://github.com/google-gemini/gemini-cli)`gemini -p` (free tier via OAuth); best repo-scale read/research lane
46+
- [OpenCode](https://github.com/sst/opencode) — multi-model orchestrator; useful with Kimi K2.6 / GLM budget lanes
4647
- [Aider](https://aider.chat) — pair-programming REPL
4748

48-
See [Part 18](./part18-coding-agents.md).
49+
See [Part 18](./part18-coding-agents.md) and [Part 23](./part23-tenacity-stack.md#2-add-worker-lanes-instead-of-giant-prompt-swarms).
4950

5051
---
5152

README-ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [英語版はこちら](./README.md) · このページは入口の要約。本文の章は英語のまま。
44
5-
[NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)(v0.12.0 まで反映)向けの実戦ガイド + インストール可能な成果物(Skills・設定テンプレ・インフラスクリプト)。
5+
[NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)(v0.13.0 まで反映)向けの実戦ガイド + インストール可能な成果物(Skills・設定テンプレ・インフラスクリプト)。
66

77
## ワンコマンドで起動
88

@@ -15,7 +15,7 @@ curl -sSL https://raw.githubusercontent.com/OnlyTerp/hermes-optimization-guide/m
1515

1616
## 主なコンテンツ
1717

18-
- **23 章の本文**(README 内の章 + `part6``part22`) — Curator、TUI、プラグイン、LightRAG、Telegram、MCP、セキュリティ、可観測性、リモートサンドボックス
18+
- **24 章の本文**(README 内の章 + `part6``part23`) — Kanban、`/goal`、Checkpoints v2、Curator、TUI、プラグイン、LightRAG、Telegram、MCP、セキュリティ、可観測性、リモートサンドボックス
1919
- **13 個のインストール可能 Skill**`skills/`) — 監査、バックアップ、依存スキャン、コストレポート、Telegram トリアージ、PR レビュー、受信トレイ整理、Hermes 週報、スパムフィルタ、会議準備 など
2020
- **5 つのプロダクション設定テンプレ**`templates/config/`) — minimum / telegram-bot / production / cost-optimized / security-hardened
2121
- **インフラ一式**`templates/compose/`, `templates/caddy/`, `templates/systemd/`, `scripts/`) — Langfuse セルフホスト、Caddy リバースプロキシ、systemd 強化、VPS ブートストラップ

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [English 完整版](./README.md) · 本页是入口摘要,章节正文仍为英文。
44
5-
实用指南 + 可安装制品(Skills、配置模板、基础设施脚本),针对 [NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)(当前覆盖到 v0.12.0)。
5+
实用指南 + 可安装制品(Skills、配置模板、基础设施脚本),针对 [NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)(当前覆盖到 v0.13.0)。
66

77
## 一键起步
88

@@ -15,7 +15,7 @@ curl -sSL https://raw.githubusercontent.com/OnlyTerp/hermes-optimization-guide/m
1515

1616
## 内容一览
1717

18-
- **23 章正文**(README 内章节 + `part6``part22`) — Curator、TUI、插件、LightRAG、Telegram、MCP、安全、可观测性、远程沙箱
18+
- **24 章正文**(README 内章节 + `part6``part23`) — Kanban、`/goal`、Checkpoints v2、Curator、TUI、插件、LightRAG、Telegram、MCP、安全、可观测性、远程沙箱
1919
- **13 个可安装 Skill**`skills/`) — 审计、备份、依赖扫描、成本报告、Telegram 分类、PR 审查、收件箱分类、Hermes 周报、垃圾过滤、会议准备 等
2020
- **5 套生产配置模板**`templates/config/`) — minimum / telegram-bot / production / cost-optimized / security-hardened
2121
- **基础设施**`templates/compose/`, `templates/caddy/`, `templates/systemd/`, `scripts/`) — Langfuse 自托管、Caddy 反代、systemd 硬化、VPS 引导脚本

0 commit comments

Comments
 (0)