Files
agent/.claude/settings.local.json
KQL 984421aa68 修复克隆路径问题,更新部署文档
- 更新所有文档中的克隆命令
- 添加两种克隆方式:克隆到当前目录或指定文件夹
- 避免默认创建agent子文件夹导致的路径问题
- 添加部署注意事项说明
- 确保项目结构与克隆后一致
2025-08-24 14:27:00 +08:00

24 lines
576 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"mcp__serena__create_text_file",
"mcp__serena__read_file",
"Bash(open /Users/apple/Documents/cursor/数字员工/linear-workflow.html)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(chmod:*)",
"Bash(lsof:*)",
"Bash(kill:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": [],
"additionalDirectories": [
"/Users/apple/Documents/cursor/1111111/agent"
]
}
}