commit 856e1b30f32c48548038349a6f60087a6e0da3de Author: Zhongwei Li Date: Sat Nov 29 17:58:33 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..74027d8 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "red-green", + "description": "Test-Driven Development framework with Red-Green-Refactor workflow", + "version": "1.0.0", + "author": { + "name": "AstroSteveo", + "email": "stevengmjr@gmail.com" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0148e5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# red-green + +Test-Driven Development framework with Red-Green-Refactor workflow diff --git a/commands/red-green-init.md b/commands/red-green-init.md new file mode 100644 index 0000000..65ace46 --- /dev/null +++ b/commands/red-green-init.md @@ -0,0 +1,18 @@ +--- +description: Initialize Red-Green TDD framework in the current project +--- + +# Red-Green TDD Framework Initialization + +Run the setup script to scaffold the Red-Green TDD framework into this project. + +## Your Task + +Execute the following bash command to run the setup script: + +```bash +bash "$HOME/.claude/plugins/marketplaces/dev-marketplace/plugins/red-green/scripts/setup.sh" +``` + +- If the script succeeds, confirm the setup is complete. +- If the script fails, help the user troubleshoot (missing plugin, permissions, etc.). diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..24732f6 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:astrosteveo/dev-marketplace:plugins/red-green", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "df4a3ea9ab752b0dbb487b69ea5ac49903825a9c", + "treeHash": "f8ccc680827b3b6cdd30dc28543eeb082ad7dbff63234188fe8bf53cca0abe4a", + "generatedAt": "2025-11-28T10:13:58.267344Z", + "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": "red-green", + "description": "Test-Driven Development framework with Red-Green-Refactor workflow", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "ab01a277f083f29cc8205d635cf8eb38f198507dc699718d515a6ffa6ba1431a" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "70122acbb85ae497fbc4bc9d14c3c460ae10b00a6a4d678c0cfe70cc866ea74a" + }, + { + "path": "commands/red-green-init.md", + "sha256": "3c3752e45a761bb07fb41caec3845f307de8f471d89f1d5667f123b167e128e4" + } + ], + "dirSha256": "f8ccc680827b3b6cdd30dc28543eeb082ad7dbff63234188fe8bf53cca0abe4a" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file