chore(plugin): scaffold code-review-tea plugin manifest

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-06-27 13:03:53 -04:00
parent 07e0d82f1d
commit 6754f81019
2 changed files with 17 additions and 0 deletions

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"
}