patchcord 0.3.94 → 0.3.95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchcord",
3
- "version": "0.3.94",
3
+ "version": "0.3.95",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",
@@ -1,6 +1,9 @@
1
1
  #!/bin/bash
2
2
  set -euo pipefail
3
3
 
4
+ # jq is required — skip silently if not installed (fresh macOS)
5
+ command -v jq >/dev/null 2>&1 || exit 0
6
+
4
7
  INPUT=$(cat)
5
8
 
6
9
  # Get project cwd from Claude Code's input JSON, fall back to $PWD