Scope 1: Control-Plane GA policy state machine + rollback orchestration + error budget#56
Merged
Merged
Conversation
…ion, and error-budget guardrails
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\nImplements Scope 1 GA hardening for the autonomous release control plane as additive contracts and runtime behavior.\n\n## Changes\n- Adds ops_control_plane_policy.schema_version=2.0 and GA policy sections:\n - state_machine\n -
ollback_orchestration\n - �rror_budget\n- Extends Invoke-ReleaseControlPlane.ps1 to:\n - load GA policy\n - emit deterministic state transition evidence\n - run policy-driven rollback orchestration on terminal failure reason codes\n- Extends SLO gate with hard error budget checks and reason codes:\n - �rror_budget_exhausted\n - �rror_budget_failure_rate_exceeded\n- Extends policy drift + release client contract checks for new GA fields.\n- Updates workflow/tests/docs to enforce and document behavior.\n\n## Validation\n- Local: Invoke-Pester -Path ./tests -CI\n- Result: 236 passed, 0 failed\n\n## Notes\n- Changes are additive and backward-compatible with existing command/workflow surfaces.\n