diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 8a31fae..3e85ed7 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -2,6 +2,10 @@ language: "en-US" reviews: profile: "chill" + instructions: | + Do not suggest any breaking changes, API/interface/behavior alterations, or refactoring of any kind. + Limit all feedback exclusively to correctness, safety, and quality issues within the existing design. + Do not suggest changes that alter existing APIs, interfaces, or behaviors. review_details: true enable_prompt_for_ai_agents: true request_changes_workflow: true diff --git a/README.en.md b/README.en.md index 369f425..d9480e5 100644 --- a/README.en.md +++ b/README.en.md @@ -28,7 +28,7 @@ Codex Mate is a local-first CLI + Web UI for unified management of: It works on local files directly and does not require cloud hosting. The skills market is also local-first: it operates on local directories and does not depend on a remote marketplace. -## Why Codex Mate? +## Comparison | Dimension | Codex Mate | Manual File Editing | | --- | --- | --- | @@ -248,7 +248,7 @@ codexmate mcp serve --allow-write ## Contributing -Issues and pull requests are welcome. +Issues and pull requests are accepted. - English changelog: `doc/CHANGELOG.md` - Chinese changelog: `doc/CHANGELOG.zh-CN.md` diff --git a/README.md b/README.md index 4e7af9b..8d92837 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Codex Mate 提供一套本地优先的 CLI + Web UI,用于统一管理: 项目不依赖云端托管,配置写入你的本地文件,便于审计和回滚。Skills 市场同样坚持本地优先,只操作本地目录,不依赖远程在线市场。 -## 为什么选择 Codex Mate? +## 功能对比 | 维度 | Codex Mate | 手动维护配置 | | --- | --- | --- | @@ -249,7 +249,7 @@ codexmate mcp serve --allow-write ## 参与贡献 -欢迎提交 Issue 和 Pull Request。 +Issue 与 Pull Request 可按需提交。 - 英文更新日志:`doc/CHANGELOG.md` - 中文更新日志:`doc/CHANGELOG.zh-CN.md` diff --git a/tests/unit/config-tabs-ui.test.mjs b/tests/unit/config-tabs-ui.test.mjs index 2904d68..aba2360 100644 --- a/tests/unit/config-tabs-ui.test.mjs +++ b/tests/unit/config-tabs-ui.test.mjs @@ -67,8 +67,6 @@ test('config template keeps expected config tabs in top and side navigation', () assert.doesNotMatch(html, /class="market-target-switch market-target-switch-compact" role="tablist" aria-label="选择 Skills 管理目标"/); assert.match(html, /skillsDefaultRootPath/); assert.match(html, /可直接导入/); - assert.match(html, /不再展示任何 MCP 在线目录或外部市场/); - assert.match(html, /本地 skills 视图和导入分发流程/); assert.doesNotMatch(html, /在线生态目录/); assert.doesNotMatch(html, /查看在线目录/); assert.doesNotMatch(html, /skillsMarketRemoteCount/); diff --git a/web-ui/index.html b/web-ui/index.html index 7bb7dd6..0c7cfe7 100644 --- a/web-ui/index.html +++ b/web-ui/index.html @@ -1435,7 +1435,6 @@

市场说明
-
这里不再展示任何 MCP 在线目录或外部市场,只保留当前项目自己的本地 skills 视图和导入分发流程。