Explorar el Código

🔧 chore(claude): 更新本地Claude配置以支持git commit命令

- 在允许的命令列表中添加`Bash(git commit:*)`指令
- 确保配置能够正确处理git提交操作
yourname hace 1 semana
padre
commit
aef04fc647
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .claude/settings.local.json

+ 2 - 1
.claude/settings.local.json

@@ -51,7 +51,8 @@
       "Bash(git add:*)",
       "Bash(pnpm lint:*)",
       "Bash(git commit -m \"$(cat <<''EOF''\ndocs(story): 更新技术栈为TypeORM并完善中文故事文档\n\n- 将史诗012技术栈从Prisma/Drizzle更新为TypeORM\n- 故事012.001完全中文化并应用检查清单改进建议\n- 添加详细的数据模型描述、枚举值对比和测试要求\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")",
-      "Bash(cat:*)"
+      "Bash(cat:*)",
+      "Bash(git commit:*)"
     ],
     "deny": [],
     "ask": []