@codyswann/lisa 1.54.12 → 1.54.14

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.12",
75
+ "version": "1.54.14",
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": {
@@ -171,7 +171,7 @@
171
171
  "typescript-eslint": "^8.0.0"
172
172
  },
173
173
  "devDependencies": {
174
- "@codyswann/lisa": "^1.54.7"
174
+ "@codyswann/lisa": "^1.54.11"
175
175
  },
176
176
  "type": "module"
177
177
  }
@@ -2,7 +2,7 @@
2
2
  "name": "cdk",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for AWS CDK projects — includes all universal skills, agents, hooks, and rules from Lisa plus TypeScript tooling",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "expo",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for Expo/React Native projects — includes all universal skills, agents, hooks, and rules from Lisa plus Expo-specific tooling",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "nestjs",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for NestJS/GraphQL projects — includes all universal skills, agents, hooks, and rules from Lisa plus NestJS-specific tooling (GraphQL, TypeORM, security scanning)",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "rails",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for Ruby on Rails projects — includes all universal skills, agents, hooks, and rules from Lisa plus Rails-specific tooling (ActionController, ActionView, ActiveRecord)",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "typescript",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for TypeScript projects — includes all universal skills, agents, hooks, and rules from Lisa plus TypeScript-specific tooling",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "cdk",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for AWS CDK projects — includes all universal skills, agents, hooks, and rules from Lisa plus TypeScript tooling",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "expo",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for Expo/React Native projects — includes all universal skills, agents, hooks, and rules from Lisa plus Expo-specific tooling",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "nestjs",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for NestJS/GraphQL projects — includes all universal skills, agents, hooks, and rules from Lisa plus NestJS-specific tooling (GraphQL, TypeORM, security scanning)",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "rails",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for Ruby on Rails projects — includes all universal skills, agents, hooks, and rules from Lisa plus Rails-specific tooling (ActionController, ActionView, ActiveRecord)",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "name": "typescript",
3
3
  "version": "1.0.0",
4
4
  "description": "Claude Code governance plugin for TypeScript projects — includes all universal skills, agents, hooks, and rules from Lisa plus TypeScript-specific tooling",
5
- "author": "Cody Swann",
5
+ "author": { "name": "Cody Swann" },
6
6
  "hooks": {
7
7
  "UserPromptSubmit": [
8
8
  {
@@ -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 plugin 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"