refactor: 拆分 claude-dev-stack 为 windows-dev-stack 和 wsl-dev-stack
将原 claude-dev-stack 目录拆分为独立的 Windows 和 WSL 部署栈,便于分别维护和使用。 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read",
|
||||
"Write",
|
||||
"Edit",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"Bash(*)",
|
||||
"mcp__godot-mcp-pro__*"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(rm -rf *)",
|
||||
"Bash(rm -r /*)",
|
||||
"Bash(git push --force*)",
|
||||
"Bash(git push -f*)",
|
||||
"Bash(git reset --hard*)",
|
||||
"Bash(git clean -f*)",
|
||||
"Bash(git checkout -- .)",
|
||||
"Bash(git branch -D *)",
|
||||
"Bash(shutdown*)",
|
||||
"Bash(reboot*)",
|
||||
"Bash(format *)",
|
||||
"Bash(del /s *)",
|
||||
"Bash(rmdir /s *)",
|
||||
"mcp__godot-mcp-pro__delete_node",
|
||||
"mcp__godot-mcp-pro__delete_scene",
|
||||
"mcp__godot-mcp-pro__remove_animation",
|
||||
"mcp__godot-mcp-pro__remove_autoload",
|
||||
"mcp__godot-mcp-pro__remove_state_machine_state",
|
||||
"mcp__godot-mcp-pro__remove_state_machine_transition",
|
||||
"mcp__godot-mcp-pro__execute_editor_script",
|
||||
"mcp__godot-mcp-pro__execute_game_script",
|
||||
"mcp__godot-mcp-pro__export_project",
|
||||
"mcp__godot-mcp-pro__tilemap_clear"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user