Major improvement, security handling, file handling +fixes

This commit is contained in:
unknown
2026-05-23 00:13:56 +02:00
parent 2129081599
commit a7b44af91a
25 changed files with 925 additions and 116 deletions

2
Cargo.lock generated
View File

@@ -402,6 +402,7 @@ dependencies = [
"chrono",
"rusqlite",
"rusqlite_migration",
"serde_json",
"tokio",
"tracing",
]
@@ -410,6 +411,7 @@ dependencies = [
name = "cgcx-file-pipeline"
version = "0.1.0"
dependencies = [
"blake3",
"cgcx-config",
"cgcx-content-typing",
"cgcx-core",