Leo Miranda lmiranda
  • Toronto, ON - Canada
  • Joined on 2025-07-31
lmiranda commented on issue personal-projects/leo-claude-mktplace#67 2026-01-21 21:15:03 +00:00
[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 in config.py
  • Parses git remote…
lmiranda created pull request personal-projects/leo-claude-mktplace#69 2026-01-21 21:14:44 +00:00
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
lmiranda pushed to development at personal-projects/leo-claude-mktplace 2026-01-21 21:14:16 +00:00
71efa1aafa Merge pull request 'docs: clarify labels-sync command behavior' (#68) from docs/labels-sync-clarification into development
aa3ff016e2 docs: clarify labels-sync command behavior and remove misleading prompts
Compare 2 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#68 2026-01-21 21:14:14 +00:00
docs: clarify labels-sync command behavior
lmiranda created pull request personal-projects/leo-claude-mktplace#68 2026-01-21 21:13:59 +00:00
docs: clarify labels-sync command behavior
aa3ff016e2 docs: clarify labels-sync command behavior and remove misleading prompts
lmiranda opened issue personal-projects/leo-claude-mktplace#67 2026-01-21 20:56:58 +00:00
[Bug] Projman diagnostic failure: Repository auto-detection and label sync state issues
lmiranda pushed to main at personal-projects/leo-claude-mktplace 2026-01-21 20:15:04 +00:00
4557d2ce40 Merge pull request 'Release: repo auto-detection and org validation fixes' (#66) from development into main
d282a65fc6 Merge pull request 'fix: add repo auto-detection and improve org validation' (#65) from fix/repo-auto-detection-and-org-validation into development
ad56700059 fix: add repo auto-detection and improve org validation
Compare 3 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#66 2026-01-21 20:15:03 +00:00
Release: repo auto-detection and org validation fixes
lmiranda created pull request personal-projects/leo-claude-mktplace#66 2026-01-21 20:13:54 +00:00
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
lmiranda pushed to development at personal-projects/leo-claude-mktplace 2026-01-21 20:12:31 +00:00
d282a65fc6 Merge pull request 'fix: add repo auto-detection and improve org validation' (#65) from fix/repo-auto-detection-and-org-validation into development
ad56700059 fix: add repo auto-detection and improve org validation
Compare 2 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#65 2026-01-21 20:12:31 +00:00
fix: add repo auto-detection and improve org validation
lmiranda created pull request personal-projects/leo-claude-mktplace#65 2026-01-21 20:11:52 +00:00
fix: add repo auto-detection and improve org validation
ad56700059 fix: add repo auto-detection and improve org validation
lmiranda closed issue personal-projects/leo-claude-mktplace#64 2026-01-21 20:10:21 +00:00
[Bug] Projman plugin: repo auto-detection and org validation issues
lmiranda commented on issue personal-projects/leo-claude-mktplace#64 2026-01-21 20:10:20 +00:00
[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…