Skip to content

Commit 3492dd7

Browse files
committed
update framework
1 parent f221f87 commit 3492dd7

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

.claude/commands/add-rule.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
name: add cluade code rule
2+
name: add claude code rule
33
description: 添加到本地CLAUDE.md规则
4+
model: qwen3.5-plus
45
---
56

6-
# add cluade code rule
7+
# add claude code rule
78

89
将该内容 $0 添加到本项目的CLAUDE.md规则中

.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(chmod +x:*)",
5+
"Bash(git config:*)",
6+
"Bash(rm:*)",
7+
"Bash(git submodule:*)",
8+
"Bash(./pull-flow-frontend.sh:*)",
9+
"Bash(git:*)",
10+
"mcp__chrome-devtools__navigate_page",
11+
"mcp__chrome-devtools__take_screenshot",
12+
"Bash(./mvnw test:*)",
13+
"Bash(./mvnw test-compile:*)",
14+
"Bash(file:*)",
15+
"Bash(python3:*)",
16+
"Bash(find:*)"
17+
]
18+
}
19+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<commons-io.version>2.17.0</commons-io.version>
3333
<commons-lang3.version>3.20.0</commons-lang3.version>
3434
<commons-crypto.version>1.2.0</commons-crypto.version>
35-
<codingapi.framework.version>3.4.32</codingapi.framework.version>
35+
<codingapi.framework.version>3.4.39</codingapi.framework.version>
3636
</properties>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)