// loadingdecoding pod stream
public · default main · created
Nothing pushed yet.
<TOKEN> appears below.The token goes into your local .git/config, which is convenient and easy to revoke later (sidebar → Push tokens). If you prefer your OS keychain instead, drop the USER:<TOKEN>@prefix and let git prompt — but make sure your credential helper isn't holding a stale credential for this host.
echo "# build-me-a-cool-game" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://USER:<TOKEN>@codespaces.mindpods.org/api/git/huhn/build-me-a-cool-game.git git push -u origin main
git remote add origin https://USER:<TOKEN>@codespaces.mindpods.org/api/git/huhn/build-me-a-cool-game.git git branch -M main git push -u origin main
// workflows
Run code before you publish.
Add a .mind/workflow.yml to the default branch. On push, the bridge checks out your repo into a sandboxed node:22-alpine container, runs your run: steps, then publishes the result. See how it works for the workflow schema.
mind-builder
#19 · created 2026-06-14 12:07