Skip to content

fix/vibe scaffold telos bugs - #8

Merged
aithos-rr merged 5 commits into
mainfrom
fix/vibe-scaffold-telos-bugs
Jun 13, 2026
Merged

fix/vibe scaffold telos bugs#8
aithos-rr merged 5 commits into
mainfrom
fix/vibe-scaffold-telos-bugs

Conversation

@aithos-rr

Copy link
Copy Markdown
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

aithos-rr and others added 5 commits June 13, 2026 04:39
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]>
@aithos-rr
aithos-rr merged commit 385ead2 into main Jun 13, 2026
2 checks passed
@aithos-rr
aithos-rr deleted the fix/vibe-scaffold-telos-bugs branch June 13, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant