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>
78 lines
2.3 KiB
Markdown
78 lines
2.3 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "Sova Transit District")
|
|
description: "" # One-line summary for context filtering (e.g., "Main logistics hub of Station Sova, 12 social sites, high NPC density")
|
|
slug: "" # URL-safe identifier (e.g., "transit")
|
|
category: district
|
|
status: proposed # proposed | draft | canonical
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
parent_station: "" # station slug
|
|
parent_system: "" # star system slug
|
|
population: 0 # district population
|
|
age: 0 # years since construction
|
|
construction: "" # prefab | modular | retrofitted | mixed
|
|
locations: [] # slugs of locations within this district
|
|
social_sites: [] # slugs of social site templates
|
|
npc_count: 0
|
|
tags: []
|
|
decision_refs: []
|
|
cross_refs: []
|
|
---
|
|
|
|
# {Title}
|
|
|
|
**Type:** District
|
|
**Status:** {status}
|
|
**Station:** [{parent_station}](../index.md)
|
|
**System:** [{parent_system}](../../index.md)
|
|
**Population:** ~{population}
|
|
**Age:** ~{age} years
|
|
**Construction:** {construction}
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
{1-2 paragraphs: what this district is, atmosphere, function.}
|
|
|
|
---
|
|
|
|
## Locations (Social Sites)
|
|
|
|
{List of locations with links, brief descriptions, and social site template assignments.}
|
|
|
|
---
|
|
|
|
## Atmosphere & Sensory
|
|
|
|
{Sights, sounds, smells, lighting. The "quotidian-with-undertow" texture.}
|
|
|
|
---
|
|
|
|
## NPCs
|
|
|
|
{Summary of NPC population. Link to character index for full roster.}
|
|
|
|
---
|
|
|
|
## Mechanical Integration
|
|
|
|
{Knowledge graph flags, perception differences, spatial layout notes.}
|
|
|
|
---
|
|
|
|
**Cross-References:**
|
|
<!-- Relative paths from district index (wiki/star-systems/{sys}/{sta}/{dist}/index.md):
|
|
Locations in this district: {slug}.md
|
|
Station index: ../index.md
|
|
System index: ../../index.md
|
|
Characters: ../../../characters/{slug}.md
|
|
Factions: ../../../factions/{slug}.md
|
|
Technology: ../../../technology/{slug}.md
|
|
Contraband: ../../../contraband/{slug}.md
|
|
Triangles: ../../../triangles/{slug}.md
|
|
Concepts: ../../../concepts/{slug}.md
|
|
-->
|
|
- [{location_name}]({slug}.md) — {description}
|
|
- [Character Index](../../../characters/index.md) — Full roster
|