feat(hermes): 新增 packs/ 逐插件 pack manifest,同步记忆体系收尾
packs/*.yaml 的 ref 均锁定到上一个 commit(56ae43f),指向本次新增的 huanxi/huanxi-admin/memcore-hermes/obsidian/zentao 五个插件目录; 另加 all.yaml 支持一次性全装。同步刷新记忆文件的 commit 锚点。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015D4xWG3gRWkUKJDgyvtyJw
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
56ae43f6d3
commit
df375117ae
@@ -1,9 +1,9 @@
|
||||
# Memory Index
|
||||
> _Last synced: 2026-08-25 | Base commit: `9d9e31c`_
|
||||
> _Last synced: 2026-08-25 | Base commit: `56ae43f`_
|
||||
|
||||
| 文件 | 描述 | 类型 | 引用 | Commit |
|
||||
|------|------|------|------|--------|
|
||||
| decisions.md | 关键架构决策:无版本号/userConfig/Bearer Token/SKILL.md规范/路径锁定/memcore三项优化/memcore-shared共享层/lint_report保活/Base commit兜底/obsidian社区对标审查/memory-lint速度分档过期检测/Codex插件骨架与memcore-codex独立目录/Codex侧bearer_token_env_var/不做Antigravity兼容/zentao-mcp网桥双认证格式兼容/Hermes插件骨架与packs选装 | project | 3* | 待commit |
|
||||
| project_overview.md | 项目定位、目录结构、插件规范、发布流程(huanxi/huanxi-admin/memcore/obsidian/zentao,均含 Codex + Hermes 支持情况) | project | 2 | 待commit |
|
||||
| decisions.md | 关键架构决策:无版本号/userConfig/Bearer Token/SKILL.md规范/路径锁定/memcore三项优化/memcore-shared共享层/lint_report保活/Base commit兜底/obsidian社区对标审查/memory-lint速度分档过期检测/Codex插件骨架与memcore-codex独立目录/Codex侧bearer_token_env_var/不做Antigravity兼容/zentao-mcp网桥双认证格式兼容/Hermes插件骨架与packs选装 | project | 3* | 56ae43f |
|
||||
| project_overview.md | 项目定位、目录结构、插件规范、发布流程(huanxi/huanxi-admin/memcore/obsidian/zentao,均含 Codex + Hermes 支持情况) | project | 2 | 56ae43f |
|
||||
| feedback_plugin_dev.md | 插件开发协作规范:同步四处/路径解析/工具签名对照/MCP docstring单一真相/签名变更全量扫描 | feedback | 2 | 38beecb |
|
||||
| lint_report.md | memory-lint 最新执行结果 | lint | 0 | a64c646 |
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: 架构决策
|
||||
description: Marketplace 设计中的关键技术决策及其原因:无版本号/userConfig/Bearer Token/SKILL.md规范/路径锁定/memcore三项优化/memcore-shared共享层/lint_report保活/Base commit兜底/obsidian社区对标审查/memory-lint速度分档过期检测/Codex插件骨架与memcore-codex独立目录/Codex侧bearer_token_env_var/不做Antigravity兼容/zentao-mcp网桥双认证格式兼容
|
||||
description: Marketplace 设计中的关键技术决策及其原因:无版本号/userConfig/Bearer Token/SKILL.md规范/路径锁定/memcore三项优化/memcore-shared共享层/lint_report保活/Base commit兜底/obsidian社区对标审查/memory-lint速度分档过期检测/Codex插件骨架与memcore-codex独立目录/Codex侧bearer_token_env_var/不做Antigravity兼容/zentao-mcp网桥双认证格式兼容/Hermes插件骨架与packs选装
|
||||
type: project
|
||||
last_updated: 2026-08-25
|
||||
commit: 9d9e31c
|
||||
commit: 56ae43f
|
||||
---
|
||||
|
||||
# 关键架构决策
|
||||
|
||||
@@ -3,7 +3,7 @@ name: 项目概述
|
||||
description: yixiong-claude-marketplace 的定位、目录结构、插件规范和发布流程,同时支持 Claude Code 与 Codex/ChatGPT 桌面应用两条市场线(huanxi/huanxi-admin/memcore/obsidian/zentao 五个已发布插件)
|
||||
type: project
|
||||
last_updated: 2026-08-25
|
||||
commit: 9d9e31c
|
||||
commit: 56ae43f
|
||||
---
|
||||
|
||||
# 蚁熊内部 Claude Code Marketplace
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!-- Last updated: 2026-08-25 | Commit: 9d9e31c -->
|
||||
<!-- Last updated: 2026-08-25 | Commit: 56ae43f -->
|
||||
# CLAUDE.md
|
||||
|
||||
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
name: yixiong-claude-marketplace-all
|
||||
description: 一次性安装蚁熊技能市场全部五个插件(huanxi / huanxi-admin / memcore-hermes / obsidian / zentao)。想选装单个插件请用同目录下对应的单插件 pack 文件。
|
||||
version: 1.0.0
|
||||
plugins:
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/huanxi
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/huanxi-admin
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/memcore-hermes
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/obsidian
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/zentao
|
||||
@@ -0,0 +1,7 @@
|
||||
name: huanxi-admin
|
||||
description: 寰汐企业管理系统 · 管理端(4 技能),需管理员发放 hxa_ Token。装完后需在 ~/.hermes/config.yaml 里手动配置 MCP Token,见仓库 README「Hermes Agent」一节。
|
||||
version: 1.0.0
|
||||
plugins:
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/huanxi-admin
|
||||
@@ -0,0 +1,7 @@
|
||||
name: huanxi
|
||||
description: 寰汐企业管理系统 · 个人端(7 技能)。装完后需在 ~/.hermes/config.yaml 里手动配置 MCP Token,见仓库 README「Hermes Agent」一节。
|
||||
version: 1.0.0
|
||||
plugins:
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/huanxi
|
||||
@@ -0,0 +1,7 @@
|
||||
name: memcore-hermes
|
||||
description: 项目本地记忆体系核心引擎(memcore-shared/memory-sync/memory-lint/memory-update)。无需任何配置,安装即用。
|
||||
version: 1.0.0
|
||||
plugins:
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/memcore-hermes
|
||||
@@ -0,0 +1,7 @@
|
||||
name: obsidian
|
||||
description: Obsidian 知识库 AI 协作插件族(10 技能)。无 MCP,无需任何配置,安装即用。
|
||||
version: 1.0.0
|
||||
plugins:
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/obsidian
|
||||
@@ -0,0 +1,7 @@
|
||||
name: zentao
|
||||
description: 禅道项目管理系统(8 技能)。装完后需在 ~/.hermes/config.yaml 里手动配置 MCP Token,见仓库 README「Hermes Agent」一节。
|
||||
version: 1.0.0
|
||||
plugins:
|
||||
- repo: https://gitea.rk-health.com/yixiong/yixiong-claude-marketplace.git
|
||||
ref: 56ae43f6d32baf8ee9c0b31fc09108daf12853fe
|
||||
subdir: plugins/zentao
|
||||
Reference in New Issue
Block a user