Add machine-readable fact catalog YAML files for all knowledge categories.
Makes the check-fact-ids pre-commit hook validation functional.
New files: awareness.yaml, behavioral.yaml, knowledge.yaml, social.yaml
Populated: investigation.yaml, contraband.yaml, location.yaml,
relationship.yaml, world.yaml, progress.yaml
50+ canonical fact IDs covering: smuggling ring operations, investigation
findings, behavioral patterns, situational awareness, location facts,
inter-NPC relationships, and social positioning. Character starting
confidence annotated per fact. Derived from knowledge-vocabulary-v01.md (#368).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
# Fact catalog: relationship
|
|
# Inter-NPC connections — what one character knows about relationships between others
|
|
# Source: docs/design/knowledge-vocabulary-v01.md §4.7 (#368)
|
|
|
|
facts:
|
|
|
|
- fact_id: relationship.kael_naia_connection
|
|
description: Kael and Naia are romantically partnered — not just colleagues
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
notes: "Smuggler may know from background or Kael mentioning Naia. Detective through social observation."
|
|
|
|
- fact_id: relationship.ring_membership
|
|
description: Character has identified specific ring members
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
notes: "knows_of = partial list; knows_details = full ring membership identified"
|
|
|
|
- fact_id: relationship.trust_network
|
|
description: Understanding of who trusts whom inside the ring — operational reliability mapping
|
|
typical_confidence: knows_details
|
|
characters: [smuggler]
|
|
notes: "Smuggler-specific operational knowledge"
|
|
|
|
- fact_id: relationship.tamm_family
|
|
description: Connection between Naia Tamm and her family situation
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
|
|
- fact_id: relationship.torek_bar_arrangement
|
|
description: Torek has a financial arrangement related to the bar or its operations
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|