mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
fix: 更新配置文件,支持多个上下文文件以适应不同工具
This commit is contained in:
@@ -32,7 +32,7 @@ Creates tool-specific configuration directories:
|
|||||||
- `.gemini/settings.json`:
|
- `.gemini/settings.json`:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"contextfilename": "CLAUDE.md"
|
"contextfilename": ["CLAUDE.md","GEMINI.md"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ Creates tool-specific configuration directories:
|
|||||||
- `.qwen/settings.json`:
|
- `.qwen/settings.json`:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"contextfilename": "CLAUDE.md"
|
"contextfilename": ["CLAUDE.md","QWEN.md"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user