[software] 添加16DOF早期训练仿真与Sim2Real闭环
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(make:*)",
|
||||
"Bash(uv run:*)",
|
||||
"Bash(uv lock:*)",
|
||||
"Bash(uv sync:*)",
|
||||
"Bash(uv add:*)",
|
||||
"Bash(git:*)",
|
||||
"Bash(gh:*)",
|
||||
"WebSearch",
|
||||
"Skill(commit-push-pr)",
|
||||
"Skill(pr-review-toolkit:review-pr)"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write|Edit",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "uv run ruff format"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"code-simplifier@claude-plugins-official": true,
|
||||
"pr-review-toolkit@claude-plugins-official": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user