From 99a53d0ab25b7afca239efaef12ca2b74235dd05 Mon Sep 17 00:00:00 2001 From: forbes Date: Sat, 14 Feb 2026 14:41:48 -0600 Subject: [PATCH] =?UTF-8?q?feat(silo):=20update=20silo=20submodule=20?= =?UTF-8?q?=E2=80=94=20DAG=20extraction=20engine=20(#214)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Points silo-mod to feat/silo-dag-extraction branch which adds: - extract_dag(): two-pass document walk producing nodes + edges - classify_type(): maps ~50 FreeCAD TypeIds to DAG node types - compute_properties_hash(): SHA-256 of parametric inputs Closes #214 --- mods/silo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/silo b/mods/silo index 9e99b83091..3a9fe6aed8 160000 --- a/mods/silo +++ b/mods/silo @@ -1 +1 @@ -Subproject commit 9e99b8309107aa46344b175fb23902286441dcc0 +Subproject commit 3a9fe6aed89cc36f68999feae8e327e64b8c1885 -- 2.49.1