fix(lifecycle): enforce deployment legality and raw fallback - #317
Open
zzylol wants to merge 2 commits into
Open
fix(lifecycle): enforce deployment legality and raw fallback#317zzylol wants to merge 2 commits into
zzylol wants to merge 2 commits into
Conversation
zzylol
force-pushed
the
feat/summary-lifecycle-alternatives
branch
from
August 30, 2026 18:21
fa3781f to
47bc52b
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:21
9806c0a to
495b664
Compare
zzylol
force-pushed
the
feat/summary-lifecycle-alternatives
branch
from
August 30, 2026 18:30
47bc52b to
c188ea7
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:30
495b664 to
4015f26
Compare
zzylol
force-pushed
the
feat/summary-lifecycle-alternatives
branch
from
August 30, 2026 18:35
c188ea7 to
26a9fbd
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:35
4015f26 to
944df5d
Compare
This was referenced Aug 30, 2026
zzylol
force-pushed
the
feat/summary-lifecycle-alternatives
branch
from
August 30, 2026 18:46
26a9fbd to
65b03da
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:46
944df5d to
621fb5e
Compare
zzylol
force-pushed
the
feat/summary-lifecycle-alternatives
branch
from
August 30, 2026 19:03
65b03da to
5749311
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 19:03
621fb5e to
5adb5f1
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.
Stacked on #316.
Why
Alternatives must be rejected when workload, schedule, capability, or evidence cannot support their guarantees.
Before this PR
The planner could retain alternatives with incomplete bindings, unsupported window deletion, or stale evidence.
After this PR
Continuous maintenance over a moving window is rejected without deletion support, and raw recomputation remains available.
What and how
Verification
Stack
Base: #316. Next: #318.