Skip to content

Instantly share code, notes, and snippets.

@DrekkSama

DrekkSama/Ralph Secret

Last active March 27, 2026 13:06
Show Gist options
  • Select an option

  • Save DrekkSama/d0df47a84c94012d741f2c98f6c840b7 to your computer and use it in GitHub Desktop.

Select an option

Save DrekkSama/d0df47a84c94012d741f2c98f6c840b7 to your computer and use it in GitHub Desktop.
ralph loop command
while true; do
result=$(cat Plan/PROMPT.md | opencode)
if echo "$result" | grep -q "PROMISE COMPLETE"; then
echo "All tasks done!"
break
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment