Draft
Conversation
…n-validation # Conflicts: # flows/flow-11-dual-stack.sh
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.
Summary
flows/flow-11-dual-stack.shfor latestmainby aligning with current seller auto-registration behavior and checking the seller route plus external registration JSON instead of the old stale readiness pathGET /healthz, preserve HTTP error details for discovery and buy requests, and auto-send the/approve ... allow-oncefollow-up when the buy skill requests approvalobol-stack-devskill with the latest flow-11 gotchas, receipt collection requirements, quick-tunnel caveats, and OpenClaw exec-preflight guidanceRoot Cause
flow-11had drifted from current behavior on latestmain:obol sell httpnow auto-registers when registration metadata is present, so the old harness assumptions around explicit registration reflection were stalebuy.py buyexecutes, which the harness did not previously handleValidation
bash -n flows/flow-11-dual-stack.sh./flows/flow-11-dual-stack.shrun with41/41steps passing and archived receipts in.tmp/flow-11-20260421-193422/0xc68f8b102cff176ec40c93844e937c6f8f93d34c1646471d0385f31c5befe19e0x9d4289a107704fcb8838fa50127770eb581cb9b0ed2244d7358a43a32a9bd6660x04c047d192ed718ec6b5caa077e5e546d3052bd2b1a74fef66a33ec45f8ed139./flows/flow-11-dual-stack.shrun with41/41steps passing and archived receipts in.tmp/flow-11-20260421-232648/0x2bcce37e5fd3e4c7fbdda0117e2a513309c3cbddd92d888144fc9e9d9b4531d40x9eb1e2f6fc286fa51b0af9cc99f4a3acc461dda707baa1290a9bb899564e8ce10x080b0a498f5be7723a63c694e0d32228797b746b82fadc857803871fb815ec88Notes
Quick tunnels are still an external dependency and can be flaky, but the current harness fixes were enough to get repeatable all-green runs after cleanup on this branch.