From 144571d042957d9f32b4e5c32a324ce5b5c42c26 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 29 Jun 2026 11:41:59 -0400 Subject: [PATCH] chore(macsync): update self-path to @ct/@applications after reorg Co-Authored-By: Claude Opus 4.8 --- app.manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.manifest.yaml b/app.manifest.yaml index 70348bd..8f6cc69 100644 --- a/app.manifest.yaml +++ b/app.manifest.yaml @@ -25,10 +25,10 @@ platforms: bundle_id: com.lilith.mac-sync description: MacSync menu bar agent (Messages + Photos + Mail + Calendar + Reminders + Notes sync) start: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: deploy/deploy-remote.sh stop: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: | ssh plum "launchctl unload ~/Library/LaunchAgents/com.lilith.mac-sync.plist 2>/dev/null || true" status: @@ -51,10 +51,10 @@ platforms: port: "3201" description: Mac sync ingestion + query server (Bun/Hono) start: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: deploy/deploy-server.sh stop: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: "ssh 209.38.51.98 'sudo systemctl stop mac-sync-server'" status: command: "ssh 209.38.51.98 'curl -sf http://localhost:3201/health > /dev/null && echo ok'"