Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:35 +08:00
commit 0fe2638c61
150 changed files with 37511 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "doarakko-config",
"description": "Productivity commands for branch management, commit splitting, PR workflows, code review, CI/CD automation, and test creation",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Doarakko",
"email": "2wua4nlyi@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}