Accept Edict Target IR obstruction receipts#642
Conversation
|
Warning Review limit reached
Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ Finishing Touches🧪 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. Comment |
|
Audit follow-up after CI failure:
Local GREEN after the lockfile update: |
Summary
warp-coreEdictecho.span-ir/v1Target IR fixture bridge.continueObstructedrequirement with strict lowercasesha256:target-profile and Target IR digest references.Boundary
This is the Echo-side obstruction-strand fixture bridge after Edict PR #132. It separates artifact acceptance from execution-attempt receipt production and distinguishes obstructed attempts from invalid proposals and legal unselected counterfactuals.
It does not implement general Edict bundle admission, participant policy, Jim product semantics, scheduler counterfactual exploration, canonical Echo receipt bytes, receipt digests, XYPH settlement, or a target plugin registry.
RED
cargo test -p warp-core --test edict_target_ir_receipt_testsfailed with unresolved imports for the missing Edict Target IR receipt bridge API.GREEN
cargo test -p warp-core --test edict_target_ir_receipt_testscargo test -p warp-core --test contract_obstruction_taxonomy_testscargo check -p warp-corecargo clippy -p warp-core --lib -- -D warningscargo clippy -p warp-core --test edict_target_ir_receipt_tests -- -D warningscargo fmt --all -- --checkpnpm exec markdownlint-cli2 CHANGELOG.md docs/BEARING.md docs/design/edict-target-ir-obstruction-receipt-bridge.mdscripts/check_spdx.shscripts/check-no-app-nouns-in-core.shgit diff --checkPre-push also passed:
cargo test -p warp-core --lib(565 tests)cargo test -p warp-core --test edict_target_ir_receipt_testsCloses #641.
Supports #583, #589, and #640.