From 1a61bf4f091323e6dd15243cb7978617605ef945 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:20:30 +0000 Subject: [PATCH] chore(futures): propose generic semantic review --- .../futures-751be1924ff6901e.json | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 planning/compatibility-reviews/futures-751be1924ff6901e.json diff --git a/planning/compatibility-reviews/futures-751be1924ff6901e.json b/planning/compatibility-reviews/futures-751be1924ff6901e.json new file mode 100644 index 0000000..da4315c --- /dev/null +++ b/planning/compatibility-reviews/futures-751be1924ff6901e.json @@ -0,0 +1,72 @@ +{ + "schema_version": "compatibility-semantic-review-v1", + "claim_boundary": "Automation evidence for generic IR review only. Native support remains blocked until independent trade-surface and full-state exact proof.", + "decision": { + "schema_version": "1.0.0", + "identity": { + "upstream_sha": "52f8de94586d811ec4426ad794da0094a66811a8", + "engine_sha": "abc3e0aa98514a2f6da75f556ec5239635b7bd70", + "freqtrade_digest": "sha256:d47d7053dc07eca2ace20385575143090ba88621007e5e8b76052dca6038799a", + "semantic_profile_sha256": "3bc4eb5d1fd94f87b2f0fbe7e18e647804093f2094ae89136f7fec3f67d53428", + "strategy_sha256": "b6d31a568f4417becb386a1fef8865b76816f381b74cd59794b01bc78888ab1f" + }, + "trading_mode": "futures", + "strategy_classification": "ir-compatible", + "automation_route": "semantic_review_draft_pr", + "execution_route": "official_only", + "review_kind": "generic_lowering", + "verification": { + "state": "latest_checked", + "changed_branch_reached": false, + "trade_surface_exact": null, + "full_state_exact": null, + "exact": false + }, + "discovery_status": null, + "added_opcodes": [], + "behavior_targets": [ + { + "id": "8e7c83abbb74cc420edbe5ac83d8991ff34486ca1f6e96efb45179776beecf0c", + "kind": "callback", + "change": "changed", + "runtime_observable": true + } + ], + "blockers": [ + { + "code": "CHANGED_BRANCH_PROOF_REQUIRED", + "message": "no bounded official fixture proof was supplied" + }, + { + "code": "EXACT_LOWERING_REVIEW_REQUIRED", + "message": "NFI adjustment grind 5 fallback condition changed" + }, + { + "code": "NATIVE_COMPATIBILITY_BLOCKED", + "message": "static Native compatibility did not pass" + }, + { + "code": "TARGETED_COVERAGE_GAP", + "message": "1 changed behavior target(s) have no branch-reaching fixture: callback" + } + ], + "action": { + "native_promotion_allowed": false, + "bounded_discovery_required": false, + "draft_pr_allowed": true, + "draft_pr_kind": "generic_lowering", + "official_fallback_available": true, + "automatic_semantic_merge_allowed": false, + "external_data_deferred_is_exact": false + }, + "action_fingerprint": "751be1924ff6901e749287492ed8e5bfae2f53847c0b339934c27fd4573f0b36", + "decision_fingerprint": "17d787081b55c97b3f7ec6ec015221adc70905b9898c8adb293772762f5855c7", + "message": "Static lowering is blocked; open a generic lowering review Draft PR." + }, + "review_requirements": [ + "implement only a source-structural generic opcode or lowerer", + "add a focused unit test and an official captured fixture", + "prove changed-branch, trade-surface, and full-state exactness", + "obtain human review and Required CI; never merge automatically" + ] +}