From bf3d783c9a261a34656840bece7e99dffcccd05e Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 31 May 2026 17:30:33 -0600 Subject: [PATCH] refactor: rename clare-serve -> claire-serve in daemon label Co-Authored-By: Claude Opus 4.8 (1M context) --- deploy/install.sh | 2 +- src/client/TrayConfig.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {