plugins/gitea/agents/gitea-orchestrate.md and .agent.md were fully written but the plugin manifest never declared an "agents" key, so the plugin loader had no path to discover/register the agent (unlike plugins/git and plugins/kyberforge, which both declare "agents": "agents/"). Bump the patch version in both manifests per plugin-author's UPDATE flow convention, since consumers cache plugin metadata by version. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VwtxcDXuLZxYzWnT2FaoZU
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"author": {
|
|
"name": "Defame1297",
|
|
"url": "https://git.dev.rkdr.net/Defame1297/"
|
|
},
|
|
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.",
|
|
"displayName": "Gitea",
|
|
"keywords": [
|
|
"gitea",
|
|
"issues",
|
|
"prs",
|
|
"milestones",
|
|
"releases",
|
|
"branches"
|
|
],
|
|
"license": "MIT",
|
|
"name": "gitea",
|
|
"version": "1.3.1"
|
|
}
|