{
  "schema_version": 2,
  "name": "musktour-data",
  "description": "Static JSON database for Musk ecosystem map, entity registry, and development log.",
  "updated": "2026-06-14",
  "files": {
    "schema": "schema.json",
    "manifest": "manifest.json",
    "companies": "companies.json",
    "locations": "locations.json",
    "events": "events.jsonl",
    "posts": "content/posts.jsonl"
  },
  "relations": {
    "locations.company": "companies.entities[].id",
    "events.entity_id": "companies.entities[].id",
    "companies.entities[].parent": "companies.entities[].id"
  },
  "workflow": {
    "daily": "Append scaling/contraction events to events.jsonl; update companies.json phase/involvement if changed.",
    "monthly": "Snapshot companies.json to history/snapshots/YYYY-MM.json (optional, not yet automated)."
  }
}
