This commit is contained in:
Sergio
2026-05-07 01:04:12 +00:00
parent 90e5bd3c73
commit ebfdf43170
9 changed files with 102 additions and 117 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ async fn primordial_loop(
spawn_audit_auto_flush(brain.clone());
}
// Carga inicial de reglas vía KCL o JSON, si --rules path proporcionado.
// Carga inicial de reglas desde JSON/JSONL si --rules path proporcionado.
if let Some(path) = &rules_path {
match ente_brain::load_rules_file(path) {
Ok(rules) => {