fix/vibe scaffold telos bugs - #8
Merged
Merged
Conversation
aithos-rr
commented
Jun 13, 2026
Owner
- fix(scaffold): tolerant DNS resolution under set -e
- fix(scaffold): reset iptables policies to ACCEPT for re-runnability
- fix(scaffold): base stall detection on HEAD movement, not working tree
- fix(scaffold): configurable model pinning via RALPH_MODEL (default sonnet)
- fix(scaffold): add real-service smoke-test as final TASKS.md template task
Add 2>/dev/null and || true to the dig pipeline so a failed domain resolution does not kill the firewall script under set -euo pipefail. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
After flushing rules and destroying the ipset, a prior DROP default policy would block the script's own curl to api.github.com and set -e would kill it. Reset INPUT/FORWARD/OUTPUT to ACCEPT first. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
The agent commits on its own, so a clean working tree at iteration end does not mean no progress. Compare HEAD before/after the iteration so a self-commit counts as progress and does not trip the circuit breaker. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
…nnet) Without --model the loop defaults to Opus and burns quota. Pin to sonnet by default, overridable via the RALPH_MODEL env var. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
… task Mock tests passed while real bugs only surfaced against live services. Add a final example task that smoke-tests end-to-end against real APIs/DBs before declaring done. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.