feat: 更新 Code Index MCP 提供者支持,修改 CLAUDE.md 和相关样式

This commit is contained in:
catlog22
2025-12-25 20:12:45 +08:00
parent 203100431b
commit 6894c7e80b
7 changed files with 91 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
- **CLI Tools Usage**: @~/.claude/workflows/cli-tools-usage.md
- **Coding Philosophy**: @~/.claude/workflows/coding-philosophy.md
- **Context Requirements**: @~/.claude/workflows/context-tools.md
- **Context Requirements**: @~/.claude/workflows/context-tools-ace.md
- **File Modification**: @~/.claude/workflows/file-modification.md
- **CLI Endpoints Config**: @.claude/cli-tools.json

View File

@@ -1,5 +1,4 @@
{
"$schema": "./cli-tools.schema.json",
"version": "1.0.0",
"tools": {
"gemini": {
@@ -41,6 +40,8 @@
"injectionMode": "auto",
"defaultPrefix": "",
"defaultSuffix": ""
}
}
}
},
"codeIndexMcp": "ace"
},
"$schema": "./cli-tools.schema.json"
}