{
  "$schema": "https://pointcast.xyz/quiet-hours.json",
  "release": {
    "id": "quiet-hours-v1",
    "name": "Quiet Hours",
    "label": "V1 - Five painted rooms across the day",
    "human": "https://pointcast.xyz/quiet-hours",
    "json": "https://pointcast.xyz/quiet-hours.json",
    "journalKey": "pointcast.quiet-hours.journal.v1",
    "visitedKey": "pointcast.quiet-hours.visited.v1",
    "version": 1
  },
  "rooms": [
    {
      "id": "tower",
      "name": "Tower Alcove",
      "subtitle": "Morning",
      "hourBand": "5:00 AM – 9:00 AM",
      "posture": "stand",
      "practice": "name the day before naming yourself in it",
      "romanNumeral": "I",
      "accent": {
        "stoneGrey": "#b9c0c8",
        "leafGreen": "#9ddc67",
        "terracotta": "#d7a777",
        "dawnCream": "#fff5e1"
      }
    },
    {
      "id": "library",
      "name": "Library Passage",
      "subtitle": "Day",
      "hourBand": "9:00 AM – 3:00 PM",
      "posture": "walk",
      "practice": "read three pages of something you didn't open looking for",
      "romanNumeral": "II",
      "accent": {
        "oxblood": "#6d2d1f",
        "brass": "#c89455",
        "parchment": "#f1e3b6",
        "lampWarm": "#ffb14a"
      }
    },
    {
      "id": "conservatory",
      "name": "Conservatory",
      "subtitle": "Twilight",
      "hourBand": "3:00 PM – 7:00 PM",
      "posture": "watch",
      "practice": "notice the difference between dusk-as-event and dusk-as-mood",
      "romanNumeral": "III",
      "accent": {
        "violetNight": "#6b558e",
        "lampOrange": "#ff9a3c",
        "leafDeep": "#3a8a5a",
        "glassGrey": "#a4b1bf"
      }
    },
    {
      "id": "study",
      "name": "Study",
      "subtitle": "Dusk",
      "hourBand": "7:00 PM – 10:00 PM",
      "posture": "write",
      "practice": "one small honesty on the page",
      "romanNumeral": "IV",
      "accent": {
        "ink": "#1a1108",
        "lampGold": "#f1c060",
        "paper": "#f1e3b6",
        "rust": "#a0552a"
      }
    },
    {
      "id": "hearth",
      "name": "Hearth Room",
      "subtitle": "Night",
      "hourBand": "10:00 PM – 5:00 AM",
      "posture": "rest",
      "practice": "disassemble the day; don't summarize it",
      "romanNumeral": "V",
      "accent": {
        "ember": "#ffb14a",
        "mahogany": "#6d2d1f",
        "char": "#1f160c",
        "cream": "#faefc7"
      }
    }
  ],
  "roomOfNowFor": {
    "signature": "roomOfNowFor(utcHour: 0-23): roomId",
    "note": "Hour bands are interpreted against the hour passed by the caller. The human page uses visitor-local time; this UTC map is a deterministic machine helper.",
    "utcHourMap": {
      "10": "library",
      "11": "library",
      "12": "library",
      "13": "library",
      "14": "library",
      "15": "conservatory",
      "16": "conservatory",
      "17": "conservatory",
      "18": "conservatory",
      "19": "study",
      "20": "study",
      "21": "study",
      "22": "hearth",
      "23": "hearth",
      "00": "hearth",
      "01": "hearth",
      "02": "hearth",
      "03": "hearth",
      "04": "hearth",
      "05": "tower",
      "06": "tower",
      "07": "tower",
      "08": "tower",
      "09": "library"
    }
  },
  "generatedAt": "2026-05-16T17:11:50.139Z",
  "human": "https://pointcast.xyz/quiet-hours"
}