Research-Stack/6-Documentation/wiki/Obsidian-connector/Obsidian Sync.md
allaun 5f80fd8429 chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00

28 lines
707 B
Markdown

# Obsidian Sync
Local Obsidian sync is configured through:
```bash
scripts/obsidian_sync_shim.py
```
## Commands
```bash
python3 scripts/obsidian_sync_shim.py ingest --backend local
python3 scripts/obsidian_sync_shim.py sync --backend local
python3 scripts/obsidian_sync_shim.py sync --backend auto
```
## Configuration
```bash
OBSIDIAN_VAULT_PATH=/home/allaun/Research Stack/6-Documentation/wiki/obsidian-vault
OBSIDIAN_LAKE_PATH=/home/allaun/Research Stack/data/obsidian_lake.jsonl
```
## Notes
- Obsidian wins conflicts by default.
- Existing notes are not overwritten unless `--lake-wins` is passed.
- `--backend auto` uses the topological engine when healthy and falls back to the local vault.