Files
Gitea-Tools/docs/wiki/Home.md
sysadminandClaude Opus 4.8 f58317d079 Add docs/wiki source tree and Gitea Wiki sync helper (#224)
Bootstrap repo-tracked wiki pages (10 required pages), the operator-
confirmed sync script, PR template publication gate, and safety tests so
Gitea-Tools can publish to the live Gitea Wiki per issue #224.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-06 01:36:10 -04:00

1.4 KiB

Gitea-Tools Project Wiki

Welcome to the version-controlled wiki for the Gitea-Tools MCP server and CLI tooling.

Navigation

Gitea Wiki mirror

These repo-tracked pages are the source of truth. The Gitea native Wiki for this repository is a read-only convenience mirror generated from this directory with scripts/sync-gitea-wiki.sh (dry-run by default; see Runbooks). Never edit the Gitea Wiki directly — change the pages here through a PR, then sync.

Project overview

Gitea-Tools provides the Gitea MCP server, execution-profile configuration, identity handling, and CLI helpers used across MCP Control Plane workflows. It enforces author/reviewer separation, gated review/merge, task-capability resolution, and fail-closed safety rails in code.

Canonical long-form docs also live under docs/ in the repository (for example docs/gitea-execution-profiles.md and docs/llm-workflow-runbooks.md). The wiki summarizes operator-facing rules; the repo docs carry implementation detail.