All 14 wiki templates now include a `description` frontmatter field for context-aware document loading. Agents can filter by description before loading full files, reducing context window pressure. Added character-exemplar.md preserving the Kael Davan Tier 1 profile as generator quality target (D-122). Updated GOVERNANCE.md to document the new field in the entry creation workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
58 lines
1.5 KiB
Markdown
58 lines
1.5 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "The Founding of the Settled Reach")
|
|
description: "" # One-line summary for context filtering (e.g., "Origin story of human expansion through the Horizon Gate network")
|
|
slug: "" # URL-safe identifier
|
|
category: lore
|
|
status: proposed # proposed | draft | canonical
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
era: "" # founding | expansion | consolidation | contemporary
|
|
scope: "" # reach-wide | regional | local
|
|
tags: []
|
|
decision_refs: []
|
|
cross_refs: []
|
|
---
|
|
|
|
# {Title}
|
|
|
|
**Type:** Lore
|
|
**Status:** {status}
|
|
**Era:** {era}
|
|
**Scope:** {scope}
|
|
|
|
---
|
|
|
|
## Summary
|
|
|
|
{1-2 paragraph summary of the historical event, period, or narrative.}
|
|
|
|
---
|
|
|
|
## Details
|
|
|
|
{Full description with dates, key figures, consequences.}
|
|
|
|
---
|
|
|
|
## Legacy
|
|
|
|
{How this lore affects the present day. Cultural memory, institutional consequences.}
|
|
|
|
---
|
|
|
|
## Mechanical Integration
|
|
|
|
{Knowledge flags, how this lore surfaces in gameplay (dialogue, environmental text, monologue).}
|
|
|
|
---
|
|
|
|
**Cross-References:**
|
|
<!-- Relative paths from flat categories (wiki/lore/{slug}.md):
|
|
Other lore: {slug}.md
|
|
Factions: ../factions/{slug}.md
|
|
Technology: ../technology/{slug}.md
|
|
Star systems: ../star-systems/{sys}/index.md
|
|
Cultural groups: ../cultural-groups/{slug}.md
|
|
-->
|
|
- [{related_entry}](../{category}/{slug}.md) — {relationship}
|