From 06aba3c05bd9766a1aac50c56044c8650d466cf8 Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Sun, 19 Apr 2026 14:46:45 -0400 Subject: [PATCH] feat: add vault skill as submodule Adds the obsidian-vault-manager skill for cross-workspace vault access. Run skills/vault/scripts/bootstrap.sh after deployment to set up the vault CLI and clone the knowledge base. --- .gitmodules | 4 ++++ skills/vault | 1 + 2 files changed, 5 insertions(+) create mode 160000 skills/vault diff --git a/.gitmodules b/.gitmodules index 2e61d82..4235abd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ [submodule "skills/tabular-extract"] path = skills/tabular-extract url = https://git.prettyhefty.com/Bill/tabular-extract.git +[submodule "skills/vault"] + path = skills/vault + url = https://git.prettyhefty.com/Bill/obsidian-vault-manager.git + branch = feature/vault-tooling diff --git a/skills/vault b/skills/vault new file mode 160000 index 0000000..f3a0446 --- /dev/null +++ b/skills/vault @@ -0,0 +1 @@ +Subproject commit f3a044613f05e4ec619e7d288a1d1fa3ab9a98cc