修复克隆路径问题,更新部署文档

- 更新所有文档中的克隆命令
- 添加两种克隆方式:克隆到当前目录或指定文件夹
- 避免默认创建agent子文件夹导致的路径问题
- 添加部署注意事项说明
- 确保项目结构与克隆后一致
This commit is contained in:
KQL
2025-08-24 14:27:00 +08:00
parent 6af4efbabc
commit 984421aa68
3 changed files with 48 additions and 16 deletions

View File

@@ -12,9 +12,13 @@
"Bash(git push:*)",
"Bash(chmod:*)",
"Bash(lsof:*)",
"Bash(kill:*)"
"Bash(kill:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": []
"ask": [],
"additionalDirectories": [
"/Users/apple/Documents/cursor/1111111/agent"
]
}
}