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
This commit is contained in:
2026-03-21 17:57:54 -04:00
parent c16d0d2565
commit 18e5aab4a5
2 changed files with 5 additions and 1 deletions

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule "robot-plugins"]
path = robot-plugins
url = git@github.com:soconnor0919/robot-plugins.git
branch = main