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.
Connects Claude, Cursor, Copilot, Gemini, and others to your codebase via an n98-magerun2–backed MCP server, plus curated guidelines and skills for common workflows. Includes an interactive installer, update command, and an extension system that merges project-specific rules and skills from Composer packages.
Adds bin/magento info:dependencies:show-removable to export modules-removable.csv with modules that have no declared dependencies, helping identify candidates to disable. Includes Composer package and installation/usage steps.
Provides CLI commands and an admin grid to detect missing strings, generate locale-specific CSVs, and import existing or missing translations into the database, with optional cron to keep them up to date. Supports converting completed CSVs into language packs and scoping imports globally or per store view.