docs: fix GITEA_REPO format documentation #264

Merged
lmiranda merged 13 commits from fix/gitea-repo-format-docs into development 2026-01-28 18:45:25 +00:00
Owner

Summary

  • Update documentation to show correct GITEA_REPO=owner/repo format
  • Remove references to separate GITEA_ORG variable which is no longer used
  • Align documentation with actual MCP server implementation

Files Changed

  • docs/CONFIGURATION.md - 7 locations updated
  • docs/DEBUGGING-CHECKLIST.md - 1 location updated

Context

During Sprint 4 execution, discovered that documentation showed separate GITEA_ORG and GITEA_REPO variables, but the MCP server expects a combined owner/repo format in GITEA_REPO only.

🤖 Generated with Claude Code

## Summary - Update documentation to show correct `GITEA_REPO=owner/repo` format - Remove references to separate `GITEA_ORG` variable which is no longer used - Align documentation with actual MCP server implementation ## Files Changed - `docs/CONFIGURATION.md` - 7 locations updated - `docs/DEBUGGING-CHECKLIST.md` - 1 location updated ## Context During Sprint 4 execution, discovered that documentation showed separate `GITEA_ORG` and `GITEA_REPO` variables, but the MCP server expects a combined `owner/repo` format in `GITEA_REPO` only. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 13 commits 2026-01-28 18:45:06 +00:00
Reviewed-on: #208
Reviewed-on: #210
Reviewed-on: #212
Reviewed-on: #214
Reviewed-on: #216
Reviewed-on: #218
Reviewed-on: #220
Reviewed-on: #222
Reviewed-on: #224
Reviewed-on: #240
Reviewed-on: #260
Reviewed-on: #262
Update documentation to reflect that GITEA_REPO expects owner/repo
format (e.g., my-org/my-repo) instead of separate GITEA_ORG and
GITEA_REPO variables.

This matches the actual MCP server implementation in config.py.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit f6d9fcaae2 into development 2026-01-28 18:45:25 +00:00
lmiranda deleted branch fix/gitea-repo-format-docs 2026-01-28 18:45:25 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#264