From 24959308b2720b75aebbe37bb530687032cafac9 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 15 Dec 2025 23:51:49 +0100 Subject: [PATCH] feat: add testdrive-jsui as git submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set up testdrive-jsui as a git submodule pointing to separate repository. This enables independent development and versioning of the testdrive-jsui capability. The submodule will need manual synchronization of recent refactoring changes: - Consolidated asset structure (js/, static/) - Plugin self-declaration methods - Updated README with standalone usage docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitmodules | 3 +++ capabilities/testdrive-jsui | 1 + 2 files changed, 4 insertions(+) create mode 160000 capabilities/testdrive-jsui diff --git a/.gitmodules b/.gitmodules index dc849094..2c3bd8a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ [submodule "capabilities/kaizen-agentic"] path = capabilities/kaizen-agentic url = http://92.205.130.254:32166/coulomb/kaizen-agentic.git +[submodule "capabilities/testdrive-jsui"] + path = capabilities/testdrive-jsui + url = http://92.205.130.254:32166/coulomb/testdrive-jsui.git diff --git a/capabilities/testdrive-jsui b/capabilities/testdrive-jsui new file mode 160000 index 00000000..7ef23c29 --- /dev/null +++ b/capabilities/testdrive-jsui @@ -0,0 +1 @@ +Subproject commit 7ef23c2905102caf598b6511e29c987eb2e6c706