@meridiona/meridian-darwin-arm64 1.23.0 → 1.23.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.23.0
1
+ 1.23.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.23.0",
3
+ "version": "1.23.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": {
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "meridian-agents"
7
- version = "1.23.0"
7
+ version = "1.23.1"
8
8
  description = "Meridian agents — hermes task linking and Jira progress updates for meridian.db"
9
9
  requires-python = ">=3.11"
10
10
  authors = [{ name = "Meridiona" }]
@@ -25,13 +25,13 @@ session_end = settings.get("hooks", {}).get("SessionEnd", []) or []
25
25
  filtered = []
26
26
  removed = 0
27
27
  for group in session_end:
28
- is_ours = False
29
- for h in group.get("hooks", []):
30
- if h.get("_meridian") == marker:
31
- is_ours = True
32
- removed += 1
33
- break
34
- if not is_ours:
28
+ is_ours = any(
29
+ "coding-agent-hook" in h.get("command", "")
30
+ for h in group.get("hooks", [])
31
+ )
32
+ if is_ours:
33
+ removed += 1
34
+ else:
35
35
  filtered.append(group)
36
36
 
37
37
  if removed == 0:
package/ui.tar.gz CHANGED
Binary file