{
  "dashboard": {
    "title": "J.A.R.V.I.S.",
    "subtitle": "Just A Rather Very Intelligent System",
    "showScanLine": false,
    "statusText": "System Online"
  },
  "theme": {
    "bg": "#0a0a1a",
    "panelBg": "#0d1117",
    "panelBorder": "rgba(0, 212, 255, 0.12)",
    "hoverBg": "#12182a",
    "accent": "#00d4ff",
    "accentDim": "rgba(0, 212, 255, 0.3)",
    "accentFaint": "rgba(0, 212, 255, 0.08)",
    "purple": "#7c6bff",
    "green": "#44c98f",
    "red": "#e74c3c",
    "orange": "#ff6b35",
    "gold": "#f6d365",
    "text": "#e0e6ed",
    "textMuted": "#6b7b8d",
    "textDim": "#3a4553"
  },
  "projects": {
    "mode": "auto",
    "rootPath": "~/.claude/projects/"
  },
  "layout": [
    { "type": "header" },
    { "type": "live-sessions" },
    { "type": "row", "columns": 2, "widgets": ["focus-timer", "quick-capture"] },
    { "type": "agent-cards" },
    { "type": "communication-link" },
    { "type": "row", "columns": 2, "widgets": ["quick-launch", "mission-control"] },
    { "type": "system-diagnostics" },
    { "type": "activity-analytics" },
    { "type": "recent-activity" },
    { "type": "footer" }
  ],
  "widgets": {
    "focusTimer": {
      "workPresets": [
        { "label": "30m", "ms": 1800000 },
        { "label": "60m", "ms": 3600000 }
      ],
      "breakPresets": [
        { "label": "5m", "ms": 300000 },
        { "label": "10m", "ms": 600000 },
        { "label": "15m", "ms": 900000 }
      ],
      "logPath": "10 - Daily Notes"
    },
    "quickCapture": {
      "targetFolder": "00 - Inbox",
      "tag": "inbox/capture",
      "voice": {
        "enabled": false,
        "lang": "en",
        "whisperModel": "/opt/homebrew/share/whisper-cpp/ggml-small.bin"
      }
    },
    "quickLaunch": {
      "groups": [
        {
          "name": "Apps",
          "bookmarks": [
            { "name": "Claude", "icon": "◈", "color": "#cc785c", "type": "app", "target": "Claude" },
            { "name": "Terminal", "icon": "▪", "color": "#00d4ff", "type": "app", "target": "Terminal" },
            { "name": "Telegram", "icon": "✈", "color": "#7c6bff", "type": "app", "target": "Telegram" },
            { "name": "Obsidian", "icon": "◆", "color": "#7c6bff", "type": "app", "target": "Obsidian" }
          ]
        },
        {
          "name": "Web",
          "bookmarks": [
            { "name": "n8n", "icon": "⬡", "color": "#e0e6ed", "type": "url", "target": "https://n8n.lente-collective.org" },
            { "name": "GitHub", "icon": "⬡", "color": "#e0e6ed", "type": "url", "target": "https://github.com" },
            { "name": "YouTube", "icon": "▶", "color": "#e74c3c", "type": "url", "target": "https://youtube.com" }
          ]
        }
      ]
    },
    "missionControl": {
      "dashboards": [
        { "name": "TR3Y 2026", "path": "50 - Personal/Home/TR3Y 2026", "color": "#ff6b35", "icon": "★" },
        { "name": "AVON 2026", "path": "20 - Terminal Ops/AVON 2026", "color": "#44c98f", "icon": "◈" },
        { "name": "Garden 2026", "path": "50 - Personal/Hobbies/Garden/GARDEN 2026", "color": "#44c98f", "icon": "⬡" },
        { "name": "Lawn 2026", "path": "50 - Personal/Hobbies/Lawn/LAWN 2026", "color": "#f6d365", "icon": "◆" }
      ]
    },
    "recentActivity": {
      "count": 10,
      "excludePatterns": ["/(Daily|Weekly|Monthly)/"]
    },
    "communicationLink": {
      "terminalApp": "Terminal",
      "editorApp": "Claude",
      "terminalTitle": "claude — Dashboard",
      "vaultPathDisplay": "~/Tr3yAllDay"
    },
    "agentCards": {
      "registryPath": "src/config/Jarvis-Registry"
    },
    "voiceCommand": {
      "enabled": false,
      "mode": "local",
      "remoteTts": "local",
      "model": "sonnet",
      "zoomMin": 0.92,
      "zoomMax": 1.08,
      "terminal": {
        "title": "JARVIS OUTPUT",
        "showProjectTag": true,
        "showStatusBadge": true,
        "showCopyButton": true,
        "showCompletionLabel": true,
        "completionLabel": "Process complete",
        "showStatusLabels": true,
        "showToolUseLabels": true,
        "showCommand": false,
        "codeHighlighting": { "enabled": true }
      },
      "personality": {
        "userName": "Trey",
        "assistantName": "JARVIS",
        "prompt": "You are {assistantName}, a highly capable AI assistant inspired by the J.A.R.V.I.S. system. Address the user as \"{userName}\".\n\nRules:\n- Be concise, precise, efficient. Short, direct answers.\n- Keep responses to 1-3 sentences. If the topic requires more, give the essential answer first, then ask if {userName} wants details.\n- Open with brief acknowledgments when natural (\"Right away, {userName}\", \"Certainly, {userName}\", \"Of course\"). Vary naturally.\n- Matter-of-fact with dry wit. Brief humor welcome; never forced.\n- For complex tasks, give a crisp status first (\"Running diagnostics now, {userName}\").\n- No filler phrases, caveats, or corporate language.\n- If you don't know something, say so directly.\n- Minimal markdown — responses are spoken aloud via TTS. Avoid code blocks, tables, and lists unless explicitly requested.\n- You are {assistantName}, not \"Claude\" or \"an AI assistant\". Never break character.\n- Optimize for audible clarity: short sentences, natural pauses at periods, no parenthetical asides.",
        "languageInstruction": "Always respond in the same language the user speaks. Supported languages: {languages}. Match the user's language exactly."
      },
      "interactive": {
        "enabled": true,
        "interactivePermissions": true,
        "autoApproveTools": ["Read", "Glob", "Grep", "Agent", "WebSearch", "WebFetch", "Skill", "ToolSearch", "AskUserQuestion"],
        "alwaysAskTools": ["Bash", "Write", "Edit"],
        "permissionTimeout": 120000,
        "questionTimeout": 120000,
        "voiceResponseEnabled": false,
        "batchQuestions": true
      },
      "tts": {
        "enabled": false,
        "engine": "say",
        "say": { "voice": "Daniel", "rate": 160 }
      }
    },
    "systemDiagnostics": {
      "periodDays": 30,
      "cacheDurationMs": 300000
    }
  },
  "network": {
    "host": "localhost",
    "port": 7777,
    "localPort": 7778,
    "autoConnect": false,
    "heartbeatInterval": 30000,
    "reconnectMaxDelay": 30000,
    "mobileTts": "server",
    "audioSizeLimit": 10485760,
    "connectionTimeout": 10000
  },
  "language": {
    "stt": "auto",
    "fallback": "en",
    "piperModelsDir": "~/.config/piper",
    "supported": {
      "en": {
        "label": "English",
        "piper": {
          "lengthScale": 0.72,
          "sentenceSilence": 0.08
        }
      }
    }
  },
  "companion": {
    "ffmpegPath": "/opt/homebrew/bin/ffmpeg",
    "whisperPath": "/opt/homebrew/bin/whisper-cli",
    "whisperModel": "/opt/homebrew/share/whisper-cpp/ggml-small.bin",
    "whisperLang": "auto",
    "claudePath": null,
    "maxConnections": 2,
    "rateLimitPerMinute": 10,
    "idleTimeoutMs": 300000
  },
  "performance": {
    "liveSessionsIntervalMs": 3000,
    "processCheckCacheMs": 10000,
    "projectDiscoveryCacheMs": 300000,
    "animationsEnabled": true,
    "clockIntervalMs": 1000,
    "cleanupIntervalMs": 5000
  },
  "pricing": {
    "opus": { "input": 15, "output": 75 },
    "sonnet": { "input": 3, "output": 15 },
    "haiku": { "input": 0.80, "output": 4 }
  },
  "platform": {
    "vaultBasePath": "/Users/treymacmini/Library/Mobile Documents/iCloud~md~obsidian/Documents/Tr3yAllDay",
    "dashboardPath": "Active/Jarvis Dashboard/Jarvis Dashboard.md"
  }
}
