Skip to content

feat(whaleflow): replay recorded workflow outputs#2829

Merged
Hmbown merged 1 commit into
codex/v0.9.0-stewardshipfrom
codex/v090-whaleflow-recorded-replay
Jun 6, 2026
Merged

feat(whaleflow): replay recorded workflow outputs#2829
Hmbown merged 1 commit into
codex/v0.9.0-stewardshipfrom
codex/v090-whaleflow-recorded-replay

Conversation

@Hmbown
Copy link
Copy Markdown
Owner

@Hmbown Hmbown commented Jun 6, 2026

Summary

  • Adds a crate-only WhaleFlow replay executor over recorded leaf/control records.
  • Computes stable SHA-256 leaf input hashes from workflow/leaf metadata and resolved dependency outputs.
  • Marks missing records as replay_diverged by default instead of synthesizing output or calling a model.
  • Adds focused replay tests for recorded leaf output, whole-workflow replay, divergence, live-replay opt-in, stable hashing, and recorded Cond/Expand/LoopUntil control decisions.

Stewardship Notes

Verification

  • cargo test -p codewhale-whaleflow --offline (initial lock refresh)
  • cargo test -p codewhale-whaleflow --locked
  • cargo clippy -p codewhale-whaleflow --all-targets --locked -- -D warnings
  • cargo fmt --all -- --check
  • ./scripts/release/check-versions.sh
  • ./scripts/release/check-ohos-deps.sh
  • git diff --check

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmbown has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@Hmbown Hmbown merged commit 79c0bd4 into codex/v0.9.0-stewardship Jun 6, 2026
2 checks passed
@Hmbown Hmbown deleted the codex/v090-whaleflow-recorded-replay branch June 6, 2026 05:08
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