chore: migrate rexec configuration to v0.2.0 schema 1 - #41
Merged
Merged
Conversation
Adds .rexec.toml so `rexec setup` converges CT 117 for this repository:
toolchain probes that name a missing tool up front instead of failing as
"command not found" mid-run, plus any native system packages this repo
needs beyond the shared host baseline.
Caches are deliberately left at their remote defaults: uv, Go and pnpm
already cache outside the synchronized worktree and share one
content-addressed store across every workspace on the host, so pinning
them to {remote_cache} would fragment that store rather than protect it.
Reproduces this repository's full effective v0.1.3 configuration under the one-root-file schema; deliberate changes are recorded in the remote-execution release evidence (docs/evidence/rexec-v0.2/).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe repository adds a schema-1 ChangesRemote execution
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the v0.1 overlay config with a self-contained schema-1
.rexec.tomlreproducing this repository's full effective v0.1.3 configuration (fleet cutover of 2026-08-10; deltas recorded in remote-executiondocs/evidence/rexec-v0.2/release-acceptance.md). Includes the earlier local rexec requirements commit that had not been pushed.Summary by CodeRabbit