Five files across four note types so every new Obsidian Base has
something to display immediately when the vault is opened:
- daily/2026-04-19.md — today's journal entry, covering the PKB
setup work. Wikilinks to the permanent note, project brief, and
reading note below.
- notes/pkb-as-lens-substrate.md — the load-bearing design note
capturing the PKB-as-substrate / Council-as-lens inversion that
drove this whole extension.
- projects/mql/brief.md and log.md — active project tracking the
companion Markdown-Query-Language CLI (sibling repo). First log
entry records the Go-over-Rust decision and v0.1 scope.
- reading/audiopen-integration-research.md — marked done; captures
the two-clouds distinction (AudioPen's processing cloud
unavoidable; Obsidian Sync optional) and names Tailscale Funnel
as the chosen webhook-exposure path.
- inbox/2026-04-19-1900_test-ingestion.md — hand-authored fleeting
note (source: manual, distinguishable from AudioPen drops) so
/triage-inbox has something to exercise on before the real voice
pipeline is running.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Establishes the knowledge-base substrate the Council now sits on top of:
daily/, inbox/ (+ raw/ for AudioPen drops), notes/, projects/,
reading/, reflections/, reviews/, _templates/. Each folder seeded with
a .gitkeep so the structure is committed even when empty.
Six templates under _templates/ define the canonical shape for each
note type (daily, permanent, project, reading, reflection, fleeting).
Frontmatter includes the type: field so the Bases below can filter on
it without collision with the existing council-* vocabulary.
Five new Obsidian Bases at repo root: notes.base, projects.base (with
active / all views), reading.base (to-read / reading / done views),
reflections.base (combined reflections + weekly + monthly reviews),
and inbox.base (fleeting notes awaiting triage).
Expanded .obsidian/app.json userIgnoreFilters to hide _templates and
scripts from the vault index so they don't clutter the graph, search,
or file explorer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>