feat(codex): 增量接入 Codex 插件市场(Claude 侧零修改)
新增 .agents/plugins/marketplace.json(Codex 市场索引)及三个插件的
.codex-plugin/plugin.json;huanxi 额外增加 .mcp.codex.json(Bearer
${HUANXI_TOKEN} 直连)。SKILL.md 与 Claude 侧共享,无内容重复。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
bd960dbddd
commit
10f9e84d5c
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "memcore",
|
||||
"version": "1.0.0",
|
||||
"description": "Codex 记忆体系核心引擎。提供三层技能:memory-sync(全量同步编排)、memory-update(增量写入)、memory-lint(健康校验)。让项目记忆跨会话、跨机器保持一致。",
|
||||
"author": {
|
||||
"name": "姜顺志"
|
||||
},
|
||||
"skills": "./skills"
|
||||
}
|
||||
Reference in New Issue
Block a user