Fix engram_node_full field corruption + add validation #52

Merged
will.anderson merged 13 commits from fix/engram-node-full-field-corruption into dev 2026-06-10 22:01:42 +00:00
Showing only changes of commit c2afcbddf5 - Show all commits
+1
View File
@@ -17,6 +17,7 @@ fn engram_valid_node_type(t: String) -> Bool {
|| str_eq(t, "Artifact") || str_eq(t, "Conversation") || str_eq(t, "ExecutionContext")
|| str_eq(t, "InternalStateEvent") || str_eq(t, "Self") || str_eq(t, "Entity")
|| str_eq(t, "Process") || str_eq(t, "ConfigEntry") || str_eq(t, "Concept") || str_eq(t, "Imprint")
|| str_eq(t, "SessionSummary")
}
fn engram_valid_tier(t: String) -> Bool {