docs: LLM-operated Gitea workflow runbooks (#17) #33
Reference in New Issue
Block a user
Delete Branch "docs/issue-17-runtime-profile-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #17. Refs roadmap #10 — the final unchecked child (all implementation children #11–#16, #18, #19 merged).
What
Adds
docs/llm-workflow-runbooks.md: operational runbooks for LLM-operated Gitea workflows, built on the already-shipped canonical profiles + interactive menu + gated review/merge + audit logging. Docs-only — no implementation code (per issue non-goals).Contents
GITEA_MCP_CONFIG/GITEA_MCP_PROFILE,version,profiles, keychain + env auth references, precedence, legacy env-only fallback.python gitea_config.py menu): create author/reviewer profiles, generate Claude/Gemini/Codex launcher snippets, validate auth, check PR reviewer eligibility.GITEA_MCP_*vars — never raw tokens/passwords.GITEA_USER_*/GITEA_PASS_*/GITEA_SITE_*blocks; secrets referenced by keychain id / env var name only.README links the new runbook.
Safety
Safe placeholder examples only — no real tokens, passwords, usernames, private config, or
.env.personalcontents. Scanned clean (gitea.example.invalid,<reviewer-username>, keychain ids / env var names).Checks
gitea-mcp.example.jsonvalidated + unchanged.Files changed
docs/llm-workflow-runbooks.md(new),README.md(link).⚠️ Authored by me — do not self-merge. Needs review by another author.
Note: #19 and #31 are already merged — do not modify.
Pull request closed