feat: Add Obsidian vault configuration and documentation for navigation and memory management

This commit is contained in:
2026-04-16 12:12:31 -06:00
parent 53eb9dbc36
commit 1ab9472055
27 changed files with 1016 additions and 0 deletions

22
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"attachmentFolderPath": "knowledge/assets",
"newFileLocation": "current",
"userIgnoreFilters": [
".git/",
".opencode/node_modules/",
".opencode/package-lock.json",
".opencode/package.json",
"ai/inbox/",
"archives/",
"**/archives/",
"scripts/**/.venv/",
"scripts/**/generated/",
"**/.venv/",
"**/generated/",
"scripts/mattermost/.venv/",
"scripts/mattermost/generated/",
"scripts/slack/generated/",
"**/__pycache__/",
"**/*.pyc"
]
}