not->toContain('->terminalFollowUp('); } }); it('keeps dashboard follow-up and operator review helpers backed by derived actionability in Spec367', function (): void { $repoRoot = repo_root(); $operationRunModel = file_get_contents($repoRoot.'/apps/platform/app/Models/OperationRun.php'); $presenter = file_get_contents($repoRoot.'/apps/platform/app/Support/OpsUx/OperationUxPresenter.php'); expect($operationRunModel)->toContain('currentTerminalFollowUp()') ->and($operationRunModel)->toContain('OperationRunActionabilityResolver::class') ->and($presenter)->toContain('OperationRunActionabilityResolver::class'); });