Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# red-green
|
||||||
|
|
||||||
|
Test-Driven Development framework with Red-Green-Refactor workflow
|
||||||
18
commands/red-green-init.md
Normal file
18
commands/red-green-init.md
Normal file
@@ -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.).
|
||||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user