Função: setupForks — agente: junior
Fork the upstream repo {{DEVTEAM_UPSTREAM_REPO}} into your account if it doesn't exist yet:
gh repo fork {{DEVTEAM_UPSTREAM_REPO}} --clone=false --remote=false
Then confirm the fork URL by running:
gh repo view {{DEVTEAM_JUNIOR_GITHUB_USER}}/{{repoBaseName}} --json url -q .url
Output the fork URL as: FORK_URL=<url>
Output esperado: FORK_URL=https://github.com/...