Initial commit
This commit is contained in:
33
.claude-plugin/plugin.json
Normal file
33
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "speck",
|
||||
"description": "Specification and planning workflow framework for Claude Code",
|
||||
"version": "1.7.17",
|
||||
"author": {
|
||||
"name": "Nathan Prabst",
|
||||
"email": "nathan@example.com"
|
||||
},
|
||||
"hooks": {
|
||||
"PreToolUse": [
|
||||
{
|
||||
"matcher": "Bash",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "bun ${CLAUDE_PLUGIN_ROOT}/dist/speck-hook.js --hook"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"UserPromptSubmit": [
|
||||
{
|
||||
"matcher": ".*",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "bun ${CLAUDE_PLUGIN_ROOT}/dist/pre-prompt-submit-hook.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user