v1.71.3
[1.71.3] - 2026-07-25 — Alcor
Theme: discovered console commands join the booted world — a one-line-in-spirit console fix
with a wide blast radius: extension-discovered commands no longer run inside a parallel,
never-booted container. Pure fix: no new env vars, no migrations, no default changes, no API
changes.
Fixed
- Console: discovered commands ran in a parallel, never-booted world —
Application::registerDeferredExtensionCommands()instantiated non-container-registered
commands bare (new $class()), sendingBaseCommanddown its no-args path: a fresh
ApplicationContextplus a fresh container in which extensionboot()never ran, so
discovered commands silently operated without capabilities, boot-registered contributors,
or listeners. Bare instantiation now passes the console's own container and
ApplicationContextwhen the class is aBaseCommand, matching container-resolved commands.