--- name: repo description: Find the right repository before working. Check ~/Developer first, then GitHub personal repos, then organization repos. Clone into Developer by default, or /tmp when the user says it is one-off. --- # Eric Working With Repo Find the repo before doing anything else. - Look locally first. Local repos live under `~/Developer`. - If it is not local, search GitHub. Check personal repos first; there are many. - Then check organization repos. - Clone a remote match into `~/Developer`. - A brand-new repo starts in `~/Developer` too, not in the current working directory. - When the work runs through paseo, register the new project with `paseo project create `. - If the user says this is one-off, just use it once, or similar, clone into `/tmp` instead.