Files
holocron/plugins/gitea/plugin.json
Defame1297 7b85e33d9c fix(gitea): register gitea-orchestrate agent in plugin manifest
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
2026-07-05 19:14:57 +00:00

25 lines
484 B
JSON

{
"agents": "agents/",
"author": {
"email": "defame1297@rkdr.net",
"name": "Defame1297"
},
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.",
"hooks": "hooks.json",
"keywords": [
"gitea",
"issues",
"prs",
"milestones",
"releases",
"branches"
],
"license": "MIT",
"mcpServers": ".mcp.json",
"name": "gitea",
"skills": [
"skills/"
],
"version": "1.3.1"
}