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": "gemini-review",
|
||||||
|
"description": "Get a second opinion from Gemini on code changes, plans, documentation, and other work products",
|
||||||
|
"version": "1.0.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Brandon Greenwell",
|
||||||
|
"email": "[email protected]"
|
||||||
|
},
|
||||||
|
"mcp": [
|
||||||
|
"./.mcp.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
11
.mcp.json
Normal file
11
.mcp.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"gemini-review": {
|
||||||
|
"command": "node",
|
||||||
|
"args": ["${CLAUDE_PLUGIN_ROOT}/server.js"],
|
||||||
|
"env": {
|
||||||
|
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# gemini-review
|
||||||
|
|
||||||
|
Get a second opinion from Gemini on code changes, plans, documentation, and other work products
|
||||||
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:bgreenwell/claude-plugins:gemini-review",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "868cc3f13d00ca45da1b1af2e393ba5f739c431c",
|
||||||
|
"treeHash": "548bcda1c1a8d4c2bcc4f8c51bc334c1d1bf71dd2e51efd94ca2702a23e04028",
|
||||||
|
"generatedAt": "2025-11-28T10:14:15.828685Z",
|
||||||
|
"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": "gemini-review",
|
||||||
|
"description": "Get a second opinion from Gemini on code changes, plans, documentation, and other work products",
|
||||||
|
"version": "1.0.1"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": ".mcp.json",
|
||||||
|
"sha256": "d6f5484fd722c2a1000d066c93e7d4b82f8e875c7d0681a51c5c0baa93db69cf"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "b92a41d69aef6821d5501596b1147299ba2479410cf6a48dd8cfb7d403ab005b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "7be6ac269503704ab22210f0c4c968a1674cbafee683fae6f041e4bfcfa0ed16"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "548bcda1c1a8d4c2bcc4f8c51bc334c1d1bf71dd2e51efd94ca2702a23e04028"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user