Skip to content

Commit 30e4295

Browse files
committed
Chore: Adjust Format
1 parent 7208f3b commit 30e4295

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/.claude/commands/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ coding-executor ─→ 执行实现
110110
│ ├── schd.md
111111
│ └── recheck.md
112112
└── tmpls/
113-
── CODE_TASK.md
113+
── CODE_TASK.md
114114
```

docs/.claude/tmpls/CODE_TASK.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
2. [ ] 创建ComfortInfo数据源的客户端
1717
- file: clients/comfort_client.go
1818
- action: create
19-
- 涉及`go-redis``newClient` Method
20-
``
21-
mcp__abcoder__get_ast_node "repo_name" '[{"mod_path":"node/mod/path","pkg_path":"node/pkg/path","name":"node_name"}]'
22-
``
19+
- 涉及`go-redis``NewClient` Method(`redis.go:1035`
20+
- 使用 `mcp__abcoder__get_ast_node` 获取函数定义和依赖:
21+
``
22+
mcp__abcoder__get_ast_node "github.com/redis/go-redis" '[{"mod_path":"github.com/redis/go-redis/v9","pkg_path":"github.com/redis/go-redis/v9","name":"NewClient"}]'
23+
``
2324

2425
3. [ ] 在FlightService中增加调用comfort_client的逻辑
2526
- file: services/flight_service.go
@@ -71,9 +72,6 @@ curl -X POST 'localhost:4379/mcp' \
7172
[INFO] FlightDetailsResponse: xxx
7273
```
7374

74-
```
75-
76-
```
7775
## 注意事项
7876
IMPORTANT: 保持格式简单,让 Claude Code 专注于执行
7977
- action 可选: create/modify/delete

0 commit comments

Comments
 (0)