Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:48 +08:00
commit bb91270797
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "rpi-workflow",
"description": "A plugin that contains commands for the research -> plan -> implement workflow",
"version": "1.0.0",
"author": {
"name": "Víctor Barberà Quiñoa",
"email": "me@victorbarbera.dev"
},
"commands": [
"./commands"
]
}