diff --git a/.claude/memory/MEMORY.md b/.claude/memory/MEMORY.md index a041966..f4b7b63 100644 --- a/.claude/memory/MEMORY.md +++ b/.claude/memory/MEMORY.md @@ -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 | diff --git a/.claude/memory/decisions.md b/.claude/memory/decisions.md index 7de3e86..79399ba 100644 --- a/.claude/memory/decisions.md +++ b/.claude/memory/decisions.md @@ -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 --- # 关键架构决策 diff --git a/.claude/memory/project_overview.md b/.claude/memory/project_overview.md index 6cf1b45..84ee57a 100644 --- a/.claude/memory/project_overview.md +++ b/.claude/memory/project_overview.md @@ -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 diff --git a/CLAUDE.md b/CLAUDE.md index 9b516ac..d857081 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ - + # CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. diff --git a/packs/all.yaml b/packs/all.yaml new file mode 100644 index 0000000..aa2d96d --- /dev/null +++ b/packs/all.yaml @@ -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 diff --git a/packs/huanxi-admin.yaml b/packs/huanxi-admin.yaml new file mode 100644 index 0000000..d49aabb --- /dev/null +++ b/packs/huanxi-admin.yaml @@ -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 diff --git a/packs/huanxi.yaml b/packs/huanxi.yaml new file mode 100644 index 0000000..e93af76 --- /dev/null +++ b/packs/huanxi.yaml @@ -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 diff --git a/packs/memcore-hermes.yaml b/packs/memcore-hermes.yaml new file mode 100644 index 0000000..8659819 --- /dev/null +++ b/packs/memcore-hermes.yaml @@ -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 diff --git a/packs/obsidian.yaml b/packs/obsidian.yaml new file mode 100644 index 0000000..3e4c202 --- /dev/null +++ b/packs/obsidian.yaml @@ -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 diff --git a/packs/zentao.yaml b/packs/zentao.yaml new file mode 100644 index 0000000..00d0006 --- /dev/null +++ b/packs/zentao.yaml @@ -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