chore(cleanup): remove dead Module stubs and unused imports; restore deferred files
Deletes 21 Module.kt scaffolding objects that were never wired into any DI registry. Removes unused imports across 8 production and 3 test files. Restores StageExecutor, CyclePolicyResolver, PolicyValidation, and ReplayContractTest — these are deferred features, not dead code.
This commit is contained in:
-1
@@ -18,7 +18,6 @@ import kotlinx.datetime.Clock
|
||||
import org.junit.jupiter.api.Assertions.assertArrayEquals
|
||||
import org.junit.jupiter.api.Assertions.assertEquals
|
||||
import org.junit.jupiter.api.Assertions.assertFalse
|
||||
import org.junit.jupiter.api.Assertions.assertNotNull
|
||||
import org.junit.jupiter.api.Assertions.assertNull
|
||||
import org.junit.jupiter.api.Assertions.assertTrue
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
package com.correx.infrastructure.inference
|
||||
|
||||
object Module
|
||||
@@ -1,3 +0,0 @@
|
||||
package com.correx.infrastructure.scheduler
|
||||
|
||||
object Module
|
||||
@@ -1,3 +0,0 @@
|
||||
package com.correx.infrastructure.security
|
||||
|
||||
object Module
|
||||
@@ -1,3 +0,0 @@
|
||||
package com.correx.infrastructure.telemetry
|
||||
|
||||
object Module
|
||||
Reference in New Issue
Block a user