← viggomeesters.com
Personal knowledge system components
The parts of the system.
Niet de evolutie, maar de actuele bouwblokken: vault, schema, system folder, validation/indexing, and the agent interfaces around it. The vault stays the source of truth; everything else reads from it or writes back with provenance.
Structure
Schema & frontmatter
Operating layer
system/ folder
Integrity
Validation & indexes
Interfaces
Agent interfaces
Components
Source
Markdown vaultThe durable source of truth: Markdown files, folders, WikiLinks, frontmatter, notes, project context, decisions, and references that stay readable outside any app.
Open →
Structure
Schema & frontmatterThe typed shape of the vault: metadata, entity fields, topics, status, source links, project slugs, dates, and classification rules.
Open →
Operating layer
system/ folderThe internal operating layer: contracts, docs, scripts, indexes, workflow state, templates, and agent instructions that make the vault runnable.
Open →
Integrity
Validation & indexesThe quality gate and retrieval layer: validators, link checks, generated indexes, read models, and failure events when something cannot be safely written.
Open →
Interfaces
Agent interfacesThe access layer on top of the vault: Hermes, skills, Telegram, repo tools, browser tools, and scheduled jobs that turn the vault into an operational cockpit.
Open →
Core rule: Hermes memory, sessions, facts, Telegram, skills, and generated indexes are useful caches/interfaces. The durable truth lives in Markdown files with schema, provenance, validation, and source-backed links.