From 2482d08719ea4c0e40042b226d404d3b73ce34c6 Mon Sep 17 00:00:00 2001 From: Avi Fenesh Date: Fri, 6 Mar 2026 00:53:43 +0200 Subject: [PATCH] Add agent-knowledge as git submodule Centralizes knowledge base in agent-sh/agent-knowledge repo, shared across all plugin repos via submodule. --- .gitmodules | 3 +++ agent-knowledge | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 agent-knowledge diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e7c41ee --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "agent-knowledge"] + path = agent-knowledge + url = https://github.com/agent-sh/agent-knowledge.git diff --git a/agent-knowledge b/agent-knowledge new file mode 160000 index 0000000..ec41797 --- /dev/null +++ b/agent-knowledge @@ -0,0 +1 @@ +Subproject commit ec41797105b216dacd27d01be904cde1d39149c4