Auto-disables 2FA in developer mode and adds admin/CLI toggles to enable or disable 2FA—and API token generation—in other environments.
Patch enforcing CLI-only execution for DI scanners to mitigate StyleSmuggler, adding PHP_SAPI checks in ArrayScanner, ClassesScanner, and XmlInterceptorScanner.
CLI tool to regenerate product and category URL rewrites across all stores or specific IDs, with options to preserve old URLs (301 history), delete orphaned rewrites, change URL suffixes, add SKU to URLs, and more. Includes installation, quick-start commands, and a full options reference.
Enables dev-only modules via app/etc/env.php instead of app/etc/config.php, avoiding changes to config/composer files and supporting zero-downtime deployments. Provides a gene:envphp:enable CLI to toggle modules for local/tests and adjusts setup commands to respect env-defined statuses.
Tracks product price history and computes the lowest prior price in a configurable anchored window to comply with the EU Omnibus Directive. Adds storefront labels on product and category pages, an admin price history grid, CLI commands, and cron/queue-powered processing.
CLI tool that installs multiple PHP versions, manages extensions, and runs native services (MySQL, Redis, Elasticsearch, RabbitMQ) without Docker. Reads composer.json/lock to reproduce vendor/ and includes a Mage-OS starter for one‑command setup.
Extends the dev:tests:run command to execute static, unit, integration, and integrity test suites in parallel via ParaTest, with --processes and --runner options and full --arguments passthrough. Includes Composer install steps and CLI examples for speeding up local and CI pipelines.
Composer package running an MCP server with 80+ tools to inspect runtime DI resolution, plugin chains, events, EAV attributes, routes, GraphQL, and more. Includes error/performance diagnostics, a read‑only code runner, code generation, and container-aware setup with production-safe defaults.
Parses XML and PHP to map module load order, DI resolutions (preferences, plugins, virtual types), events, cron, routes, config, and ACL with file/line citations—without booting the app. Also offers a 'doctor' scan, optional live DB reads for runtime state, JSON output, shell completions, and an LSP with VS Code/Zed extensions.
Provides versioned backups with restore and cleanup for CMS pages and blocks, plus XML-defined content updates via a versioned upgrade command. Includes admin and CLI tools to import/export JSON/XML (with media), multistore support, and cron-based history pruning.