- 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
12 lines
646 B
JSON
12 lines
646 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "memcore-hermes",
|
|
"version": "1.0.0",
|
|
"description": "Hermes Agent 记忆体系核心引擎。提供 memcore-shared(内部共享约定)+ memory-sync(全量同步编排)+ memory-update(增量写入)+ memory-lint(健康校验)。项目记忆目录复用 .claude/memory 或 .codex/memory,都不存在时新建 .agents/memory;不读写 Hermes 原生全局 MEMORY.md/USER.md,也不使用任何远程记忆。",
|
|
"author": {
|
|
"name": "蚁熊团队"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": ["memory", "productivity", "project-memory"]
|
|
}
|