@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.
Files changed (193) hide show
  1. package/.claude-plugin/marketplace.json +5 -11
  2. package/cdk/merge/.claude/settings.json +1 -1
  3. package/expo/merge/.claude/settings.json +1 -1
  4. package/nestjs/merge/.claude/settings.json +1 -1
  5. package/package.json +2 -2
  6. package/plugins/lisa-cdk/.claude-plugin/plugin.json +96 -17
  7. package/plugins/lisa-expo/.claude-plugin/plugin.json +96 -17
  8. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +96 -17
  9. package/plugins/lisa-rails/.claude-plugin/plugin.json +75 -13
  10. package/plugins/lisa-typescript/.claude-plugin/plugin.json +96 -17
  11. package/plugins/src/cdk/.claude-plugin/plugin.json +1 -1
  12. package/plugins/src/expo/.claude-plugin/plugin.json +1 -1
  13. package/plugins/src/nestjs/.claude-plugin/plugin.json +1 -1
  14. package/plugins/src/rails/.claude-plugin/plugin.json +1 -1
  15. package/plugins/src/typescript/.claude-plugin/plugin.json +1 -1
  16. package/rails/merge/.claude/settings.json +1 -1
  17. package/scripts/build-plugins.sh +16 -2
  18. package/scripts/install-claude-plugins.sh +7 -6
  19. package/typescript/merge/.claude/settings.json +1 -1
  20. /package/plugins/lisa-cdk/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
  21. /package/plugins/lisa-cdk/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
  22. /package/plugins/lisa-cdk/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
  23. /package/plugins/lisa-cdk/commands/{git-commit.md → git/commit.md} +0 -0
  24. /package/plugins/lisa-cdk/commands/{git-prune.md → git/prune.md} +0 -0
  25. /package/plugins/lisa-cdk/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
  26. /package/plugins/lisa-cdk/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
  27. /package/plugins/lisa-cdk/commands/{jira-create.md → jira/create.md} +0 -0
  28. /package/plugins/lisa-cdk/commands/{jira-evidence.md → jira/evidence.md} +0 -0
  29. /package/plugins/lisa-cdk/commands/{jira-fix.md → jira/fix.md} +0 -0
  30. /package/plugins/lisa-cdk/commands/{jira-implement.md → jira/implement.md} +0 -0
  31. /package/plugins/lisa-cdk/commands/{jira-journey.md → jira/journey.md} +0 -0
  32. /package/plugins/lisa-cdk/commands/{jira-sync.md → jira/sync.md} +0 -0
  33. /package/plugins/lisa-cdk/commands/{jira-verify.md → jira/verify.md} +0 -0
  34. /package/plugins/lisa-cdk/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
  35. /package/plugins/lisa-cdk/commands/{plan-create.md → plan/create.md} +0 -0
  36. /package/plugins/lisa-cdk/commands/{plan-execute.md → plan/execute.md} +0 -0
  37. /package/plugins/lisa-cdk/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
  38. /package/plugins/lisa-cdk/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
  39. /package/plugins/lisa-cdk/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
  40. /package/plugins/lisa-cdk/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
  41. /package/plugins/lisa-cdk/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
  42. /package/plugins/lisa-cdk/commands/{pull-request-review.md → pull-request/review.md} +0 -0
  43. /package/plugins/lisa-cdk/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
  44. /package/plugins/lisa-cdk/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
  45. /package/plugins/lisa-cdk/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
  46. /package/plugins/lisa-cdk/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
  47. /package/plugins/lisa-cdk/commands/{tasks-load.md → tasks/load.md} +0 -0
  48. /package/plugins/lisa-cdk/commands/{tasks-sync.md → tasks/sync.md} +0 -0
  49. /package/plugins/lisa-expo/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
  50. /package/plugins/lisa-expo/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
  51. /package/plugins/lisa-expo/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
  52. /package/plugins/lisa-expo/commands/{git-commit.md → git/commit.md} +0 -0
  53. /package/plugins/lisa-expo/commands/{git-prune.md → git/prune.md} +0 -0
  54. /package/plugins/lisa-expo/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
  55. /package/plugins/lisa-expo/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
  56. /package/plugins/lisa-expo/commands/{jira-create.md → jira/create.md} +0 -0
  57. /package/plugins/lisa-expo/commands/{jira-evidence.md → jira/evidence.md} +0 -0
  58. /package/plugins/lisa-expo/commands/{jira-fix.md → jira/fix.md} +0 -0
  59. /package/plugins/lisa-expo/commands/{jira-implement.md → jira/implement.md} +0 -0
  60. /package/plugins/lisa-expo/commands/{jira-journey.md → jira/journey.md} +0 -0
  61. /package/plugins/lisa-expo/commands/{jira-sync.md → jira/sync.md} +0 -0
  62. /package/plugins/lisa-expo/commands/{jira-verify.md → jira/verify.md} +0 -0
  63. /package/plugins/lisa-expo/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
  64. /package/plugins/lisa-expo/commands/{plan-create.md → plan/create.md} +0 -0
  65. /package/plugins/lisa-expo/commands/{plan-execute.md → plan/execute.md} +0 -0
  66. /package/plugins/lisa-expo/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
  67. /package/plugins/lisa-expo/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
  68. /package/plugins/lisa-expo/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
  69. /package/plugins/lisa-expo/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
  70. /package/plugins/lisa-expo/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
  71. /package/plugins/lisa-expo/commands/{pull-request-review.md → pull-request/review.md} +0 -0
  72. /package/plugins/lisa-expo/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
  73. /package/plugins/lisa-expo/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
  74. /package/plugins/lisa-expo/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
  75. /package/plugins/lisa-expo/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
  76. /package/plugins/lisa-expo/commands/{tasks-load.md → tasks/load.md} +0 -0
  77. /package/plugins/lisa-expo/commands/{tasks-sync.md → tasks/sync.md} +0 -0
  78. /package/plugins/lisa-nestjs/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
  79. /package/plugins/lisa-nestjs/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
  80. /package/plugins/lisa-nestjs/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
  81. /package/plugins/lisa-nestjs/commands/{git-commit.md → git/commit.md} +0 -0
  82. /package/plugins/lisa-nestjs/commands/{git-prune.md → git/prune.md} +0 -0
  83. /package/plugins/lisa-nestjs/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
  84. /package/plugins/lisa-nestjs/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
  85. /package/plugins/lisa-nestjs/commands/{jira-create.md → jira/create.md} +0 -0
  86. /package/plugins/lisa-nestjs/commands/{jira-evidence.md → jira/evidence.md} +0 -0
  87. /package/plugins/lisa-nestjs/commands/{jira-fix.md → jira/fix.md} +0 -0
  88. /package/plugins/lisa-nestjs/commands/{jira-implement.md → jira/implement.md} +0 -0
  89. /package/plugins/lisa-nestjs/commands/{jira-journey.md → jira/journey.md} +0 -0
  90. /package/plugins/lisa-nestjs/commands/{jira-sync.md → jira/sync.md} +0 -0
  91. /package/plugins/lisa-nestjs/commands/{jira-verify.md → jira/verify.md} +0 -0
  92. /package/plugins/lisa-nestjs/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
  93. /package/plugins/lisa-nestjs/commands/{plan-create.md → plan/create.md} +0 -0
  94. /package/plugins/lisa-nestjs/commands/{plan-execute.md → plan/execute.md} +0 -0
  95. /package/plugins/lisa-nestjs/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
  96. /package/plugins/lisa-nestjs/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
  97. /package/plugins/lisa-nestjs/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
  98. /package/plugins/lisa-nestjs/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
  99. /package/plugins/lisa-nestjs/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
  100. /package/plugins/lisa-nestjs/commands/{pull-request-review.md → pull-request/review.md} +0 -0
  101. /package/plugins/lisa-nestjs/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
  102. /package/plugins/lisa-nestjs/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
  103. /package/plugins/lisa-nestjs/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
  104. /package/plugins/lisa-nestjs/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
  105. /package/plugins/lisa-nestjs/commands/{tasks-load.md → tasks/load.md} +0 -0
  106. /package/plugins/lisa-nestjs/commands/{tasks-sync.md → tasks/sync.md} +0 -0
  107. /package/plugins/lisa-rails/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
  108. /package/plugins/lisa-rails/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
  109. /package/plugins/lisa-rails/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
  110. /package/plugins/lisa-rails/commands/{git-commit.md → git/commit.md} +0 -0
  111. /package/plugins/lisa-rails/commands/{git-prune.md → git/prune.md} +0 -0
  112. /package/plugins/lisa-rails/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
  113. /package/plugins/lisa-rails/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
  114. /package/plugins/lisa-rails/commands/{jira-create.md → jira/create.md} +0 -0
  115. /package/plugins/lisa-rails/commands/{jira-evidence.md → jira/evidence.md} +0 -0
  116. /package/plugins/lisa-rails/commands/{jira-fix.md → jira/fix.md} +0 -0
  117. /package/plugins/lisa-rails/commands/{jira-implement.md → jira/implement.md} +0 -0
  118. /package/plugins/lisa-rails/commands/{jira-journey.md → jira/journey.md} +0 -0
  119. /package/plugins/lisa-rails/commands/{jira-sync.md → jira/sync.md} +0 -0
  120. /package/plugins/lisa-rails/commands/{jira-verify.md → jira/verify.md} +0 -0
  121. /package/plugins/lisa-rails/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
  122. /package/plugins/lisa-rails/commands/{plan-create.md → plan/create.md} +0 -0
  123. /package/plugins/lisa-rails/commands/{plan-execute.md → plan/execute.md} +0 -0
  124. /package/plugins/lisa-rails/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
  125. /package/plugins/lisa-rails/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
  126. /package/plugins/lisa-rails/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
  127. /package/plugins/lisa-rails/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
  128. /package/plugins/lisa-rails/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
  129. /package/plugins/lisa-rails/commands/{pull-request-review.md → pull-request/review.md} +0 -0
  130. /package/plugins/lisa-rails/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
  131. /package/plugins/lisa-rails/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
  132. /package/plugins/lisa-rails/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
  133. /package/plugins/lisa-rails/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
  134. /package/plugins/lisa-rails/commands/{tasks-load.md → tasks/load.md} +0 -0
  135. /package/plugins/lisa-rails/commands/{tasks-sync.md → tasks/sync.md} +0 -0
  136. /package/plugins/lisa-typescript/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
  137. /package/plugins/lisa-typescript/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
  138. /package/plugins/lisa-typescript/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
  139. /package/plugins/lisa-typescript/commands/{git-commit.md → git/commit.md} +0 -0
  140. /package/plugins/lisa-typescript/commands/{git-prune.md → git/prune.md} +0 -0
  141. /package/plugins/lisa-typescript/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
  142. /package/plugins/lisa-typescript/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
  143. /package/plugins/lisa-typescript/commands/{jira-create.md → jira/create.md} +0 -0
  144. /package/plugins/lisa-typescript/commands/{jira-evidence.md → jira/evidence.md} +0 -0
  145. /package/plugins/lisa-typescript/commands/{jira-fix.md → jira/fix.md} +0 -0
  146. /package/plugins/lisa-typescript/commands/{jira-implement.md → jira/implement.md} +0 -0
  147. /package/plugins/lisa-typescript/commands/{jira-journey.md → jira/journey.md} +0 -0
  148. /package/plugins/lisa-typescript/commands/{jira-sync.md → jira/sync.md} +0 -0
  149. /package/plugins/lisa-typescript/commands/{jira-verify.md → jira/verify.md} +0 -0
  150. /package/plugins/lisa-typescript/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
  151. /package/plugins/lisa-typescript/commands/{plan-create.md → plan/create.md} +0 -0
  152. /package/plugins/lisa-typescript/commands/{plan-execute.md → plan/execute.md} +0 -0
  153. /package/plugins/lisa-typescript/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
  154. /package/plugins/lisa-typescript/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
  155. /package/plugins/lisa-typescript/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
  156. /package/plugins/lisa-typescript/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
  157. /package/plugins/lisa-typescript/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
  158. /package/plugins/lisa-typescript/commands/{pull-request-review.md → pull-request/review.md} +0 -0
  159. /package/plugins/lisa-typescript/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
  160. /package/plugins/lisa-typescript/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
  161. /package/plugins/lisa-typescript/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
  162. /package/plugins/lisa-typescript/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
  163. /package/plugins/lisa-typescript/commands/{tasks-load.md → tasks/load.md} +0 -0
  164. /package/plugins/lisa-typescript/commands/{tasks-sync.md → tasks/sync.md} +0 -0
  165. /package/plugins/src/base/commands/{git-commit-and-submit-pr.md → git/commit-and-submit-pr.md} +0 -0
  166. /package/plugins/src/base/commands/{git-commit-submit-pr-and-verify.md → git/commit-submit-pr-and-verify.md} +0 -0
  167. /package/plugins/src/base/commands/{git-commit-submit-pr-deploy-and-verify.md → git/commit-submit-pr-deploy-and-verify.md} +0 -0
  168. /package/plugins/src/base/commands/{git-commit.md → git/commit.md} +0 -0
  169. /package/plugins/src/base/commands/{git-prune.md → git/prune.md} +0 -0
  170. /package/plugins/src/base/commands/{git-submit-pr.md → git/submit-pr.md} +0 -0
  171. /package/plugins/src/base/commands/{jira-add-journey.md → jira/add-journey.md} +0 -0
  172. /package/plugins/src/base/commands/{jira-create.md → jira/create.md} +0 -0
  173. /package/plugins/src/base/commands/{jira-evidence.md → jira/evidence.md} +0 -0
  174. /package/plugins/src/base/commands/{jira-fix.md → jira/fix.md} +0 -0
  175. /package/plugins/src/base/commands/{jira-implement.md → jira/implement.md} +0 -0
  176. /package/plugins/src/base/commands/{jira-journey.md → jira/journey.md} +0 -0
  177. /package/plugins/src/base/commands/{jira-sync.md → jira/sync.md} +0 -0
  178. /package/plugins/src/base/commands/{jira-verify.md → jira/verify.md} +0 -0
  179. /package/plugins/src/base/commands/{plan-add-test-coverage.md → plan/add-test-coverage.md} +0 -0
  180. /package/plugins/src/base/commands/{plan-create.md → plan/create.md} +0 -0
  181. /package/plugins/src/base/commands/{plan-execute.md → plan/execute.md} +0 -0
  182. /package/plugins/src/base/commands/{plan-fix-linter-error.md → plan/fix-linter-error.md} +0 -0
  183. /package/plugins/src/base/commands/{plan-local-code-review.md → plan/local-code-review.md} +0 -0
  184. /package/plugins/src/base/commands/{plan-lower-code-complexity.md → plan/lower-code-complexity.md} +0 -0
  185. /package/plugins/src/base/commands/{plan-reduce-max-lines-per-function.md → plan/reduce-max-lines-per-function.md} +0 -0
  186. /package/plugins/src/base/commands/{plan-reduce-max-lines.md → plan/reduce-max-lines.md} +0 -0
  187. /package/plugins/src/base/commands/{pull-request-review.md → pull-request/review.md} +0 -0
  188. /package/plugins/src/base/commands/{lisa-review-implementation.md → review/implementation.md} +0 -0
  189. /package/plugins/src/base/commands/{security-zap-scan.md → security/zap-scan.md} +0 -0
  190. /package/plugins/src/base/commands/{sonarqube-check.md → sonarqube/check.md} +0 -0
  191. /package/plugins/src/base/commands/{sonarqube-fix.md → sonarqube/fix.md} +0 -0
  192. /package/plugins/src/base/commands/{tasks-load.md → tasks/load.md} +0 -0
  193. /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
  ]
