@meridiona/meridian-darwin-arm64 1.37.2 → 1.37.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.2
1
+ 1.37.3
package/bin/meridian CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meridiona/meridian-darwin-arm64",
3
- "version": "1.37.2",
3
+ "version": "1.37.3",
4
4
  "description": "Prebuilt Meridian app for macOS arm64 (daemon binary + dashboard + Python services). Installed via @meridiona/meridian.",
5
5
  "homepage": "https://github.com/Meridiona/meridian",
6
6
  "repository": {
@@ -52,6 +52,19 @@ sed -i '' "s|LOGS_PLACEHOLDER|${HOME}/.meridian/logs|g" "${PLIST}"
52
52
  mkdir -p "${HOME}/.meridian/logs"
53
53
  chmod 644 "${PLIST}"
54
54
 
55
- launchctl load "${PLIST}" 2>/dev/null || launchctl load -F "${PLIST}"
55
+ GUI_TARGET="gui/$(id -u)"
56
+ LABEL="com.meridiona.tray"
56
57
 
57
- echo " Tray app registered as com.meridiona.tray — will start on next login"
58
+ launchctl bootout "${GUI_TARGET}/${LABEL}" 2>/dev/null || true
59
+ # Wait for bootout to complete before bootstrapping
60
+ while launchctl print "${GUI_TARGET}/${LABEL}" >/dev/null 2>&1; do
61
+ sleep 0.2
62
+ done
63
+ launchctl enable "${GUI_TARGET}/${LABEL}" 2>/dev/null || true
64
+ launchctl bootstrap "${GUI_TARGET}" "${PLIST}"
65
+ launchctl enable "${GUI_TARGET}/${LABEL}"
66
+ launchctl kickstart -k "${GUI_TARGET}/${LABEL}"
67
+
68
+ echo "✓ Tray app installed and started (com.meridiona.tray)"
69
+ echo " launchctl print ${GUI_TARGET}/${LABEL} # status"
70
+ echo " tail -f ~/.meridian/logs/tray.log # logs"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "meridian-agents"
7
- version = "1.37.2"
7
+ version = "1.37.3"
8
8
  description = "Meridian agents — MLX classifier server and Jira worklog synthesis for meridian.db"
9
9
  requires-python = ">=3.11"
10
10
  authors = [{ name = "Meridiona" }]
package/ui.tar.gz CHANGED
Binary file