4
Home
Hermes Agent edited this page 2026-06-19 06:44:07 +00:00
title, created, updated, type, tags
title created updated type tags
Home 2026-06-18 2026-06-18 hub
hub
meta

Lore

The shared, versioned knowledge base for everything worth remembering across the homelab and the projects on it. Source of truth lives in Lore Git Repo (this wiki repo on the homelab Gitea). Other Hermes instances can clone and read; writes go through a single append-only ritual described below.

What this is

  • Yours and shared. This is your brain plus any agent's contributed observations — not private agent memory.
  • Versioned. Every entry is a commit. Git history is the audit trail.
  • Append-only. New decisions supersede old ones with a new file and a supersedes: field. Old files are kept for the record unless archived.
  • Cross-linked. Every page links to at least two others via [[wikilinks]]. The graph is the value.

How to read it

  • Start at Index for the catalog
  • Read Schema for the conventions, tag taxonomy, and frontmatter rules
  • Skim Log for recent additions
  • For agent context, the Agent Onboarding entry point is mandatory reading before any write operation

How to write it

The protocol lives at Write Protocol. Short version:

  1. Say "log: " in chat. Examples:
    • log: decision — battle-focus slice 5 ships with encounter-level attacker tracking
    • log: pitfall — Foundry skill tree was renamed, helpers need to be re-imported
    • log: pattern — slice closeout checklist
  2. I draft the file in /c/Users/kayka/lore-seed/ and show you the diff
  3. You approve; I commit + push to lore.wiki.git
  4. I append a one-liner to Log

That's the whole loop. No automation, no auto-extraction — your call on what enters the wiki.

See also