Skip to content

Harden queue runtime correctness boundaries - #10

Merged
julia-script merged 1 commit into
mainfrom
julia/runtime-correctness-review
Aug 20, 2026
Merged

Harden queue runtime correctness boundaries#10
julia-script merged 1 commit into
mainfrom
julia/runtime-correctness-review

Conversation

@julia-script

@julia-script julia-script commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • harden storage decoding, Redis scalar and cursor validation, and Lua state transitions
  • correct wait, retry, interruption, terminal-result, offer-option, lease, and worker configuration behavior
  • add adversarial regression coverage and synchronize the generated Lua artifact
  • document the tightened runtime contracts and keep the prerelease line at 0.3.0-rc with a patch changeset

Validation

  • pnpm check
  • pnpm test — 155 passed, 2 environment-specific skips
  • pnpm verify:package — 88 packed entries verified
  • git diff --check origin/main...HEAD

The runtime-correctness implementation went through three independent review/fix cycles. The branch was then rebased onto current main; it now contains one unique commit and merges without textual conflicts.

@julia-script julia-script changed the title Harden queue runtime correctness boundaries Harden Effect contracts and queue runtime correctness Aug 20, 2026
@julia-script
julia-script force-pushed the julia/runtime-correctness-review branch from e14d1a3 to 29008ac Compare August 20, 2026 16:21
@julia-script julia-script changed the title Harden Effect contracts and queue runtime correctness Harden queue runtime correctness boundaries Aug 20, 2026
@julia-script
julia-script marked this pull request as ready for review August 20, 2026 16:44
@julia-script
julia-script merged commit e13bdb8 into main Aug 20, 2026
12 checks passed
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