getmosaic 0.1.4 → 0.1.6

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.
Files changed (2) hide show
  1. package/bin/mosaic.sh +4 -0
  2. package/package.json +1 -1
package/bin/mosaic.sh CHANGED
@@ -1,6 +1,10 @@
1
1
  #!/bin/sh
2
2
  # Mosaic CLI wrapper
3
3
 
4
+ SELF="$(readlink "$0" 2>/dev/null || echo "$0")"
5
+ SCRIPT_DIR="$(cd "$(dirname "$SELF")" && pwd)"
6
+ PATH="$SCRIPT_DIR:$PATH"
7
+
4
8
  COMMAND="${1:-help}"
5
9
 
6
10
  case "$COMMAND" in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "getmosaic",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Market intelligence agent — distills signals from your team and the market into strategic clarity",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",