chore(lifecycle): prune zero-ref planners after dry-run Core preview - #704
Merged
Conversation
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).
Drswith
marked this pull request as ready for review
September 6, 2026 11:16
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 P1 cleanup after #702: import-graph proof that no
src/lifecyclemodule became zero-reference when install/ensure
--dry-runmoved onto Corepreview. Delete none. Keep every still-imported module (including
update-planner, which remains on the update planning path). Archive thecompleted P0 OpenSpec change
route-install-ensure-dry-run-core-preview(accepted deltas already live in
openspec/specs/).Intake: mechanical cleanup / no observable behavior — no new OpenSpec change.
Deleted vs kept
agent-execution.tssrc/core/execution-executor.ts(via barrelplanAgentExecutionPreflight)agent-observation.tssrc/core/production-observation.ts,src/core/update-production.ts,src/services/lifecycle-observations.tsmodel.tssrc/state/*, Core install/uninstall/update, package-manager, servicesprovider-binding.tscore-installation-cliprovider-evidence.tssrc/services/lifecycle-observations.ts,src/core/client.ts, idempotency/uninstall via barreluninstall-postcondition.tssrc/core/uninstall-executor.tsupdate-planner.tssrc/planning/updates.ts,src/core/update-production.ts,src/services/lifecycle-updates-production.ts(update planning — not install/ensure dry-run)index.tsDELETE: none (0 zero-reference modules after #702).
Freeze confirmation
install/ensure--dry-run --json:warnings[0].code === "DRY_RUN",data.changed === false,ok: true, exit0Out of scope (explicit)
src/services/*-productionorsrc/core/*-compatibilityupgrade/ fix(upgrade): return NETWORK_ERROR when latest version cannot be resolved #700 /config/capabilities/commands/schema.github/workflows/**/release-core.yml/ protect-mainquantex-coreAPI expansionLinked Artifacts
route-install-ensure-dry-run-core-preview(after feat(core): route install/ensure --dry-run through Core preview #702)Validation
bun run memory:checkbun run lintbun run format:checkbun run typecheckbun run openspec:validateinstall/ensure--dry-run --json→ DRY_RUN / changed:false / exit 0Release Intent
Release Summary
Docs Updated
openspec/...(archive closure of completed P0 change)Scope Check
Closure Check
route-install-ensure-dry-run-core-preview); no new change required.Notes
update-plannerlooked like a dry-run leftover but still has production importers on the update path; hard-delete would break update planning.update-planner.tsanduninstall-postcondition.tsfor taxonomy + reviewer clarity.