feat(kernel): add journalCompactionTokenThreshold to OrchestrationConfig

This commit is contained in:
2026-06-08 10:03:36 +04:00
parent 4592d5ce18
commit 084820a8a3
@@ -11,4 +11,5 @@ data class OrchestrationConfig(
val sandboxRoot: Path = Path.of(System.getProperty("java.io.tmpdir"), "correx-sandbox"),
val defaultSystemPromptPath: String? = null,
val workspace: WorkspaceContext? = null,
val journalCompactionTokenThreshold: Int = 2000,
)