Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:43 +08:00
commit 9840842eeb
9 changed files with 1511 additions and 0 deletions

65
plugin.lock.json Normal file
View File

@@ -0,0 +1,65 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:kasperjunge/30-minute-vibe-coding-challenge:plugins/spec-driven-development",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "291d985d721cb8d1393927b191d9f1ae607b06f0",
"treeHash": "e063468430f937f649005ca9c2416d27b9399436aca43d3d9b8b2f71616d499d",
"generatedAt": "2025-11-28T10:19:25.193266Z",
"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": "spec-driven-development",
"description": "Spec-driven development workflow commands",
"version": "1.1.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "18a0840f1ca345b0de7931de5d679774f09b9a3a6cf42d3360e5b53eb4f96586"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "8f951ee51eccb0511472daf4d127450ef71d60da5f81fd22d279863f110b067c"
},
{
"path": "commands/create_design.md",
"sha256": "7f9c7218a91a6c879a96ce580154ed0cd0a14dbc57dfa6a0e015f33f215659f5"
},
{
"path": "commands/clarify_design.md",
"sha256": "58500be6b3f20fa499b8cdbb650930a7629e7ee8ec28e3e6bdd21dbda5487a07"
},
{
"path": "commands/clarify_requirements.md",
"sha256": "3280563c8b2e7253ce477cbc27ee856ac456b4997a12a76bdb052f8b844d956a"
},
{
"path": "commands/implement_plan.md",
"sha256": "13d1dc96c3e5fe0d3ebf280f866d0d8e896e82d020100f390f4e8bece9a28373"
},
{
"path": "commands/create_requirements.md",
"sha256": "d3aab582dcc3f6e97eb5d1c8f5a5ee8dfc2ada858978b61f3f0a6d4c4d7d54dd"
},
{
"path": "commands/create_plan.md",
"sha256": "95750635aac4c932d0a5b1fd6fec03eb1d1ffcc666dc24022e31f00f05c30dd5"
}
],
"dirSha256": "e063468430f937f649005ca9c2416d27b9399436aca43d3d9b8b2f71616d499d"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}