47a95ba6cb
The install steps used a non-existent "plugins" settings key, so a fresh clone loaded nothing. Add .claude-plugin/marketplace.json and document the supported /plugin marketplace add + /plugin install tea@tea flow. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"name": "tea",
|
|
"owner": {
|
|
"name": "naudachu"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "tea",
|
|
"source": "./",
|
|
"description": "Gitea CLI (tea) reference plus a mandatory-login guard. Ships /tea:login, /tea:use, and a PreToolUse hook that blocks any tea command that would touch Gitea without --login."
|
|
}
|
|
]
|
|
}
|