Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:01 +08:00
commit ac6bc54890
11 changed files with 1083 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "reachy-mini",
"description": "Automatic movement responses for Reachy Mini during conversations",
"version": "1.0.0",
"author": {
"name": "LAURA-agent"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}