feat(kernel): inject decision journal into stage context + wire repository

This commit is contained in:
2026-06-04 00:48:07 +04:00
parent bd4dd91bf1
commit bcc20509e0
16 changed files with 129 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ dependencies {
testImplementation(project(":core:context"))
testImplementation(project(":core:inference"))
testImplementation(project(":core:kernel"))
testImplementation(project(":core:journal"))
testImplementation(project(":core:risk"))
testImplementation(project(":core:tools"))
testImplementation(project(":core:toolintent"))