Wire explicit local qualification lifecycle - #60
Merged
Conversation
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
This PR advances the corrected open-source roadmap by wiring an explicit local/CI qualification lifecycle profile while keeping the normal Cortex application disabled by default.
What changed
build_execution_lifecycle(...)with exactdisabled/qualificationprofile selection.ExecutionLifecyclesnapshots.build_preview_app(...)injection; the normal app supplies none.Safety boundary
This slice does not discover worker packages, persist signing/trust material, create processes, bind brokers, add recipe routes, enable model tools, or add a host-process fallback.
release_profile=officialremains separate optional release hardening. A caller must deliberately inject the already-qualified controls for local/CI use.Verification
python -m pytest -q: 316 passed, 1 skippedpython -m compileall -q main.py Cortex_Preview.py backend: passgit diff --cached --check: passNext stage
Build the recipe-specific coordinator/request and trusted artifact-publication path behind this lifecycle boundary. No external reviewer, production key, or release organization is required for that open-source stage.
Scope note
The unrelated working-tree change to
Cortex.pyprojwas intentionally excluded.