readme: fix install via plugin marketplace

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>
This commit is contained in:
naudachu
2026-06-05 22:20:54 +05:00
parent a97c1a6638
commit 47a95ba6cb
2 changed files with 35 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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."
}
]
}