Content files (RON templates, YAML campaigns, gauntlet data) are consumed exclusively by the server. Colocate them at server/content/ and update all path references in Rust source, tooling scripts, and schema files. Co-Authored-By: Claude Opus 4.6 (1M context) <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."
|