Files
holocron/plugins/gitea/skills/gitea-prs/references/sources.md
Defame1297 bbc73008a3 chore(gitea): regenerate the flat content mirror after the ADR-0020 retrofit
Generated output, not authored content: scripts/sync-plugin-content.sh --all.
Claude Code has no .apm/ awareness, so this compiled mirror must track .apm/ or
the check-plugin-content-sync pre-push hook reports drift.

Deferred to a single commit at the end of the wave on purpose. sync_dir runs
rm -rf before every copy, so running it while seven agents were editing the
same plugin would have raced them; agents were told not to sync for that reason.

Refs #99
2026-08-30 12:42:20 +00:00

2.3 KiB

Sources

gitea-mcp-repo

  • URL: https://gitea.com/gitea/gitea-mcp
  • Description: Official gitea-mcp repository — operation/*.go source files documenting the MCP tools, their parameters, and CLI flags. Live tool schemas (list_pull_requests, pull_request_read, pull_request_write, pull_request_review_write) are verified directly against the deployed MCP server via ToolSearch, per this repo's process for resolving schema-vs-docs drift, rather than copied from the derived research doc. Last verified against v1.7.0, as reported by get_gitea_mcp_server_version; the files were originally authored against v1.3.0 and the read/review side had drifted by three defects before that re-verification.
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Contributing files: SKILL.md, references/pull-requests.md, references/reviews.md, references/merging.md
  • Status: extracted

gitea-mcp-slim-go

  • URL: https://gitea.com/gitea/gitea-mcp/raw/branch/main/operation/pull/slim.go
  • Description: Slim response shape structs from gitea-mcp source — defines exactly which fields the MCP server returns for PRs and reviews, including the PR-response milestone-as-title-string quirk. The review_scomments misspelling this file documented at v1.3.0 was corrected upstream; v1.7.0 returns review_comments.
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Contributing files: SKILL.md, references/pull-requests.md, references/reviews.md
  • Status: extracted

context7-websites-gitea

  • URL: context7:/websites/gitea
  • Description: Official Gitea docs mirror on Context7 — branch protection rules, PR review/merge gating behavior, and automatic issue/PR cross-reference linking. Backfills the external/best-practice gap left by the original docs.gitea.com fetch timeout.
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Contributing files: references/merging.md
  • Status: extracted

context7-gitea-tea-cli

  • URL: context7:/git_gitea_com/gitea_tea
  • Description: Official tea CLI (reference Gitea client) docs on Context7 — practitioner command patterns for PR review workflows.
  • Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
  • Contributing files: references/merging.md
  • Status: extracted