Move wiki from docs/wiki/ to root wiki/. Add 14 category templates with YAML frontmatter, governance model, hierarchical spatial structure (system > station > district > location). Populate Krenn System entry as first concrete star system. Update cross-references in workshop and sprint docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
49 lines
1.1 KiB
Markdown
49 lines
1.1 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "Human (Baseline)")
|
|
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}
|