@@ -10,7 +10,7 @@
10
10
  "code-review@claude-plugins-official": true,
11
11
  "coderabbit@claude-plugins-official": true,
12
12
  "sentry@claude-plugins-official": true,
13
- "cdk@lisa": true
13
+ "lisa-cdk@lisa": true
14
14
  },
15
15
  "extraKnownMarketplaces": {
16
16
  "CodySwannGT/lisa": {
@@ -12,7 +12,7 @@
12
12
  "coderabbit@claude-plugins-official": true,
13
13
  "sentry@claude-plugins-official": true,
14
14
  "posthog@claude-plugins-official": true,
15
- "expo@lisa": true
15
+ "lisa-expo@lisa": true
16
16
  },
17
17
  "extraKnownMarketplaces": {
18
18
  "CodySwannGT/lisa": {
@@ -10,7 +10,7 @@
10
10
  "code-review@claude-plugins-official": true,
11
11
  "coderabbit@claude-plugins-official": true,
12
12
  "sentry@claude-plugins-official": true,
13
- "nestjs@lisa": true
13
+ "lisa-nestjs@lisa": true
14
14
  },
15
15
  "extraKnownMarketplaces": {
16
16
  "CodySwannGT/lisa": {
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.14",
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.11"
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.0.0",
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": { "name": "Cody Swann" },
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
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/format-on-edit.sh" },
41
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/sg-scan-on-edit.sh" },
42
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-edit.sh" }
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
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/sync-tasks.sh" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true" }
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
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-completion.sh" }] },
74
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-ntfy.sh" }] },
75
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true" }] }
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
- { "matcher": "startup", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/install-pkgs.sh" }] },
79
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-jira-cli.sh" }] },
80
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true" }] }
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
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true" }] }
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.0.0",
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": { "name": "Cody Swann" },
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
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/format-on-edit.sh" },
41
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/sg-scan-on-edit.sh" },
42
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-edit.sh" }
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
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/sync-tasks.sh" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true" }
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
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-completion.sh" }] },
74
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-ntfy.sh" }] },
75
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true" }] }
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
- { "matcher": "startup", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/install-pkgs.sh" }] },
79
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-jira-cli.sh" }] },
80
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true" }] }
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
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true" }] }
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.0.0",
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": { "name": "Cody Swann" },
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
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/format-on-edit.sh" },
41
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/sg-scan-on-edit.sh" },
42
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-edit.sh" }
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
- { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/sync-tasks.sh" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true" }
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
- { "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true" }
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
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-completion.sh" }] },
74
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-ntfy.sh" }] },
75
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true" }] }
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
- { "matcher": "startup", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/install-pkgs.sh" }] },
79
- { "matcher": "", "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-jira-cli.sh" }] },
80
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true" }] }
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
- { "matcher": "", "hooks": [{ "type": "command", "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true" }] }
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
  }