feat: expose reading residual posture#321
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThe PR increments the WASM ABI contract version from 7 to 8, introduces three new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
|
PR feedback processing summary for
No fix commits were added in this feedback pass. |
Summary
Exposes richer reading residual posture through the WASM ABI and observation artifact path.
This adds explicit ABI-shaped residual posture variants:
completeresidualplurality_preservedobstructedIt also bumps the ABI epoch to 8 because ABI v7 was already published before these additional serialized variants were added.
What changed
ReadingResidualPostureinecho-wasm-abiwarp-coreobservation residual posture through ABI conversionwarp-wasmobservation artifact assertions for:Verification
cargo fmt --all -- --checkcargo test -p echo-wasm-abi --libcargo test -p warp-core --lib observationcargo test -p warp-wasm --lib --features enginecargo clippy -p warp-core --all-targets -- -D warnings -D missing_docspnpm docs:buildPush hook also passed the repository full local critical gate.
Summary by CodeRabbit
New Features
Documentation