新增 claude-dev-stack 全栈一键部署脚本
WSL2 + Claude Code CLI (WSL2 原生) + Unity MCP Server (AnkleBreaker) + Rust Token Killer + v2rayN 代理自动配置 - deploy.ps1:8 步全自动部署,支持幂等重跑 - Invoke-WSL 改用 base64 编码规避 PowerShell→WSL CRLF 问题 - nvm 安装 Node.js,正确排除 Windows interop 路径 - claude mcp add --scope user 全局注册 Unity MCP - .wslconfig networkingMode=mirrored,代理直连 127.0.0.1 - 摘要显示复用已检测变量,避免二次 WSL 调用 - .env.example 提供配置模板,.env 已加入 .gitignore Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2
claude-dev-stack/.gitignore
vendored
Normal file
2
claude-dev-stack/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.env
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user