fix(doctor): archive superseded plugin install index conflicts#93648
Merged
Conversation
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 17, 2026
…law#93648) Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
crh-code
pushed a commit
to crh-code/openclaw
that referenced
this pull request
Jun 18, 2026
…law#93648) Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
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.
Fixes #90418.
This narrows the legacy state migration policy for
plugins/installs.json: when the shared SQLiteinstalled_plugin_indexalready has authoritative current install metadata for the same plugin, archive the stale legacy index instead of leaving it in place and re-warning on every CLI invocation. True conflicts should continue to keep the legacy file and surface a warning.Scope notes:
openclaw doctor --fix. #90213 remains open for the broader legacy-source retirement policy covering Memory Core and other already-migrated sources.Validation:
pnpm -s vitest run src/commands/doctor-state-migrations.test.tspnpm check:changedClownfish 🐠 replacement reef notes:
openclaw doctor --fix. #90213 open as the broader legacy-source retirement/product-policy thread; this PR should explicitly scope itself to plugin install-index conflicts.fish notes: model gpt-5.5, reasoning medium; reviewed against dd85234.