Remove legacy migration repair paths#2420
Open
chubes4 wants to merge 1 commit into
Open
Conversation
Contributor
Homeboy Results —
|
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
flows migrate-legacy-handler-shapeWP-CLI repair command and its one-shot migrator/test so stored workflow specs stay canonical-only for 1.0.Verification
php -l inc/Cli/Commands/Flows/FlowsCommand.php && php -l inc/Engine/AI/System/SystemAgentServiceProvider.php && php -l inc/Engine/Tasks/RecurringScheduleRegistry.php && php tests/recurring-schedule-registry-contract-smoke.php && php tests/workflow-spec-contract-smoke.php && php tests/system-task-workflow-validation-smoke.phpvendor/bin/phpcs inc/Cli/Commands/Flows/FlowsCommand.php inc/Engine/AI/System/SystemAgentServiceProvider.php inc/Engine/Tasks/RecurringScheduleRegistry.php tests/recurring-schedule-registry-contract-smoke.phphomeboy lint --path . --extension wordpress --changed-onlyhomeboy test --path . --extension wordpress --changed-since HEADgit diff --checkNotes
homeboy lint --path . --extension wordpresswas also run after the first edit. It reported two unrelated existing findings ininc/Engine/AI/ConversationManager.phpandinc/Core/FilesRepository/MediaValidator.php, plus one local formatting issue that was fixed. The changed-only lint is green with no baseline drift.Follow-up
inc/migrations/and repository-levelmigrate_*methods that still have concrete table/column responsibilities.Closes #2411.
Refs #2418.
AI assistance