feat: capture file pre/post-image to CAS and emit FileWrittenEvent

This commit is contained in:
2026-05-31 10:34:30 +04:00
parent 0e688f3daf
commit b778c06f6c
4 changed files with 189 additions and 0 deletions
@@ -105,6 +105,7 @@ fun main() {
registry = toolRegistry,
eventDispatcher = EventDispatcher(eventStore),
workDir = sandboxRoot,
artifactStore = artifactStore,
)
logToolInfo(sandboxRoot, workingDir, shellAllowedExecutables, toolRegistry)