From 18e5aab4a520ad4a19742ab69fbd52a1cdb4fd1d Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Sat, 21 Mar 2026 17:57:54 -0400 Subject: [PATCH] feat: Convert robot-plugins to proper git submodule - Removes nested .git directory from robot-plugins - Adds robot-plugins as a proper submodule of hristudio - Points to main branch of soconnor0919/robot-plugins repository - This enables proper version tracking and updates of robot plugins --- .gitmodules | 4 ++++ robot-plugins | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..080ac18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "robot-plugins"] + path = robot-plugins + url = git@github.com:soconnor0919/robot-plugins.git + branch = main diff --git a/robot-plugins b/robot-plugins index f83a207..6a805aa 160000 --- a/robot-plugins +++ b/robot-plugins @@ -1 +1 @@ -Subproject commit f83a207b16d5ceabfb6a25be35b99bfe4fe53ad1 +Subproject commit 6a805aaa91d90b5abe234017be5b47ee1ff78542