Blame view

.claude/settings.local.json 1.14 KB
88e030b7   王彪总   init project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  {
    "permissions": {
      "allow": [
        "Bash(mvn --version)",
        "Bash(mvn clean *)",
        "Bash(mvn dependency:tree -pl java110-bean -Dincludes=org.openjfx)",
        "Bash(mvn spring-boot:run -pl springboot -Dspring-boot.run.profiles=dev)",
        "Bash(echo \"PID: $!\")",
        "Read(//Users/wangbiao/IdeaProjects/wuye/bossapp-android/app/**)",
        "Bash(mvn compile *)",
        "Bash(git ls-tree *)",
        "Bash(jar tf *)",
        "Bash(unzip -p springboot/target/MicroCommunityBoot.jar BOOT-INF/lib/service-user-1.0-SNAPSHOT.jar)",
        "Bash(unzip -p /tmp/service-user.jar mapper/property/LocationTrackMapper.xml)",
        "Bash(unzip -p springboot/target/MicroCommunityBoot.jar BOOT-INF/classes/java110.properties)",
        "Bash(unzip -p /tmp/su.jar java110.properties)",
        "Bash(python3 -c ' *)",
        "Bash(python3 *)",
        "Skill(update-config)",
        "Read(//Users/wangbiao/.claude/**)",
        "Bash(npx --version)",
        "Bash(psql --version)",
        "Bash(npm search *)",
        "mcp__context7__resolve-library-id",
        "mcp__context7__query-docs",
        "Read(//Users/wangbiao/.config/**)",
        "mcp__mysql__mysql_query"
      ]
    }
  }