refactor: rename clare-serve -> claire-serve in daemon label

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Natalie 2026-05-31 17:30:33 -06:00
parent 13283c6a60
commit bf3d783c9a
2 changed files with 2 additions and 2 deletions

View file

@ -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 --------------------------------------------------------

View file

@ -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 {