feat: code-review-tea — Gitea/tea fork of Anthropic's code-review plugin #10

Open
alee wants to merge 11 commits from plugin/code-review-tea into main
2 changed files with 17 additions and 0 deletions
Showing only changes of commit 6754f81019 - Show all commits

View File

@@ -0,0 +1,17 @@
{
"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"
}