Skip to content
Discussion options

You must be logged in to vote

Francis — sorry for the long radio silence, this one slipped past me. Your read of the code is accurate: the skill currently assumes one machine = one vault. But you can get goal 1 (per-project KB) today, just not via the documented install path. Goal 2 is honest to-be-done.

Goal 1 — per-project vault (works today, undocumented)

Use Claude Code's per-project settings instead of the global one. Set OBSIDIAN_VAULT_PATH in .claude/settings.json inside each repo:

// in ~/projects/repo-a/.claude/settings.json
{
  "env": {
    "OBSIDIAN_VAULT_PATH": "/Users/you/vaults/repo-a-vault"
  }
}
// in ~/projects/repo-b/.claude/settings.json
{
  "env": {
    "OBSIDIAN_VAULT_PATH": "/Users/you/vaults/rep…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by eugeniughelbur
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants