molecule-core/org-templates
rabbitblood e0b76b04f4 chore(template): authenticated git clone in initial_prompt when GITHUB_TOKEN is set
Fixes the template-layer half of #13. Previously initial_prompt cloned
`https://github.com/${GITHUB_REPO}.git` with no authentication, which
fails for private repos in non-TTY docker exec with:

  fatal: could not read Username for 'https://github.com':
  terminal prompts disabled

Now the prompt uses `https://x-access-token:${GITHUB_TOKEN}@github.com/...`
when GITHUB_TOKEN is present in env (global secret, set per CEO on 2026-04-13),
falls back to anonymous clone when it isn't.

This is a belt-and-suspenders template default. The platform-level fix
(#13) is still needed so the provisioner rewrites clone URLs
consistently, but the template should work out of the box too.
2026-04-13 19:19:39 -07:00
..
free-beats-all initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
medo-smoke initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
molecule-dev chore(template): authenticated git clone in initial_prompt when GITHUB_TOKEN is set 2026-04-13 19:19:39 -07:00
molecule-worker-gemini initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
reno-stars initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00