Files
vigilar/.claude/plugins/code-review-tea/.claude-plugin/plugin.json
adlee-was-taken 6754f81019 chore(plugin): scaffold code-review-tea plugin manifest
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 13:03:53 -04:00

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