Back to corpus
architecturetechnical paper candidatescore 74

Obsidian Vault Integration — Architecture & Operations Guide

| Store | Type | Weakness | |-------|------|----------| | `memory/*.md` files | Flat Markdown | No linking, manual curation, linear | | Kimi SQLite DB (`kimi_memory.db`) | Structured tables | Queryable but invisible, no graph | | Supabase | Cloud relational | API-only access, no browsing | | Orbit | Semantic memory | Black-box embeddings, no human navigation | | Discord threads | Chat messages | Ephemeral, unsearchable after scroll | | Plan files (`.claude/plans/`) | Task-scoped Markdown | Die when plans complete |

Full HTML reader

Read the full artifact

Open in new tab

Extracted abstract or opening context

**Version**: 0.2.0 **Created**: 2026-03-01 **Updated**: 2026-03-01 **Status**: Phase 1-4 complete, Phase 5 deferred Knowledge generated by the agent ecosystem is fragmented across 6+ disconnected stores: | Store | Type | Weakness | |-------|------|----------| | `memory/*.md` files | Flat Markdown | No linking, manual curation, linear | | Kimi SQLite DB (`kimi_memory.db`) | Structured tables | Queryable but invisible, no graph | | Supabase | Cloud relational | API-only access, no browsing | | Orbit | Semantic memory | Black-box embeddings, no human navigation | | Discord threads | Chat messages | Ephemeral, unsearchable after scroll | | Plan files (`.claude/plans/`) | Task-scoped Markdown | Die when plans complete | None of these stores link ideas together. A synthesis about "N'Ko voice keyboards" doesn't know it's related to a Pulse session that built the "Speak" project, which connects to the "voice recognition" entity in the knowledge graph. **Obsidian's `[[bidirectional links]]`** solve this organically. Every `[[entity]]` reference creates a backlink, and over time the graph view reveals clusters, orphans, and unexpected connections between ideas. The `obsidian-headless` CLI (v0.0.3) makes the vault machine-writable without the desktop app.

Promotion decision

What has to happen next

Promote into a technical note or architecture paper with implementation anchors.

Why this is not always a full paper yet

Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.