@codyswann/lisa 2.16.9 → 2.18.0

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
@@ -80,7 +80,7 @@
80
80
  "lodash": ">=4.18.1"
81
81
  },
82
82
  "name": "@codyswann/lisa",
83
- "version": "2.16.9",
83
+ "version": "2.18.0",
84
84
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
85
85
  "main": "dist/index.js",
86
86
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "Universal governance: agents, skills, commands, hooks, and rules for all projects.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
7
7
  },
8
+ "dependencies": [
9
+ "lisa-typescript"
10
+ ],
8
11
  "hooks": {}
9
12
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "AWS CDK-specific Lisa plugin.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -10,6 +10,9 @@
10
10
  "cdk",
11
11
  "infrastructure"
12
12
  ],
13
+ "dependencies": [
14
+ "lisa-typescript"
15
+ ],
13
16
  "interface": {
14
17
  "displayName": "Lisa CDK",
15
18
  "shortDescription": "AWS CDK workflows",
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
7
7
  },
8
+ "dependencies": [
9
+ "lisa-typescript"
10
+ ],
8
11
  "hooks": {}
9
12
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -11,6 +11,9 @@
11
11
  "mobile",
12
12
  "mcp"
13
13
  ],
14
+ "dependencies": [
15
+ "lisa-typescript"
16
+ ],
14
17
  "skills": "./skills/",
15
18
  "mcpServers": "./.mcp.json",
16
19
  "interface": {
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
7
7
  },
8
+ "dependencies": [
9
+ "lisa-typescript"
10
+ ],
8
11
  "hooks": {
9
12
  "PreToolUse": [
10
13
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "NestJS-specific skills and migration write-protection hooks.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -11,6 +11,9 @@
11
11
  "typeorm",
12
12
  "hooks"
13
13
  ],
14
+ "dependencies": [
15
+ "lisa-typescript"
16
+ ],
14
17
  "skills": "./skills/",
15
18
  "hooks": "./hooks/hooks.json",
16
19
  "interface": {
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
7
7
  },
8
+ "dependencies": [
9
+ "lisa"
10
+ ],
8
11
  "hooks": {
9
12
  "SessionStart": [
10
13
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "Ruby on Rails-specific skills and hooks for RuboCop and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -11,6 +11,9 @@
11
11
  "rubocop",
12
12
  "hooks"
13
13
  ],
14
+ "dependencies": [
15
+ "lisa"
16
+ ],
14
17
  "skills": "./skills/",
15
18
  "hooks": "./hooks/hooks.json",
16
19
  "interface": {
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
7
7
  },
8
+ "dependencies": [
9
+ "lisa"
10
+ ],
8
11
  "hooks": {
9
12
  "PostToolUse": [
10
13
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.16.9",
3
+ "version": "2.18.0",
4
4
  "description": "TypeScript-specific hooks for formatting, linting, and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -11,6 +11,9 @@
11
11
  "formatting",
12
12
  "hooks"
13
13
  ],
14
+ "dependencies": [
15
+ "lisa"
16
+ ],
14
17
  "hooks": "./hooks/hooks.json",
15
18
  "interface": {
16
19
  "displayName": "Lisa TypeScript",
@@ -3,5 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": { "name": "Cody Swann" },
6
+ "dependencies": ["lisa-typescript"],
6
7
  "hooks": {}
7
8
  }
@@ -3,6 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": { "name": "Cody Swann" },
6
+ "dependencies": ["lisa-typescript"],
6
7
  "hooks": {}
7
8
 
8
9
  }
@@ -3,6 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": { "name": "Cody Swann" },
6
+ "dependencies": ["lisa-typescript"],
6
7
  "hooks": {
7
8
  "PreToolUse": [
8
9
  {
@@ -3,6 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": { "name": "Cody Swann" },
6
+ "dependencies": ["lisa"],
6
7
  "hooks": {
7
8
  "SessionStart": [
8
9
  { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/inject-rules.sh" }] }
@@ -3,6 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": { "name": "Cody Swann" },
6
+ "dependencies": ["lisa"],
6
7
  "hooks": {
7
8
  "PostToolUse": [
8
9
  {
@@ -47,6 +47,9 @@ function writeCodexManifest(pluginName, version, hooksFile) {
47
47
  description: metadata.description ?? claudeManifest.description,
48
48
  author: claudeManifest.author ?? { name: "Cody Swann" },
49
49
  keywords: metadata.keywords,
50
+ ...(claudeManifest.dependencies
51
+ ? { dependencies: claudeManifest.dependencies }
52
+ : {}),
50
53
  ...componentPointers(hooksFile),
51
54
  interface: {
52
55
  displayName: metadata.displayName,