67a6cbb8d5
合并 origin/master 到 AI 游戏创作客户端功能分支。 解决画布文档、决策记录和本地工具配置冲突。 适配背景色决策与编辑器 Agent 测试到现行 LLM API。
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm test:*)",
|
|
"Bash(netstat -ano)",
|
|
"Bash(npm run:*)",
|
|
"Bash(findstr :8081)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(findstr LISTENING)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(lsof -ti:8081)",
|
|
"Bash(curl -s http://localhost:8081/health)",
|
|
"Bash(npm -v)",
|
|
"Bash(cargo --version)",
|
|
"Bash(rustc --version)",
|
|
"Skill(code-review)",
|
|
"Skill(code-review:*)"
|
|
]
|
|
}
|
|
}
|