Block a user
[Bug] Projman diagnostic failure: Repository auto-detection and label sync state issues
All Issues Addressed
Issue 1: Repository Auto-Detection Fails ✅
Fixed in PR #66 (already merged to main)
- Added
_detect_repo_from_git()method inconfig.py - Parses git remote…
Release: labels-sync documentation improvements
lmiranda
deleted branch docs/labels-sync-clarification from personal-projects/leo-claude-mktplace
2026-01-21 21:14:16 +00:00
docs: clarify labels-sync command behavior
docs: clarify labels-sync command behavior
lmiranda
created branch docs/labels-sync-clarification in personal-projects/leo-claude-mktplace
2026-01-21 21:02:16 +00:00
lmiranda
pushed to docs/labels-sync-clarification at personal-projects/leo-claude-mktplace
2026-01-21 21:02:16 +00:00
[Bug] Projman diagnostic failure: Repository auto-detection and label sync state issues
Release: repo auto-detection and org validation fixes
Release: repo auto-detection and org validation fixes
lmiranda
deleted branch fix/repo-auto-detection-and-org-validation from personal-projects/leo-claude-mktplace
2026-01-21 20:12:31 +00:00
fix: add repo auto-detection and improve org validation
fix: add repo auto-detection and improve org validation
lmiranda
pushed to fix/repo-auto-detection-and-org-validation at personal-projects/leo-claude-mktplace
2026-01-21 20:11:10 +00:00
lmiranda
created branch fix/repo-auto-detection-and-org-validation in personal-projects/leo-claude-mktplace
2026-01-21 20:11:10 +00:00
[Bug] Projman plugin: repo auto-detection and org validation issues
[Bug] Projman plugin: repo auto-detection and org validation issues
Fixes Applied
Issue 1: Repository Auto-Detection ✅
File: mcp-servers/gitea/mcp_server/config.py
Added _detect_repo_from_git() and _parse_git_url() methods that:
- Run `git…