Problem
Running the standalone test suite from main fails in tests/worktree-cleanup-patch-equivalence.php because the test loads WorkspaceActiveNoSignalCleanup.php without loading its GitCheckout dependency.
Reproduction
php tests/worktree-cleanup-patch-equivalence.php
PHP Fatal error: Uncaught Error: Class \"DataMachineCode\\Workspace\\GitCheckout\" not found
... inc/Workspace/WorkspaceActiveNoSignalCleanup.php:1142
Expected
The standalone smoke test loads all required production classes and reaches its assertions. tests/worktree-prune-linked-primary.php already demonstrates the required inc/Workspace/GitCheckout.php bootstrap include.
Context
Discovered while running the full standalone suite for #1006. This failure is unrelated to the public run-artifact refactor.
Problem
Running the standalone test suite from
mainfails intests/worktree-cleanup-patch-equivalence.phpbecause the test loadsWorkspaceActiveNoSignalCleanup.phpwithout loading itsGitCheckoutdependency.Reproduction
Expected
The standalone smoke test loads all required production classes and reaches its assertions.
tests/worktree-prune-linked-primary.phpalready demonstrates the requiredinc/Workspace/GitCheckout.phpbootstrap include.Context
Discovered while running the full standalone suite for #1006. This failure is unrelated to the public run-artifact refactor.