@codyswann/lisa 2.8.8 → 2.8.9
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/.claude-plugin/marketplace.json +8 -31
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
|
@@ -4,66 +4,43 @@
|
|
|
4
4
|
"name": "Cody Swann"
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
|
-
"description": "Claude Code governance plugins for TypeScript, Expo, NestJS, CDK, and Rails projects"
|
|
7
|
+
"description": "Claude Code governance plugins for TypeScript, Expo, NestJS, CDK, and Rails projects",
|
|
8
|
+
"pluginRoot": "./plugins"
|
|
8
9
|
},
|
|
9
10
|
"plugins": [
|
|
10
11
|
{
|
|
11
12
|
"name": "lisa",
|
|
12
|
-
"source":
|
|
13
|
-
"source": "git-subdir",
|
|
14
|
-
"url": "https://github.com/CodySwannGT/lisa.git",
|
|
15
|
-
"path": "plugins/lisa"
|
|
16
|
-
},
|
|
13
|
+
"source": "./plugins/lisa",
|
|
17
14
|
"description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
|
|
18
15
|
"category": "productivity"
|
|
19
16
|
},
|
|
20
17
|
{
|
|
21
18
|
"name": "lisa-typescript",
|
|
22
|
-
"source":
|
|
23
|
-
"source": "git-subdir",
|
|
24
|
-
"url": "https://github.com/CodySwannGT/lisa.git",
|
|
25
|
-
"path": "plugins/lisa-typescript"
|
|
26
|
-
},
|
|
19
|
+
"source": "./plugins/lisa-typescript",
|
|
27
20
|
"description": "TypeScript hooks — formatting, linting, and ast-grep scanning on edit",
|
|
28
21
|
"category": "productivity"
|
|
29
22
|
},
|
|
30
23
|
{
|
|
31
24
|
"name": "lisa-expo",
|
|
32
|
-
"source":
|
|
33
|
-
"source": "git-subdir",
|
|
34
|
-
"url": "https://github.com/CodySwannGT/lisa.git",
|
|
35
|
-
"path": "plugins/lisa-expo"
|
|
36
|
-
},
|
|
25
|
+
"source": "./plugins/lisa-expo",
|
|
37
26
|
"description": "Expo/React Native skills, agents, and rules",
|
|
38
27
|
"category": "productivity"
|
|
39
28
|
},
|
|
40
29
|
{
|
|
41
30
|
"name": "lisa-nestjs",
|
|
42
|
-
"source":
|
|
43
|
-
"source": "git-subdir",
|
|
44
|
-
"url": "https://github.com/CodySwannGT/lisa.git",
|
|
45
|
-
"path": "plugins/lisa-nestjs"
|
|
46
|
-
},
|
|
31
|
+
"source": "./plugins/lisa-nestjs",
|
|
47
32
|
"description": "NestJS skills (GraphQL, TypeORM)",
|
|
48
33
|
"category": "productivity"
|
|
49
34
|
},
|
|
50
35
|
{
|
|
51
36
|
"name": "lisa-cdk",
|
|
52
|
-
"source":
|
|
53
|
-
"source": "git-subdir",
|
|
54
|
-
"url": "https://github.com/CodySwannGT/lisa.git",
|
|
55
|
-
"path": "plugins/lisa-cdk"
|
|
56
|
-
},
|
|
37
|
+
"source": "./plugins/lisa-cdk",
|
|
57
38
|
"description": "AWS CDK plugin",
|
|
58
39
|
"category": "productivity"
|
|
59
40
|
},
|
|
60
41
|
{
|
|
61
42
|
"name": "lisa-rails",
|
|
62
|
-
"source":
|
|
63
|
-
"source": "git-subdir",
|
|
64
|
-
"url": "https://github.com/CodySwannGT/lisa.git",
|
|
65
|
-
"path": "plugins/lisa-rails"
|
|
66
|
-
},
|
|
43
|
+
"source": "./plugins/lisa-rails",
|
|
67
44
|
"description": "Ruby on Rails skills, rules, and conventions",
|
|
68
45
|
"category": "productivity"
|
|
69
46
|
}
|
package/package.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"lodash": ">=4.18.1"
|
|
80
80
|
},
|
|
81
81
|
"name": "@codyswann/lisa",
|
|
82
|
-
"version": "2.8.
|
|
82
|
+
"version": "2.8.9",
|
|
83
83
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
84
84
|
"main": "dist/index.js",
|
|
85
85
|
"exports": {
|