fix: rewrite labels-sync.md with explicit repo detection steps #78
Reference in New Issue
Block a user
Delete Branch "fix/labels-sync-repo-detection"
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?
Root Cause
The MCP server cannot auto-detect the repository because it runs with
cwdset to the plugin directory, not the user's project. Previous "fixes" (PRs #70-72) were incorrect.Solution
The command documentation now explicitly instructs Claude to:
git remote get-url originvia Bash firstowner/reporepoparameter to ALL MCP tool callsChanges
repoparameterFixes
Fixes #77
🤖 Generated with Claude Code