Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:23 +08:00
commit f3ea5731e6
11 changed files with 1345 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "spec-kit",
"description": "💫 Toolkit to help you get started with Spec-Driven Development",
"version": "0.0.61",
"author": {
"name": "GitHub, Inc."
},
"commands": [
"./.claude/commands"
],
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate.sh"
}
]
}
]
}
}