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]>
35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
# Gitea-Tools Project Wiki
|
|
|
|
Welcome to the version-controlled wiki for the Gitea-Tools MCP server and CLI tooling.
|
|
|
|
## Navigation
|
|
|
|
- [Home](Home.md)
|
|
- [Operator Guide](Operator-Guide.md)
|
|
- [Repositories Map](Repositories.md)
|
|
- [Identity and Profiles](Identity-and-Profiles.md)
|
|
- [Workflow Model](Workflow.md)
|
|
- [Safety and Gates](Safety-and-Gates.md)
|
|
- [MCP Tools Reference](MCP-Tools.md)
|
|
- [Operator Runbooks](Runbooks.md)
|
|
- [Open Decisions](Open-Decisions.md)
|
|
- [Project History](History.md)
|
|
|
|
## 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](Runbooks.md)). 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. |