Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:12 +08:00
commit d16c5de665
29 changed files with 4788 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "workflow",
"description": "Development workflow enhancements including OpenSpec proposal management, skill auto-activation, and command hooks for session checklists, type checking, commit guards, and branch name validation.",
"version": "0.5.0",
"author": {
"name": "Jace Babin",
"email": "jbabin91@gmail.com",
"url": "https://github.com/jbabin91"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}