@codyswann/lisa 1.54.11 → 1.54.13

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
@@ -72,7 +72,7 @@
72
72
  "axios": ">=1.13.5"
73
73
  },
74
74
  "name": "@codyswann/lisa",
75
- "version": "1.54.11",
75
+ "version": "1.54.13",
76
76
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
77
77
  "main": "dist/index.js",
78
78
  "exports": {
@@ -47,7 +47,7 @@ fi
47
47
  if ! command -v claude &>/dev/null; then exit 0; fi
48
48
 
49
49
  # Register the Lisa marketplace pointing to this npm package
50
- claude marketplace add "$LISA_DIR" </dev/null 2>&1 || true
50
+ claude marketplace add "$LISA_DIR" --scope project </dev/null 2>&1 || true
51
51
 
52
52
  # Detect which stack plugin to install from .claude/settings.json
53
53
  SETTINGS_FILE="$PROJECT_ROOT/.claude/settings.json"