18 lines
601 B
JSON
18 lines
601 B
JSON
{
|
|
"name": "code-review-tea",
|
|
"description": "Automated code review for Gitea pull requests (tea CLI) using multiple specialized agents with confidence-based scoring. Fork of Anthropic's code-review plugin, adapted from gh to tea.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Vigilar",
|
|
"email": "noreply@adlee.work"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Boris Cherny",
|
|
"email": "boris@anthropic.com",
|
|
"note": "Original code-review plugin (claude-plugins-official). This plugin forks its review design."
|
|
}
|
|
],
|
|
"homepage": "https://git.adlee.work/alee/vigilar"
|
|
}
|