feat(events): RefinementIterationEvent + orchestration state counter

This commit is contained in:
2026-06-04 00:50:16 +04:00
parent bcc20509e0
commit 9d1fe397f1
7 changed files with 88 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ plugins {
dependencies {
testImplementation(project(":core:events"))
testImplementation(project(":core:journal"))
testImplementation(project(":core:kernel"))
testImplementation(project(":core:sessions"))
testImplementation(project(":core:transitions"))
testImplementation(project(":core:validation"))