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>
50 lines
1.2 KiB
Markdown
50 lines
1.2 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "Human (Baseline)")
|
|
description: "" # One-line summary for context filtering (e.g., "Unaugmented human baseline, dominant species in the Settled Reach")
|
|
slug: "" # URL-safe identifier
|
|
category: species
|
|
status: proposed # proposed | draft | canonical
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
prevalence: "" # dominant | common | rare | theoretical
|
|
lattice_compatible: true # whether this species uses neural lattices
|
|
tags: []
|
|
decision_refs: []
|
|
cross_refs: []
|
|
---
|
|
|
|
# {Title}
|
|
|
|
**Type:** Species
|
|
**Status:** {status}
|
|
**Prevalence:** {prevalence}
|
|
**Lattice Compatible:** {yes/no}
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
{Species description, biological baseline, cultural significance.}
|
|
|
|
---
|
|
|
|
## Variants
|
|
|
|
{If applicable: biological variations, augmentation paths, subspecies.}
|
|
|
|
---
|
|
|
|
## Mechanical Integration
|
|
|
|
{How species affects gameplay, perception, social dynamics.}
|
|
|
|
---
|
|
|
|
**Cross-References:**
|
|
<!-- Relative paths from flat categories (wiki/species/{slug}.md):
|
|
Characters: ../characters/{slug}.md
|
|
Technology: ../technology/{slug}.md
|
|
Lore: ../lore/{slug}.md
|
|
-->
|
|
- [{related_entry}](../{category}/{slug}.md) — {relationship}
|