Files
settled-reach/server/content/content.yaml
T
jpmschweitzerandClaude Opus 4.6 b2ef56440f refactor(simulation): move content/ under server/ (#669)
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>
2026-03-17 10:31:20 +01:00

12 lines
354 B
YAML

# Content manifest — The Settled Reach v0.1
# The server reads this first to discover campaigns and content layout.
# District discovery uses glob patterns — no per-district listing needed.
version: "0.1.0"
campaigns:
- id: "main"
path: "campaigns/main"
enabled: true
discovery:
districts: "systems/**/districts/*/district.yaml"