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>
61 lines
1.6 KiB
Markdown
61 lines
1.6 KiB
Markdown
---
|
|
title: "" # Display name (e.g., "Hub Power")
|
|
description: "" # One-line summary for context filtering (e.g., "Three-way power struggle over Transit District logistics control")
|
|
slug: "" # URL-safe identifier (e.g., "hub-power")
|
|
category: triangle
|
|
status: proposed # proposed | draft | canonical
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
members: [] # exactly 3 character slugs
|
|
triangle_type: "" # entangled | mundane | cross-template
|
|
social_sites: [] # location slugs where this triangle plays out
|
|
tags: []
|
|
decision_refs: [] # e.g., [D-024, D-047]
|
|
cross_refs: []
|
|
---
|
|
|
|
# Triangle: {Title}
|
|
|
|
**Type:** Triangle — {triangle_type}
|
|
**Status:** {status}
|
|
**Members:** {member links}
|
|
**Social Sites:** {location links}
|
|
|
|
---
|
|
|
|
## Diagram
|
|
|
|
```
|
|
{ASCII diagram showing 3 members and their tensions}
|
|
```
|
|
|
|
---
|
|
|
|
## Tension
|
|
|
|
{What the core conflict is, why it exists, how it manifests.}
|
|
|
|
---
|
|
|
|
## Fork Points
|
|
|
|
{Decision points for the player, outcomes, cascading effects.}
|
|
|
|
---
|
|
|
|
## Player Relevance
|
|
|
|
**Smuggler:** {how the smuggler interacts with this triangle}
|
|
**Detective:** {how the detective interacts with this triangle}
|
|
|
|
---
|
|
|
|
**Cross-References:**
|
|
<!-- Relative paths from flat categories (wiki/triangles/{slug}.md):
|
|
Characters: ../characters/{slug}.md
|
|
Factions: ../factions/{slug}.md
|
|
Locations: ../star-systems/{sys}/{sta}/{dist}/{loc}.md
|
|
-->
|
|
- [{character_name}](../characters/{slug}.md) — {role in triangle}
|
|
- [{location_name}](../star-systems/{sys}/{sta}/{dist}/{slug}.md) — {where it plays out}
|