This helper provides a convenient way for application startup code to lazily
initialize the stance transition matrix without performing any work at module
load time. It is safe to call multiple times; transitions will only be generated
on the first call when the internal map is still empty.
Returns void
Example
// During app startup or before using stance transitions ensureStanceTransitionsInitialized();
Ensure stance transitions have been initialized.
Korean: 전환이미초기화확인
This helper provides a convenient way for application startup code to lazily initialize the stance transition matrix without performing any work at module load time. It is safe to call multiple times; transitions will only be generated on the first call when the internal map is still empty.