Wiki Schema

Domain

This wiki covers research tasks Johannes asks Hermes/Dagobert to perform. It is intentionally broad: AI/LLMs, software, boating, places, websites, project research, market/product research, and any recurring topic that benefits from accumulated notes.

Operating Principle

This wiki follows llm-wiki-pattern inspired by Andrej Karpathy's LLM Wiki idea: raw sources are preserved, then Hermes incrementally compiles knowledge into interlinked markdown pages so research compounds over time instead of being rediscovered from scratch.

Directory Structure

Conventions

Frontmatter


---
title: Page Title
created: YYYY-MM-DD
updated: YYYY-MM-DD
type: entity | concept | comparison | query | summary
tags: [tag-from-taxonomy]
sources: [raw/articles/source.md]
confidence: high | medium | low
contested: false
---

Tag Taxonomy

Use only these tags unless this schema is updated first:

Page Thresholds

Research Workflow

  1. Orient: read SCHEMA.md, index.md, and recent log.md.
  2. Capture raw sources in raw/ with hash frontmatter.
  3. Search existing pages before creating new ones.
  4. Create/update entity, concept, comparison, or query pages with wikilinks.
  5. Update index.md and log.md.
  6. Reply to Johannes with a concise summary and file/link list.

Update Policy

When new information conflicts with existing content:

  1. Prefer newer/better primary sources, but preserve the older claim with date/source if relevant.
  2. If contradiction remains unresolved, set contested: true and describe the conflict.
  3. Flag contradictions in the final report to Johannes.

Rendered from SCHEMA.md.