Initial commit: Obsidian RAG Plugin design spec and TDD

Add the original design spec (obsidian-rag-design.md) and the
comprehensive Technical Design Document covering the layered
protocol model (Transport, Session, Tool, Data), OpenClaw
interaction protocol, security layers, testing strategy, and
Windows development notes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 16:40:46 -04:00
commit 114a6dcf50
3 changed files with 833 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
KnowledgeVault/
KnowledgeVault/*
# Obsidian RAG development data
obsidian-rag/
# Dependencies
node_modules/
__pycache__/
*.pyc
.python-version
# Build output
dist/
*.tsbuildinfo
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db