git commit in the cache clone relied on ambient user.name/user.email, which the box has neither globally nor per-repo — every push-side test failed there with "unable to auto-detect email address" while passing on a laptop with a global identity configured. Resolve the identity from the repository the rail is actually running in (process.cwd(), the developer's own checkout release.sh invokes this from) and pass it explicitly via -c user.name/-c user.email on the commit; refuse by name if neither is set. Give the test fixtures a repo-local identity the same way seedRemote already does for the seed clone, so the suite is deterministic on any host. |
||
|---|---|---|
| .. | ||
| gate | ||
| lib | ||
| build-candle-wasm.sh | ||
| buildEmbeddedPatterns.ts | ||
| buildTypeEmbeddings.ts | ||
| check-patterns.cjs | ||
| check-type-embeddings.cjs | ||
| emit-contract-manifest.mjs | ||
| push-docs.js | ||
| release.sh | ||
| setup-dev.sh | ||
| wall-entry.mjs | ||