Files
holocron/plugins/gitea/sources.md
Defame1297 2102c8c917 feat(gitea): add gitea-orchestrate agent-facing dispatcher
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
2026-07-05 11:24:30 +00:00

2.1 KiB

Sources

gitea-mcp-repo

  • URL: https://gitea.com/gitea/gitea-mcp
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Description: Official gitea-mcp repository (v1.3.0); operation/*.go source files documenting all 55 MCP tools, their parameters, and CLI flags — informs the orchestrator's operation index and its delete_release/delete_tag id-vs-name and pagination-default hard rules.
  • Contributing files: agents/gitea-orchestrate.md, agents/gitea-orchestrate.agent.md
  • Status: extracted

gitea-mcp-slim-go

context7-websites-gitea

  • URL: context7:/websites/gitea
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Description: Official Gitea docs mirror on Context7 — informs the default-branch protection hard rule and permission-errors-as-404 behavior the orchestrator surfaces via not_found_or_forbidden.
  • Contributing files: agents/gitea-orchestrate.md, agents/gitea-orchestrate.agent.md
  • Status: extracted

context7-gitea-tea-cli

  • URL: context7:/git_gitea_com/gitea_tea
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Description: Official tea CLI docs on Context7 — practitioner conventions for release/tag semver naming and merge strategy choices that inform the orchestrator's destructive-operation gating around merge-pr and delete-release/delete-tag.
  • Contributing files: agents/gitea-orchestrate.md, agents/gitea-orchestrate.agent.md
  • Status: extracted