pluginManagement { repositories { mavenCentral() gradlePluginPortal() } } rootProject.name = 'correx' include ':apps:cli' include ':apps:server' include ':apps:tui' include ':apps:worker' include ':apps:desktop' include ':core:kernel' include ':core:events' include ':core:transitions' include ':core:context' include ':core:inference' include ':core:artifacts' include ':core:artifacts-store' include ':core:validation' include ':core:approvals' include ':core:tools' include ':core:router' include ':core:sessions' include ':core:config' include ':core:risk' include ':infrastructure:persistence' include ':infrastructure:inference' include ':infrastructure:inference:commons' include ':infrastructure:inference:llama_cpp' include ':infrastructure:router' include ':infrastructure:router:turbovec' include ':infrastructure:tools' include ':infrastructure:tools:filesystem' include ':infrastructure:workflow' include ':infrastructure:artifacts-cas' include ':testing:replay' include ':testing:contracts' include ':testing:kernel' include ':testing:integration' include ':testing:fixtures' include ':testing:projections' include ':testing:transitions' include ':testing:approvals' include ':testing:deterministic'