Remove legacy task input aliases#805
Merged
Merged
Conversation
Collaborator
Author
|
Holding this PR before merge. The current shape mostly preserves and centralizes legacy compatibility paths, which leaves explicit technical debt unless each accepted legacy surface is tied to a concrete shipped-input or persisted-data requirement. Please revise toward removing unsupported legacy inputs by default, or document the exact required compatibility surface and keep only that bounded normalization. |
7473649 to
4064e48
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.
Summary
goal,agent_bundles,sandbox_tool_policy,inputs.extra_plugins,steps-json, and canonical sandbox runtime metadata.Fixes #766.
Deleted legacy paths
packages/runtime-core/src/legacy-task-input.ts,recipe-compat.ts, andsandbox-tool-metadata-compat.ts.packages/wordpress-plugin/src/class-wp-codebox-legacy-input-normalizer.phpandclass-wp-codebox-legacy-result-normalizer.php.task,agentBundles,sandboxToolPolicy,inputs.extraPlugins, browseractions-json, legacy sandboxexecution_location/transport_visibilitymetadata, and thehomeboy/wp-codebox-task-request/v1parent request schema.legacy_abilitiesandx-wp-codebox-accepted-schemas.Checks
npm run buildnpm run task-input-contract-smokenpm run sandbox-tool-policy-smokenpm run command-registry-smokenpm run recipe-dry-run-smokenpm run runtime-action-adapter-smokenpm run wordpress-plugin-smokenpm run wordpress-recipe-builders-smokenpm run recipe-build-cli-smokenpm run agent-task-run-runtime-components-smokenpm run recipe-run-php-plugin-load-smokegit diff --checkAI assistance