19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"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"
|
|
]
|
|
} |