- 更新所有文档中的克隆命令 - 添加两种克隆方式:克隆到当前目录或指定文件夹 - 避免默认创建agent子文件夹导致的路径问题 - 添加部署注意事项说明 - 确保项目结构与克隆后一致
24 lines
576 B
JSON
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"
|
|
]
|
|
}
|
|
} |