Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:43 +08:00
commit 0d21da1040
11 changed files with 453 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "wf",
"description": "PR management commands and code review agents",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Hikaru Egashira",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}