24 lines
463 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |