From cec9a3296f604664f2bf0c07ef3d17019da9c50d Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 19 Feb 2026 04:41:18 +0000 Subject: [PATCH] Remove glue submodule: models moved to shared/ The glue layer's models (MenuNode, ContainerRelation), services (navigation, relationships), and event handlers have been absorbed into shared/. The glue submodule caused duplicate SQLAlchemy table registration for 'menu_nodes'. Co-Authored-By: Claude Opus 4.6 --- .gitmodules | 3 --- glue | 1 - 2 files changed, 4 deletions(-) delete mode 160000 glue diff --git a/.gitmodules b/.gitmodules index 9ead19f..b509b5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,3 @@ path = shared url = https://git.rose-ash.com/coop/shared.git branch = decoupling -[submodule "glue"] - path = glue - url = /root/rose-ash/glue diff --git a/glue b/glue deleted file mode 160000 index ebce44e..0000000 --- a/glue +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ebce44e9d9ae0938647290a1e98687ae79fd71eb