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.
This commit is contained in:
2026-04-19 14:46:45 -04:00
parent d076328442
commit 06aba3c05b
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -7,3 +7,7 @@
[submodule "skills/tabular-extract"] [submodule "skills/tabular-extract"]
path = skills/tabular-extract path = skills/tabular-extract
url = https://git.prettyhefty.com/Bill/tabular-extract.git 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

1
skills/vault Submodule

Submodule skills/vault added at f3a044613f