feat(prowler): chunk17 add the global selectable contracts (#422) - #451
Draft
Christophe Melchior (Kakudou) wants to merge 2 commits into
Conversation
Christophe Melchior (Kakudou)
added this pull request to stack #432
September 14, 2026 10:23
❌ 5 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Christophe Melchior (Kakudou)
force-pushed
the
feat/422-prowler-injector-chk17-global-contracts
branch
from
September 16, 2026 09:13
7ade2ec to
d9a7e0c
Compare
Christophe Melchior (Kakudou)
force-pushed
the
feat/422-prowler-injector-chk17-global-contracts
branch
from
September 16, 2026 09:21
d9a7e0c to
7ade2ec
Compare
…nt-python serialization
Christophe Melchior (Kakudou)
force-pushed
the
feat/422-prowler-injector-chk17-global-contracts
branch
from
September 17, 2026 22:40
7ade2ec to
ef117f5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #422.
Chunk 17 of the Prowler injector stack: adds the global selectable contracts — the selectable service/compliance routes (
selectable.py) and the universal selectable Prowler route (universal.py), registry / catalog / provider-field wiring, the two new BDD suites (CHK017-selectable, CHK017-universal) with their unit layers, the cross-chunk BDD updates, and the OpenAEV select wire-value acceptance.Re-landed from
feat/422-prowler-chk017-selectable-contracts(6026223..d9a7e0c): 5 source commits folded into 3 (S1: selectable routes; S2: universal route; S3: OpenAEV select wire values). T1 adjacent folds applied cleanly; zero conflicts; no layer dropped. Gate V (whole-branch tree vs source tipd9a7e0c): byte-identical except (a) the 14pyproject.tomlversion differences of the other injectors (base moved to 3.260821.0;prowler/unchanged), (b) the 15trap-analysis.mdfiles excluded by the standing call, and (c) one approved divergence — removal of the pinnedpyoaevversion assert fromprowler/tests/unit/chk006_executable_base/test_outputs_registry_runtime.py.