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>
12 lines
487 B
YAML
12 lines
487 B
YAML
# Fact catalog: social
|
|
# Social positioning facts — standing in a specific social context
|
|
# Source: docs/design/knowledge-vocabulary-v01.md §4.8 (#368)
|
|
|
|
facts:
|
|
|
|
- fact_id: social.bar_regular_status
|
|
description: Character is an established regular at The Last Shift — recognized, trusted in that context
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
notes: "Smuggler may have this from Background. Detective builds it through multiple bar visits."
|