What problem does it solve?
resolve-repo prevents time-wasting confusion by determining which repository a task belongs to and only cloning when the best match is not already present locally.
Core Features & Use Cases
- Local-first repository matching: Detects the best candidate by scoring local repo names, ticket signals, and lightweight package metadata before attempting any remote lookup.
- Scoped remote discovery: Queries only within the relevant VCS group/subgroup derived from local remotes, using repo name and description (no README/source inspection).
- Safe cloning with confirmation: Produces a ranked outcome and asks for user confirmation before cloning the remote repository into the workspace, including basic setup hints for common project files.
Quick Start
Use resolve-repo in a sub-agent with WORKSPACE_DIR, TICKET_ID, TICKET_TITLE, TICKET_DESCRIPTION, and TICKET_LABELS to get the most likely repository match and a ready-to-clone plan if the top candidate is remote.