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
This commit is contained in:
SkyJourney
2026-08-25 15:39:31 +08:00
co-authored by Claude Sonnet 5
parent 42f8e9f483
commit 56ae43f6d3
14 changed files with 903 additions and 24 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "huanxi",
"version": "1.0.0",
"description": "寰汐企业管理系统 · 个人端。以你本人的身份操作,权限与网页端一致。含日报、负责人日报、任务、议题、会议、组织检索六个工作流技能。MCP 连接需要在 Hermes 的 ~/.hermes/config.yaml 里手动配置 Token(见仓库 README「Hermes Agent」一节),Agent Plugins v1 协议不支持随插件包内嵌密钥。",
"author": {
"name": "姜顺志"
},
"license": "MIT",
"keywords": ["huanxi", "productivity", "project-management"]
}