Files
2025-11-29 17:52:23 +08:00

24 lines
463 B
JSON

{
"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"
}
]
}
]
}
}