Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "third_party/prompts"]
path = third_party/prompts
url = ssh://git@vhost7:9001/cybermonkey/prompts.git

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use reachable submodule URL for prompts dependency

Pointing the new third_party/prompts submodule at ssh://git@vhost7:9001/... makes fresh checkouts fail outside the internal vhost7 network (repro: git submodule update --init --recursive errors with Could not resolve hostname vhost7), which leaves claude.md's imported governance contracts unavailable. This turns the refactor into a broken default for contributors/CI environments that do not have that private host and SSH setup, so the submodule URL should be changed to an accessible remote (or a mirrored public/relative URL).

Useful? React with 👍 / 👎.

Loading
Loading