diff --git a/deploy/install.sh b/deploy/install.sh index dfa79b3..d6e5a52 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -90,7 +90,7 @@ from claire.orchestrator.bootstrap import _client_host c = load_or_init() print(f'http://{_client_host(c.web.host)}:{c.web.port}') " 2>/dev/null || echo "http://127.0.0.1:8765")" -printf '{\n "baseURL": "%s",\n "daemonLabel": "com.lilith.clare-serve"\n}\n' "$BASE_URL" > "$CONFIG_FILE" +printf '{\n "baseURL": "%s",\n "daemonLabel": "com.lilith.claire-serve"\n}\n' "$BASE_URL" > "$CONFIG_FILE" say " baseURL = $BASE_URL" # --- 6. LaunchAgent -------------------------------------------------------- diff --git a/src/client/TrayConfig.swift b/src/client/TrayConfig.swift index 99d0147..25cdc46 100644 --- a/src/client/TrayConfig.swift +++ b/src/client/TrayConfig.swift @@ -10,7 +10,7 @@ struct TrayConfig: Codable, Sendable { /// Fallback if the file is missing (fresh checkout / pre-install run). static let fallback = TrayConfig( baseURL: "http://127.0.0.1:8765", - daemonLabel: "com.lilith.clare-serve" + daemonLabel: "com.lilith.claire-serve" ) static func load() -> TrayConfig {