2 Commits
Author SHA1 Message Date
SkyJourneyandClaude Sonnet 5 aaf43e1990 fix(hermes): 精简 plugin.json description,规避安全扫描误判
huanxi/huanxi-admin/zentao 的 description 里字面写了 ~/.hermes/config.yaml
路径,被 Hermes 的 community-source 安全扫描误判为 persistence 类危险模式
(community source 任意 1 个 finding 即 BLOCKED,--force 也无法覆盖)。
plugin.json 的 description 本就该是一句话简介,操作指令保留在 README 即可,
不应该在 description 里重复写配置路径。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015D4xWG3gRWkUKJDgyvtyJw
2026-08-25 16:29:17 +08:00
SkyJourneyandClaude Sonnet 5 56ae43f6d3 feat(hermes): 新增 Hermes Agent 插件市场支持,含独立 memcore-hermes
- huanxi/huanxi-admin/obsidian/zentao 新增裸 plugin.json(Agent Plugins v1.0.0 标准),复用同一份 skills/
- 凭证类插件不打包 mcp.json(规范禁止内嵌密钥),改为 README 里的 ~/.hermes/config.yaml 手动配置指引
- memcore-hermes:记忆目录复用优先级 .claude/memory → .codex/memory → 新建 .agents/memory,显式规避与 Hermes 原生全局 MEMORY.md/USER.md 重复记录
- 后续将追加 packs/*.yaml(hermes plugins pack install 用),需要本次 commit 的 SHA

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015D4xWG3gRWkUKJDgyvtyJw
2026-08-25 15:39:31 +08:00