Vercel rejected the smoke-test deploy with "The deployment was blocked because the commit author email (agent@scrum4me.local) is not valid. Ensure your git email matches your GitHub account." The default `agent@scrum4me.local` in repo-bootstrap.sh was a phony local domain not tied to any GitHub account. Vercel's deploy-protection checks the latest commit's author email and blocks unknown ones. Fix: error out with a helpful message if GIT_AUTHOR_EMAIL is unset, and document the GitHub noreply form (`<user-id>+<username>@users.noreply.github.com`) in `.env.example` as the recommended choice. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| _lib.sh | ||
| check-tokens.sh | ||
| entrypoint.sh | ||
| health-server.js | ||
| job-cleanup.sh | ||
| job-prepare.sh | ||
| repo-bootstrap.sh | ||
| rotate-logs.sh | ||
| run-agent.sh | ||