Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:47 +08:00
commit e68188c52b
12 changed files with 1861 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "backlog-md-cli",
"description": "Backlog.md Task Management - CLI-first workflow orchestration for Git-native project management with strict file naming enforcement",
"version": "1.1.2",
"author": {
"name": "Tobey Forsman"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}