feat: publish initial infrastructure kit collection - #2
Closed
Brad-Edwards wants to merge 2 commits into
Closed
Conversation
This was referenced Aug 1, 2026
Closed
15 tasks
|
Closing this draft as a duplicate copy of content already shipped by Verification at the current heads:
Merging this PR while the same bytes remain shipped and editable in env-packs would create two authorities without an ownership migration. If the kits move later, that should be an explicit one-way transfer: pin source provenance, define release/compatibility ownership, remove or freeze the originating editable copies, and verify consumers against the new released authority. This copy-only draft does not perform that transfer, and naming/publication work is currently held. |
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.
Summary
Scope
The catalog contains static environment infrastructure only. It adds no backend code, runtime API, scenario behavior, compatibility verdict, SBOM format, or realization claim.
Verification
python -m unittest discover -s testspython tests_integration/kit_author_walkthrough.py --catalog <catalog>from the companion env-packs branch (25 passed)Depends on the kit contracts and CLI in OpenRAE/env-packs#190.