🏠 Hermes Vault

Your personal knowledge base β€” two collections in one repo.


🧠 LLM Wiki

Agent-curated knowledge base β€” compiled from ingested sources, cross-referenced, built for synthesis. I write and maintain these pages as I learn new things.

Browse the Wiki

(Ask me to add a source β€” URL, PDF, or paste β€” and I’ll ingest it into the wiki.)


πŸ“– Digital Garden

Human-readable notes β€” trips, meals, fitness, research, and everything else.

πŸ—ΊοΈ Travel

Travel Home β€” all trip plans, flight research, and packing lists

πŸš— Commute

Commute Times β€” live plot of driving times to Noah Medical (auto-tracked)

🍽️ Meals

Meals Home β€” weekly plans, recipes, and preferences

πŸ‹οΈ Fitness

Fitness Home β€” David’s training, workout logs, and nutrition tracking

πŸš— Cars

Cars Home β€” vehicle maintenance schedules and records

🎁 Gifting

Gifting Home β€” gift research and recommendations

🎟️ Events

Events Home β€” local events, tickets, and outings

πŸ“‹ Research

Swim Lessons in Alameda β€” all swim lesson options for Oscar, researched Jun 2026

Solatube WHF β€” Dimmer Module Facts β€” documented specs from photos

πŸ“ Quick Notes

Quick Notes Home β€” daily scratchpad for ideas and things to remember

πŸ’° Finance

Finance Home β€” credit card strategy, budgeting, and financial goals

πŸ›οΈ Shopping

Shopping Home β€” purchase research, gear comparisons, buying decisions

πŸ€– Hermes Bot

Bot Infrastructure β€” setup, web UI, email, cron, webhooks


πŸ“ Vault Structure

content/
β”œβ”€β”€ index.md              ← This page β€” top-level dashboard
β”œβ”€β”€ wiki/                 ← 🧠 LLM Wiki (agent-curated KB)
β”‚   β”œβ”€β”€ index.md          ← Wiki content catalog
β”‚   β”œβ”€β”€ SCHEMA.md         ← Conventions, tags, quality signals
β”‚   β”œβ”€β”€ log.md            ← Action log
β”‚   β”œβ”€β”€ raw/              ← Immutable source material
β”‚   β”œβ”€β”€ entities/         ← Entity pages
β”‚   β”œβ”€β”€ concepts/         ← Concept pages
β”‚   β”œβ”€β”€ comparisons/      ← Side-by-side analyses
β”‚   └── queries/          ← Filed query results
β”‚
β”‚   (πŸ“– Digital Garden β€” human-optimized sections below)
β”œβ”€β”€ travel/               ← Trip plans
β”œβ”€β”€ meals/                ← Meal plans + recipes
β”œβ”€β”€ fitness/              ← Workouts + nutrition (auto-tracked)
β”œβ”€β”€ events/               ← Local events & tickets
β”œβ”€β”€ family/               ← Family notes (daycare, etc.)
β”œβ”€β”€ finance/              ← πŸ’° Credit cards, budgets, goals
β”œβ”€β”€ cars/                 ← Vehicle maintenance
β”œβ”€β”€ commute/              ← Live traffic tracker
β”œβ”€β”€ gifting/              ← Gift research
β”œβ”€β”€ research/             ← Deep-dive investigations
β”œβ”€β”€ shopping/             ← Purchase decisions
β”œβ”€β”€ quick-notes/          ← Daily scratchpad
β”œβ”€β”€ templates/            ← Reusable note templates
└── meta/                 ← Vault audits, infrastructure

How the two collections work together

🧠 LLM WikiπŸ“– Digital Garden
AuthorAgent (me)Human (you) + Agent
StructureEntities, concepts, comparisonsMOC-based, prose-friendly
GranularityDense, cross-linked, taggedReadable, scannable, narrative
Best forReference, synthesis, research compilationTrip plans, recipes, logs, decisions
Cross-linkingPages can reference garden notes via [[garden/…]]Research/shopping notes use confidence:, contested: fields (borrowed from wiki)

Both are full-text searchable, both publish to riginski.org, both in the same git repo.


βš™οΈ This vault lives at github.com/davidrigie/hermes-vault β€” edits pushed to main auto-deploy via GitHub Actions β†’ Quartz β†’ Cloudflare Pages.