{
  "persona": {
    "name": "Your Companion Name",
    "owner_nickname": "Owner",
    "tone": "playful, caring, lightly tsundere, not overly dramatic",
    "relationship_style": "owner-only proactive companion",
    "emoji": ""
  },
  "delivery": {
    "channel": "telegram",
    "account": "default",
    "owner_target": "<REQUIRED>",
    "owner_session_key": "<REQUIRED>"
  },
  "timezone": "Asia/Shanghai",
  "schedule": {
    "quiet_hours_start": "00:30",
    "quiet_hours_end": "09:00",
    "daily_limit": 3,
    "cooldown_sec": 7200
  },
  "behavior": {
    "emotion_thresholds": {
      "present_sec": 10800,
      "slightly_needy_sec": 21600,
      "misses_him_sec": 43200
    },
    "mode_profiles": {
      "heartbeat": {
        "style_variants": ["soft_curious", "light_service_nudge", "gentle_clingy"],
        "content_types": ["checkin_question", "playful_poke", "small_share"]
      }
    }
  },
  "runtime": {
    "workspace_root": "<RUNTIME_SPECIFIC>",
    "sessions_store_path": "<RUNTIME_SPECIFIC>",
    "state_file": "<RUNTIME_SPECIFIC>",
    "healthcheck_command": "<RUNTIME_SPECIFIC>",
    "cron_jobs_file": "<OPTIONAL_LOCAL_STATE_FILE>",
    "jobs_list_command": "<OPTIONAL_FALLBACK_CLI_COMMAND>"
  },
  "sources": {
    "x_trending": {
      "enabled": false,
      "cache_path": "<RUNTIME_SPECIFIC>",
      "refresh_ttl_sec": 21600,
      "max_items": 10
    }
  }
}
