Reads your pushed commits across the seven JaaGa repos and writes them up in your format.
None of the secrets are set. Generating will fail until you set them:
npx wrangler pages secret put ACCESS_KEY npx wrangler pages secret put GITHUB_TOKEN npx wrangler pages secret put GEMINI_API_KEY
You can also set them in the Cloudflare dashboard under the Pages
project → Settings → Variables and secrets, type Secret. Running
locally? Put the same names in a .dev.vars file as NAME=value
lines and restart. Get a free Gemini key at aistudio.google.com/apikey; the GitHub
token is a fine-grained PAT with Contents:read on the jaagaai repos.