Adds the deterministic, agent-facing counterpart to gitea-workflow per docs/adr/0011-gitea-skill-deep-modules.md, mirroring git-orchestrate's shape: structured request/response JSON, safety gates on destructive ops (delete-branch/release/tag/label/milestone/file, merge-pr), and routing across the six gitea domain skills without conversational disambiguation. Authored via kyberforge:agent-author directly (not forge) since the artifact type was already known, and validated clean via kyberforge:agent-audit (structure, provenance, and qualitative checks all pass). Bumps plugin version 1.2.0 -> 1.3.0 in both manifests. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FNJWdVvdgvZCHi1hZGqgVQ
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.0"
|
|
}
|