Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created March 4, 2026 11:08
Show Gist options
  • Select an option

  • Save vedovelli/8a03a3a2d79abdda61e2b6d0625285f6 to your computer and use it in GitHub Desktop.

Select an option

Save vedovelli/8a03a3a2d79abdda61e2b6d0625285f6 to your computer and use it in GitHub Desktop.
nanoclaw devteam: 01-setup-forks-senior

setup-forks-senior

Função: setupForks — agente: senior

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_SENIOR_GITHUB_USER}}/{{repoBaseName}} --json url -q .url

Output the fork URL as: FORK_URL=<url>

Output esperado: FORK_URL=https://github.com/...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment