Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:37 +08:00
commit cea76a65a8
3 changed files with 77 additions and 0 deletions

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

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# speck
Specification and planning workflow framework for Claude Code

41
plugin.lock.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:nprbst/speck-market:speck",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "941dc84be1dd9d00a4b493b0ebd340b31d53f55d",
"treeHash": "746cf717e2dbee4363abadc0bc0e0e876fc5548d94a29d04992c3fb274d1c539",
"generatedAt": "2025-11-28T10:27:24.136842Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "speck",
"description": "Specification and planning workflow framework for Claude Code",
"version": "1.7.17"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "95d3b9dd73c9980e60ebcdffa944c7131c96299dd066bb03c5621fbf1e826dc6"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "2044de910231fa468bd542d67dac9de806a3439d6bfb6b500dd4024047a5a712"
}
],
"dirSha256": "746cf717e2dbee4363abadc0bc0e0e876fc5548d94a29d04992c3fb274d1c539"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}