Problem
php tests/ai-request-inspector-smoke.php fatals on current main before reaching its CLI assertions:
Class "DataMachine\Engine\AI\ToolSchemaNormalizer" not found
inc/Engine/AI/ProviderRequestAssembler.php:95
The standalone smoke manually loads ProviderRequestAssembler but does not load or autoload its ToolSchemaNormalizer dependency. This reproduces unchanged on authoritative main and is unrelated to the CLI registry contraction in #3399.
Expected
The standalone bootstrap explicitly loads the dependency it exercises, or uses the repository autoloader consistently, so the smoke reaches all assertions without relying on incidental production includes.
Problem
php tests/ai-request-inspector-smoke.phpfatals on currentmainbefore reaching its CLI assertions:The standalone smoke manually loads
ProviderRequestAssemblerbut does not load or autoload itsToolSchemaNormalizerdependency. This reproduces unchanged on authoritativemainand is unrelated to the CLI registry contraction in #3399.Expected
The standalone bootstrap explicitly loads the dependency it exercises, or uses the repository autoloader consistently, so the smoke reaches all assertions without relying on incidental production includes.