Remove glue submodule: models moved to shared/
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s

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 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-19 04:41:11 +00:00
parent f364448131
commit 52a4f4ad43
2 changed files with 0 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -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

1
glue

Submodule glue deleted from ebce44e9d9