@codyswann/lisa 1.54.14 → 1.55.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/.claude-plugin/marketplace.json +5 -11
- package/cdk/merge/.claude/settings.json +1 -1
- package/expo/merge/.claude/settings.json +1 -1
- package/nestjs/merge/.claude/settings.json +1 -1
- package/package.json +2 -2
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +96 -17
- package/plugins/lisa-expo/.claude-plugin/plugin.json +96 -17
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +96 -17
- package/plugins/lisa-rails/.claude-plugin/plugin.json +75 -13
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +96 -17
- package/plugins/src/cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/src/expo/.claude-plugin/plugin.json +1 -1
- package/plugins/src/nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/src/rails/.claude-plugin/plugin.json +1 -1
- package/plugins/src/typescript/.claude-plugin/plugin.json +1 -1
- package/rails/merge/.claude/settings.json +1 -1
- package/scripts/build-plugins.sh +16 -2
- package/scripts/install-claude-plugins.sh +7 -6
- package/typescript/merge/.claude/settings.json +1 -1
- /package/plugins/lisa-cdk/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
- /package/plugins/lisa-cdk/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
- /package/plugins/lisa-cdk/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
- /package/plugins/lisa-cdk/commands/{git-commit.md → git/commit.md} +0 -0
- /package/plugins/lisa-cdk/commands/{git-prune.md → git/prune.md} +0 -0
- /package/plugins/lisa-cdk/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-create.md → jira/create.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-evidence.md → jira/evidence.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-fix.md → jira/fix.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-implement.md → jira/implement.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-journey.md → jira/journey.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-sync.md → jira/sync.md} +0 -0
- /package/plugins/lisa-cdk/commands/{jira-verify.md → jira/verify.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-create.md → plan/create.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-execute.md → plan/execute.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
- /package/plugins/lisa-cdk/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
- /package/plugins/lisa-cdk/commands/{pull-request-review.md → pull-request/review.md} +0 -0
- /package/plugins/lisa-cdk/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
- /package/plugins/lisa-cdk/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
- /package/plugins/lisa-cdk/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
- /package/plugins/lisa-cdk/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
- /package/plugins/lisa-cdk/commands/{tasks-load.md → tasks/load.md} +0 -0
- /package/plugins/lisa-cdk/commands/{tasks-sync.md → tasks/sync.md} +0 -0
- /package/plugins/lisa-expo/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
- /package/plugins/lisa-expo/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
- /package/plugins/lisa-expo/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
- /package/plugins/lisa-expo/commands/{git-commit.md → git/commit.md} +0 -0
- /package/plugins/lisa-expo/commands/{git-prune.md → git/prune.md} +0 -0
- /package/plugins/lisa-expo/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-create.md → jira/create.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-evidence.md → jira/evidence.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-fix.md → jira/fix.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-implement.md → jira/implement.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-journey.md → jira/journey.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-sync.md → jira/sync.md} +0 -0
- /package/plugins/lisa-expo/commands/{jira-verify.md → jira/verify.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-create.md → plan/create.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-execute.md → plan/execute.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
- /package/plugins/lisa-expo/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
- /package/plugins/lisa-expo/commands/{pull-request-review.md → pull-request/review.md} +0 -0
- /package/plugins/lisa-expo/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
- /package/plugins/lisa-expo/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
- /package/plugins/lisa-expo/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
- /package/plugins/lisa-expo/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
- /package/plugins/lisa-expo/commands/{tasks-load.md → tasks/load.md} +0 -0
- /package/plugins/lisa-expo/commands/{tasks-sync.md → tasks/sync.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{git-commit.md → git/commit.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{git-prune.md → git/prune.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-create.md → jira/create.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-evidence.md → jira/evidence.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-fix.md → jira/fix.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-implement.md → jira/implement.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-journey.md → jira/journey.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-sync.md → jira/sync.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{jira-verify.md → jira/verify.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-create.md → plan/create.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-execute.md → plan/execute.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{pull-request-review.md → pull-request/review.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{tasks-load.md → tasks/load.md} +0 -0
- /package/plugins/lisa-nestjs/commands/{tasks-sync.md → tasks/sync.md} +0 -0
- /package/plugins/lisa-rails/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
- /package/plugins/lisa-rails/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
- /package/plugins/lisa-rails/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
- /package/plugins/lisa-rails/commands/{git-commit.md → git/commit.md} +0 -0
- /package/plugins/lisa-rails/commands/{git-prune.md → git/prune.md} +0 -0
- /package/plugins/lisa-rails/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-create.md → jira/create.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-evidence.md → jira/evidence.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-fix.md → jira/fix.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-implement.md → jira/implement.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-journey.md → jira/journey.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-sync.md → jira/sync.md} +0 -0
- /package/plugins/lisa-rails/commands/{jira-verify.md → jira/verify.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-create.md → plan/create.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-execute.md → plan/execute.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
- /package/plugins/lisa-rails/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
- /package/plugins/lisa-rails/commands/{pull-request-review.md → pull-request/review.md} +0 -0
- /package/plugins/lisa-rails/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
- /package/plugins/lisa-rails/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
- /package/plugins/lisa-rails/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
- /package/plugins/lisa-rails/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
- /package/plugins/lisa-rails/commands/{tasks-load.md → tasks/load.md} +0 -0
- /package/plugins/lisa-rails/commands/{tasks-sync.md → tasks/sync.md} +0 -0
- /package/plugins/lisa-typescript/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
- /package/plugins/lisa-typescript/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
- /package/plugins/lisa-typescript/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
- /package/plugins/lisa-typescript/commands/{git-commit.md → git/commit.md} +0 -0
- /package/plugins/lisa-typescript/commands/{git-prune.md → git/prune.md} +0 -0
- /package/plugins/lisa-typescript/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-create.md → jira/create.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-evidence.md → jira/evidence.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-fix.md → jira/fix.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-implement.md → jira/implement.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-journey.md → jira/journey.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-sync.md → jira/sync.md} +0 -0
- /package/plugins/lisa-typescript/commands/{jira-verify.md → jira/verify.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-create.md → plan/create.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-execute.md → plan/execute.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
- /package/plugins/lisa-typescript/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
- /package/plugins/lisa-typescript/commands/{pull-request-review.md → pull-request/review.md} +0 -0
- /package/plugins/lisa-typescript/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
- /package/plugins/lisa-typescript/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
- /package/plugins/lisa-typescript/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
- /package/plugins/lisa-typescript/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
- /package/plugins/lisa-typescript/commands/{tasks-load.md → tasks/load.md} +0 -0
- /package/plugins/lisa-typescript/commands/{tasks-sync.md → tasks/sync.md} +0 -0
- /package/plugins/src/base/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
- /package/plugins/src/base/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
- /package/plugins/src/base/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
- /package/plugins/src/base/commands/{git-commit.md → git/commit.md} +0 -0
- /package/plugins/src/base/commands/{git-prune.md → git/prune.md} +0 -0
- /package/plugins/src/base/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
- /package/plugins/src/base/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
- /package/plugins/src/base/commands/{jira-create.md → jira/create.md} +0 -0
- /package/plugins/src/base/commands/{jira-evidence.md → jira/evidence.md} +0 -0
- /package/plugins/src/base/commands/{jira-fix.md → jira/fix.md} +0 -0
- /package/plugins/src/base/commands/{jira-implement.md → jira/implement.md} +0 -0
- /package/plugins/src/base/commands/{jira-journey.md → jira/journey.md} +0 -0
- /package/plugins/src/base/commands/{jira-sync.md → jira/sync.md} +0 -0
- /package/plugins/src/base/commands/{jira-verify.md → jira/verify.md} +0 -0
- /package/plugins/src/base/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
- /package/plugins/src/base/commands/{plan-create.md → plan/create.md} +0 -0
- /package/plugins/src/base/commands/{plan-execute.md → plan/execute.md} +0 -0
- /package/plugins/src/base/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
- /package/plugins/src/base/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
- /package/plugins/src/base/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
- /package/plugins/src/base/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
- /package/plugins/src/base/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
- /package/plugins/src/base/commands/{pull-request-review.md → pull-request/review.md} +0 -0
- /package/plugins/src/base/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
- /package/plugins/src/base/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
- /package/plugins/src/base/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
- /package/plugins/src/base/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
- /package/plugins/src/base/commands/{tasks-load.md → tasks/load.md} +0 -0
- /package/plugins/src/base/commands/{tasks-sync.md → tasks/sync.md} +0 -0
|
@@ -5,43 +5,37 @@
|
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
7
|
"description": "Claude Code governance plugins for TypeScript, Expo, NestJS, CDK, and Rails projects",
|
|
8
|
-
"version": "1.0.0",
|
|
9
8
|
"pluginRoot": "./plugins"
|
|
10
9
|
},
|
|
11
10
|
"plugins": [
|
|
12
11
|
{
|
|
13
|
-
"name": "typescript",
|
|
12
|
+
"name": "lisa-typescript",
|
|
14
13
|
"source": "./plugins/lisa-typescript",
|
|
15
14
|
"description": "Claude Code governance plugin for TypeScript projects — universal skills, agents, hooks, and rules plus TypeScript-specific tooling",
|
|
16
|
-
"version": "1.0.0",
|
|
17
15
|
"category": "productivity"
|
|
18
16
|
},
|
|
19
17
|
{
|
|
20
|
-
"name": "expo",
|
|
18
|
+
"name": "lisa-expo",
|
|
21
19
|
"source": "./plugins/lisa-expo",
|
|
22
20
|
"description": "Claude Code governance plugin for Expo/React Native projects — universal skills plus Expo-specific tooling (Apollo Client, Gluestack, Expo Router, Playwright, Maestro)",
|
|
23
|
-
"version": "1.0.0",
|
|
24
21
|
"category": "productivity"
|
|
25
22
|
},
|
|
26
23
|
{
|
|
27
|
-
"name": "nestjs",
|
|
24
|
+
"name": "lisa-nestjs",
|
|
28
25
|
"source": "./plugins/lisa-nestjs",
|
|
29
26
|
"description": "Claude Code governance plugin for NestJS/GraphQL projects — universal skills plus NestJS-specific tooling (GraphQL, TypeORM, security scanning)",
|
|
30
|
-
"version": "1.0.0",
|
|
31
27
|
"category": "productivity"
|
|
32
28
|
},
|
|
33
29
|
{
|
|
34
|
-
"name": "cdk",
|
|
30
|
+
"name": "lisa-cdk",
|
|
35
31
|
"source": "./plugins/lisa-cdk",
|
|
36
32
|
"description": "Claude Code governance plugin for AWS CDK projects — universal skills, agents, hooks, and rules plus TypeScript tooling",
|
|
37
|
-
"version": "1.0.0",
|
|
38
33
|
"category": "productivity"
|
|
39
34
|
},
|
|
40
35
|
{
|
|
41
|
-
"name": "rails",
|
|
36
|
+
"name": "lisa-rails",
|
|
42
37
|
"source": "./plugins/lisa-rails",
|
|
43
38
|
"description": "Claude Code governance plugin for Ruby on Rails projects — universal skills plus Rails-specific tooling (ActionController, ActionView, ActiveRecord)",
|
|
44
|
-
"version": "1.0.0",
|
|
45
39
|
"category": "productivity"
|
|
46
40
|
}
|
|
47
41
|
]
|
package/package.json
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"axios": ">=1.13.5"
|
|
73
73
|
},
|
|
74
74
|
"name": "@codyswann/lisa",
|
|
75
|
-
"version": "1.
|
|
75
|
+
"version": "1.55.0",
|
|
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.
|
|
174
|
+
"@codyswann/lisa": "^1.54.13"
|
|
175
175
|
},
|
|
176
176
|
"type": "module"
|
|
177
177
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "cdk",
|
|
3
|
-
"version": "1.
|
|
2
|
+
"name": "lisa-cdk",
|
|
3
|
+
"version": "1.55.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": {
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Cody Swann"
|
|
7
|
+
},
|
|
6
8
|
"hooks": {
|
|
7
9
|
"UserPromptSubmit": [
|
|
8
10
|
{
|
|
@@ -37,27 +39,45 @@
|
|
|
37
39
|
{
|
|
38
40
|
"matcher": "Write|Edit",
|
|
39
41
|
"hooks": [
|
|
40
|
-
{
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
{
|
|
43
|
+
"type": "command",
|
|
44
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/format-on-edit.sh"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "command",
|
|
48
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/sg-scan-on-edit.sh"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "command",
|
|
52
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-edit.sh"
|
|
53
|
+
}
|
|
43
54
|
]
|
|
44
55
|
},
|
|
45
56
|
{
|
|
46
57
|
"matcher": "TaskCreate|TaskUpdate",
|
|
47
58
|
"hooks": [
|
|
48
|
-
{
|
|
59
|
+
{
|
|
60
|
+
"type": "command",
|
|
61
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/sync-tasks.sh"
|
|
62
|
+
}
|
|
49
63
|
]
|
|
50
64
|
},
|
|
51
65
|
{
|
|
52
66
|
"matcher": "Task",
|
|
53
67
|
"hooks": [
|
|
54
|
-
{
|
|
68
|
+
{
|
|
69
|
+
"type": "command",
|
|
70
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true"
|
|
71
|
+
}
|
|
55
72
|
]
|
|
56
73
|
},
|
|
57
74
|
{
|
|
58
75
|
"matcher": "TodoWrite",
|
|
59
76
|
"hooks": [
|
|
60
|
-
{
|
|
77
|
+
{
|
|
78
|
+
"type": "command",
|
|
79
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true"
|
|
80
|
+
}
|
|
61
81
|
]
|
|
62
82
|
}
|
|
63
83
|
],
|
|
@@ -65,22 +85,81 @@
|
|
|
65
85
|
{
|
|
66
86
|
"matcher": "Task",
|
|
67
87
|
"hooks": [
|
|
68
|
-
{
|
|
88
|
+
{
|
|
89
|
+
"type": "command",
|
|
90
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true"
|
|
91
|
+
}
|
|
69
92
|
]
|
|
70
93
|
}
|
|
71
94
|
],
|
|
72
95
|
"Stop": [
|
|
73
|
-
{
|
|
74
|
-
|
|
75
|
-
|
|
96
|
+
{
|
|
97
|
+
"matcher": "",
|
|
98
|
+
"hooks": [
|
|
99
|
+
{
|
|
100
|
+
"type": "command",
|
|
101
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-completion.sh"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"matcher": "",
|
|
107
|
+
"hooks": [
|
|
108
|
+
{
|
|
109
|
+
"type": "command",
|
|
110
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-ntfy.sh"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"matcher": "",
|
|
116
|
+
"hooks": [
|
|
117
|
+
{
|
|
118
|
+
"type": "command",
|
|
119
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
76
123
|
],
|
|
77
124
|
"SessionStart": [
|
|
78
|
-
{
|
|
79
|
-
|
|
80
|
-
|
|
125
|
+
{
|
|
126
|
+
"matcher": "startup",
|
|
127
|
+
"hooks": [
|
|
128
|
+
{
|
|
129
|
+
"type": "command",
|
|
130
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/install-pkgs.sh"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"matcher": "",
|
|
136
|
+
"hooks": [
|
|
137
|
+
{
|
|
138
|
+
"type": "command",
|
|
139
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-jira-cli.sh"
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"matcher": "",
|
|
145
|
+
"hooks": [
|
|
146
|
+
{
|
|
147
|
+
"type": "command",
|
|
148
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
81
152
|
],
|
|
82
153
|
"SessionEnd": [
|
|
83
|
-
{
|
|
154
|
+
{
|
|
155
|
+
"matcher": "",
|
|
156
|
+
"hooks": [
|
|
157
|
+
{
|
|
158
|
+
"type": "command",
|
|
159
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
84
163
|
]
|
|
85
164
|
}
|
|
86
165
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "expo",
|
|
3
|
-
"version": "1.
|
|
2
|
+
"name": "lisa-expo",
|
|
3
|
+
"version": "1.55.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": {
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Cody Swann"
|
|
7
|
+
},
|
|
6
8
|
"hooks": {
|
|
7
9
|
"UserPromptSubmit": [
|
|
8
10
|
{
|
|
@@ -37,27 +39,45 @@
|
|
|
37
39
|
{
|
|
38
40
|
"matcher": "Write|Edit",
|
|
39
41
|
"hooks": [
|
|
40
|
-
{
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
{
|
|
43
|
+
"type": "command",
|
|
44
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/format-on-edit.sh"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "command",
|
|
48
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/sg-scan-on-edit.sh"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "command",
|
|
52
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-edit.sh"
|
|
53
|
+
}
|
|
43
54
|
]
|
|
44
55
|
},
|
|
45
56
|
{
|
|
46
57
|
"matcher": "TaskCreate|TaskUpdate",
|
|
47
58
|
"hooks": [
|
|
48
|
-
{
|
|
59
|
+
{
|
|
60
|
+
"type": "command",
|
|
61
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/sync-tasks.sh"
|
|
62
|
+
}
|
|
49
63
|
]
|
|
50
64
|
},
|
|
51
65
|
{
|
|
52
66
|
"matcher": "Task",
|
|
53
67
|
"hooks": [
|
|
54
|
-
{
|
|
68
|
+
{
|
|
69
|
+
"type": "command",
|
|
70
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true"
|
|
71
|
+
}
|
|
55
72
|
]
|
|
56
73
|
},
|
|
57
74
|
{
|
|
58
75
|
"matcher": "TodoWrite",
|
|
59
76
|
"hooks": [
|
|
60
|
-
{
|
|
77
|
+
{
|
|
78
|
+
"type": "command",
|
|
79
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true"
|
|
80
|
+
}
|
|
61
81
|
]
|
|
62
82
|
}
|
|
63
83
|
],
|
|
@@ -65,22 +85,81 @@
|
|
|
65
85
|
{
|
|
66
86
|
"matcher": "Task",
|
|
67
87
|
"hooks": [
|
|
68
|
-
{
|
|
88
|
+
{
|
|
89
|
+
"type": "command",
|
|
90
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true"
|
|
91
|
+
}
|
|
69
92
|
]
|
|
70
93
|
}
|
|
71
94
|
],
|
|
72
95
|
"Stop": [
|
|
73
|
-
{
|
|
74
|
-
|
|
75
|
-
|
|
96
|
+
{
|
|
97
|
+
"matcher": "",
|
|
98
|
+
"hooks": [
|
|
99
|
+
{
|
|
100
|
+
"type": "command",
|
|
101
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-completion.sh"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"matcher": "",
|
|
107
|
+
"hooks": [
|
|
108
|
+
{
|
|
109
|
+
"type": "command",
|
|
110
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-ntfy.sh"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"matcher": "",
|
|
116
|
+
"hooks": [
|
|
117
|
+
{
|
|
118
|
+
"type": "command",
|
|
119
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
76
123
|
],
|
|
77
124
|
"SessionStart": [
|
|
78
|
-
{
|
|
79
|
-
|
|
80
|
-
|
|
125
|
+
{
|
|
126
|
+
"matcher": "startup",
|
|
127
|
+
"hooks": [
|
|
128
|
+
{
|
|
129
|
+
"type": "command",
|
|
130
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/install-pkgs.sh"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"matcher": "",
|
|
136
|
+
"hooks": [
|
|
137
|
+
{
|
|
138
|
+
"type": "command",
|
|
139
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-jira-cli.sh"
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"matcher": "",
|
|
145
|
+
"hooks": [
|
|
146
|
+
{
|
|
147
|
+
"type": "command",
|
|
148
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
81
152
|
],
|
|
82
153
|
"SessionEnd": [
|
|
83
|
-
{
|
|
154
|
+
{
|
|
155
|
+
"matcher": "",
|
|
156
|
+
"hooks": [
|
|
157
|
+
{
|
|
158
|
+
"type": "command",
|
|
159
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
84
163
|
]
|
|
85
164
|
}
|
|
86
165
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "nestjs",
|
|
3
|
-
"version": "1.
|
|
2
|
+
"name": "lisa-nestjs",
|
|
3
|
+
"version": "1.55.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": {
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Cody Swann"
|
|
7
|
+
},
|
|
6
8
|
"hooks": {
|
|
7
9
|
"UserPromptSubmit": [
|
|
8
10
|
{
|
|
@@ -37,27 +39,45 @@
|
|
|
37
39
|
{
|
|
38
40
|
"matcher": "Write|Edit",
|
|
39
41
|
"hooks": [
|
|
40
|
-
{
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
{
|
|
43
|
+
"type": "command",
|
|
44
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/format-on-edit.sh"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "command",
|
|
48
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/sg-scan-on-edit.sh"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "command",
|
|
52
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-edit.sh"
|
|
53
|
+
}
|
|
43
54
|
]
|
|
44
55
|
},
|
|
45
56
|
{
|
|
46
57
|
"matcher": "TaskCreate|TaskUpdate",
|
|
47
58
|
"hooks": [
|
|
48
|
-
{
|
|
59
|
+
{
|
|
60
|
+
"type": "command",
|
|
61
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/sync-tasks.sh"
|
|
62
|
+
}
|
|
49
63
|
]
|
|
50
64
|
},
|
|
51
65
|
{
|
|
52
66
|
"matcher": "Task",
|
|
53
67
|
"hooks": [
|
|
54
|
-
{
|
|
68
|
+
{
|
|
69
|
+
"type": "command",
|
|
70
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true"
|
|
71
|
+
}
|
|
55
72
|
]
|
|
56
73
|
},
|
|
57
74
|
{
|
|
58
75
|
"matcher": "TodoWrite",
|
|
59
76
|
"hooks": [
|
|
60
|
-
{
|
|
77
|
+
{
|
|
78
|
+
"type": "command",
|
|
79
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true"
|
|
80
|
+
}
|
|
61
81
|
]
|
|
62
82
|
}
|
|
63
83
|
],
|
|
@@ -65,22 +85,81 @@
|
|
|
65
85
|
{
|
|
66
86
|
"matcher": "Task",
|
|
67
87
|
"hooks": [
|
|
68
|
-
{
|
|
88
|
+
{
|
|
89
|
+
"type": "command",
|
|
90
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true"
|
|
91
|
+
}
|
|
69
92
|
]
|
|
70
93
|
}
|
|
71
94
|
],
|
|
72
95
|
"Stop": [
|
|
73
|
-
{
|
|
74
|
-
|
|
75
|
-
|
|
96
|
+
{
|
|
97
|
+
"matcher": "",
|
|
98
|
+
"hooks": [
|
|
99
|
+
{
|
|
100
|
+
"type": "command",
|
|
101
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-completion.sh"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"matcher": "",
|
|
107
|
+
"hooks": [
|
|
108
|
+
{
|
|
109
|
+
"type": "command",
|
|
110
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-ntfy.sh"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"matcher": "",
|
|
116
|
+
"hooks": [
|
|
117
|
+
{
|
|
118
|
+
"type": "command",
|
|
119
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
76
123
|
],
|
|
77
124
|
"SessionStart": [
|
|
78
|
-
{
|
|
79
|
-
|
|
80
|
-
|
|
125
|
+
{
|
|
126
|
+
"matcher": "startup",
|
|
127
|
+
"hooks": [
|
|
128
|
+
{
|
|
129
|
+
"type": "command",
|
|
130
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/install-pkgs.sh"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"matcher": "",
|
|
136
|
+
"hooks": [
|
|
137
|
+
{
|
|
138
|
+
"type": "command",
|
|
139
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-jira-cli.sh"
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"matcher": "",
|
|
145
|
+
"hooks": [
|
|
146
|
+
{
|
|
147
|
+
"type": "command",
|
|
148
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
81
152
|
],
|
|
82
153
|
"SessionEnd": [
|
|
83
|
-
{
|
|
154
|
+
{
|
|
155
|
+
"matcher": "",
|
|
156
|
+
"hooks": [
|
|
157
|
+
{
|
|
158
|
+
"type": "command",
|
|
159
|
+
"command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
84
163
|
]
|
|
85
164
|
}
|
|
86
165
|
}
|