feat: 5.1 — transform-all replaces the removed translate alias#51
Merged
Conversation
Executes docs/PLAN-5.1.md. - New `devtb transform-all <source> <file>` (Python engine): one source → every other framework through the universal route, per-target fidelity table, --output-dir/--dry-run; framework extension map completed - Removed: the `translate` and `translate-all` CLI commands (deprecated since 4.14.0) — both exit with a pointer to transform/transform-all; the wrapper rejects them; PHP CLI stubs error cleanly; DEVTB_Translator::translate() (WordPress runtime engine) unaffected - Fixed: devtb help no longer lists list-frameworks/validate as deprecated (they never were); fidelity-gate fallback message no longer points at the removed command - Tests: translate-removal + transform-all fan-out (13 outputs) pinned Suites: Python 307 · PHP 344/5,691 · 3 e2e smokes × 2 engines — green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Summary
Executes
docs/PLAN-5.1.md: thetranslatedeprecation window closes, and the replacement lands first.devtb transform-all <source> <file>— fans one source out to all 13 other frameworks through the universal route with a per-target fidelity table (live run: divi source → 13 outputs, 96–100% per target).translate/translate-allCLI commands (deprecated since 4.14.0). Wrapper and PHP CLI both exit with pointers to the replacements.DEVTB_Translator::translate()— the WordPress runtime engine — is untouched.list-frameworks/validate; the fidelity-gate fallback message no longer references the removed command.Test evidence
Python 307 passed (new removal + fan-out tests) · PHPUnit 344/5,691 · 3 e2e smokes × 2 engines — green, plus live wrapper runs of
transform-all, the removed-command error path, andlist-frameworks.🤖 Generated with Claude Code