@meridiona/meridian-darwin-arm64 1.37.0 → 1.37.1

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.0
1
+ 1.37.1
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.0",
3
+ "version": "1.37.1",
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": {
@@ -0,0 +1,34 @@
1
+ # meridian — normalises screenpipe activity into structured app sessions
2
+ #
3
+ # Shared Trello credential-collection helper for install-from-bundle.sh.
4
+ # Trello uses a legacy token grant delivered via URL fragment — the daemon
5
+ # handles the relay; users just click Accept in the browser.
6
+ #
7
+ # Depends (late-binding) on info/ok/warn from the sourcing installer.
8
+
9
+ # _connect_trello <env_file> <meridian_bin> — Browser token flow.
10
+ # On bundle installs the binary is always ready; when it isn't, prints a
11
+ # manual command the user can run after the build completes.
12
+ _connect_trello() {
13
+ local env_file="$1" bin="${2:-}"
14
+
15
+ info "Trello sign-in opens your browser — you'll grant Meridian read/write access."
16
+ read -r -p " Connect Trello in your browser? [Y/n] " ans
17
+ if [[ "$ans" =~ ^[Nn] ]]; then
18
+ info "Skipped. To connect later: meridian oauth-login trello"
19
+ return 0
20
+ fi
21
+
22
+ if [[ -n "$bin" && -x "$bin" ]]; then
23
+ info "Opening your browser to authorize Trello…"
24
+ if "$bin" oauth-login trello; then
25
+ ok "Trello connected via browser OAuth"
26
+ else
27
+ warn "Browser sign-in didn't complete."
28
+ warn "To connect later: meridian oauth-login trello"
29
+ fi
30
+ else
31
+ info "Run this once the install finishes:"
32
+ info " meridian oauth-login trello"
33
+ fi
34
+ }
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "meridian-agents"
7
- version = "1.37.0"
7
+ version = "1.37.1"
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