feat(core): route install/ensure --dry-run through Core preview - #702
Merged
Drswith merged 1 commit intoSep 6, 2026
Merged
Conversation
Align Core installation preview with the frozen dry-run plan under indeterminate provider observation, then switch install/ensure --dry-run onto Core preview while preserving DRY_RUN, changed:false, and JSON/exit contracts. Lifecycle hard deletes remain out of scope for P1.
Drswith
marked this pull request as ready for review
September 6, 2026 11:01
Drswith
deleted the
cursor/route-install-ensure-dry-run-core-preview-59d2
branch
September 6, 2026 11:01
cursor Bot
pushed a commit
that referenced
this pull request
Sep 6, 2026
Post-#702 import-graph proof: no src/lifecycle module has zero production importers, so delete none. Keep update-planner for update planning paths (not install/ensure dry-run). Archive completed OpenSpec change route-install-ensure-dry-run-core-preview (specs already promoted).
17 tasks
Drswith
added a commit
that referenced
this pull request
Sep 6, 2026
…704) Post-#702 import-graph proof: no src/lifecycle module has zero production importers, so delete none. Keep update-planner for update planning paths (not install/ensure dry-run). Archive completed OpenSpec change route-install-ensure-dry-run-core-preview (specs already promoted). Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This was referenced Sep 6, 2026
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
Post-1.12 P0: route CLI
install/ensure--dry-runonto in-repo Core preview (away from the leftover dry-run planner path), keeping the 1.12.0 outward freeze.Freeze checklist
action/data{agent,changed,installed}/error/meta/ok/target/warnings)code:warnings[0].code === "DRY_RUN"changed: falsefor install/ensure dry-run0Out of scope (explicit)
src/lifecycle/update-plannerupgrade/ fix(upgrade): return NETWORK_ERROR when latest version cannot be resolved #700release-core.yml/ protect-mainLinked Artifacts
route-install-ensure-dry-run-core-previewValidation
install/ensure--dry-run/--jsoncontract regressionRelease Intent
Release Summary
BEGIN_COMMIT_OVERRIDE
feat(core): route install/ensure --dry-run through Core preview
Keep the 1.12.0 dry-run freeze (DRY_RUN, changed: false, exit 0, no engine
leak) while moving preview onto in-repo Core instead of the leftover planner path.
END_COMMIT_OVERRIDE
Docs Updated
Scope Check
Closure Check