@codyswann/lisa 1.48.0 → 1.49.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 (863) hide show
  1. package/.claude-plugin/marketplace.json +48 -0
  2. package/all/deletions.json +5 -1
  3. package/all/merge/.claude/settings.json +28 -0
  4. package/cdk/copy-overwrite/eslint.config.ts +11 -21
  5. package/cdk/copy-overwrite/eslint.slow.config.ts +4 -73
  6. package/cdk/copy-overwrite/jest.config.ts +14 -12
  7. package/cdk/copy-overwrite/tsconfig.json +1 -1
  8. package/cdk/merge/.claude/settings.json +29 -0
  9. package/cdk/package-lisa/package.lisa.json +1 -0
  10. package/dist/configs/eslint/base.d.ts +1491 -0
  11. package/dist/configs/eslint/base.d.ts.map +1 -0
  12. package/dist/configs/eslint/base.js +386 -0
  13. package/dist/configs/eslint/base.js.map +1 -0
  14. package/dist/configs/eslint/cdk.d.ts +32 -0
  15. package/dist/configs/eslint/cdk.d.ts.map +1 -0
  16. package/dist/configs/eslint/cdk.js +127 -0
  17. package/dist/configs/eslint/cdk.js.map +1 -0
  18. package/dist/configs/eslint/expo.d.ts +16 -0
  19. package/dist/configs/eslint/expo.d.ts.map +1 -0
  20. package/dist/configs/eslint/expo.js +264 -0
  21. package/dist/configs/eslint/expo.js.map +1 -0
  22. package/dist/configs/eslint/index.d.ts +18 -0
  23. package/dist/configs/eslint/index.d.ts.map +1 -0
  24. package/dist/configs/eslint/index.js +18 -0
  25. package/dist/configs/eslint/index.js.map +1 -0
  26. package/dist/configs/eslint/nestjs.d.ts +32 -0
  27. package/dist/configs/eslint/nestjs.d.ts.map +1 -0
  28. package/dist/configs/eslint/nestjs.js +128 -0
  29. package/dist/configs/eslint/nestjs.js.map +1 -0
  30. package/dist/configs/eslint/slow.d.ts +80 -0
  31. package/dist/configs/eslint/slow.d.ts.map +1 -0
  32. package/dist/configs/eslint/slow.js +83 -0
  33. package/dist/configs/eslint/slow.js.map +1 -0
  34. package/dist/configs/eslint/typescript.d.ts +19 -0
  35. package/dist/configs/eslint/typescript.d.ts.map +1 -0
  36. package/dist/configs/eslint/typescript.js +81 -0
  37. package/dist/configs/eslint/typescript.js.map +1 -0
  38. package/{typescript/copy-overwrite/jest.base.ts → dist/configs/jest/base.d.ts} +9 -69
  39. package/dist/configs/jest/base.d.ts.map +1 -0
  40. package/dist/configs/jest/base.js +83 -0
  41. package/dist/configs/jest/base.js.map +1 -0
  42. package/dist/configs/jest/cdk.d.ts +35 -0
  43. package/dist/configs/jest/cdk.d.ts.map +1 -0
  44. package/dist/configs/jest/cdk.js +30 -0
  45. package/dist/configs/jest/cdk.js.map +1 -0
  46. package/dist/configs/jest/expo.d.ts +56 -0
  47. package/dist/configs/jest/expo.d.ts.map +1 -0
  48. package/dist/configs/jest/expo.js +60 -0
  49. package/dist/configs/jest/expo.js.map +1 -0
  50. package/dist/configs/jest/index.d.ts +14 -0
  51. package/dist/configs/jest/index.d.ts.map +1 -0
  52. package/dist/configs/jest/index.js +14 -0
  53. package/dist/configs/jest/index.js.map +1 -0
  54. package/dist/configs/jest/nestjs.d.ts +35 -0
  55. package/dist/configs/jest/nestjs.d.ts.map +1 -0
  56. package/dist/configs/jest/nestjs.js +47 -0
  57. package/dist/configs/jest/nestjs.js.map +1 -0
  58. package/dist/configs/jest/typescript.d.ts +31 -0
  59. package/dist/configs/jest/typescript.d.ts.map +1 -0
  60. package/dist/configs/jest/typescript.js +34 -0
  61. package/dist/configs/jest/typescript.js.map +1 -0
  62. package/expo/copy-overwrite/eslint.config.ts +5 -20
  63. package/expo/copy-overwrite/eslint.slow.config.ts +4 -90
  64. package/expo/copy-overwrite/jest.config.ts +14 -12
  65. package/expo/copy-overwrite/tsconfig.json +1 -1
  66. package/expo/merge/.claude/settings.json +29 -0
  67. package/expo/package-lisa/package.lisa.json +1 -10
  68. package/nestjs/copy-overwrite/eslint.config.ts +5 -20
  69. package/nestjs/copy-overwrite/eslint.slow.config.ts +4 -89
  70. package/nestjs/copy-overwrite/jest.config.ts +14 -12
  71. package/nestjs/copy-overwrite/tsconfig.json +1 -1
  72. package/nestjs/merge/.claude/settings.json +29 -0
  73. package/nestjs/package-lisa/package.lisa.json +1 -0
  74. package/package.json +82 -43
  75. package/plugins/lisa-cdk/.claude-plugin/plugin.json +86 -0
  76. package/plugins/lisa-cdk/agents/agent-architect.md +310 -0
  77. package/plugins/lisa-cdk/agents/architecture-specialist.md +53 -0
  78. package/plugins/lisa-cdk/agents/debug-specialist.md +204 -0
  79. package/plugins/lisa-cdk/agents/git-history-analyzer.md +183 -0
  80. package/plugins/lisa-cdk/agents/hooks-expert.md +74 -0
  81. package/plugins/lisa-cdk/agents/implementer.md +54 -0
  82. package/plugins/lisa-cdk/agents/learner.md +44 -0
  83. package/plugins/lisa-cdk/agents/performance-specialist.md +95 -0
  84. package/plugins/lisa-cdk/agents/product-specialist.md +72 -0
  85. package/plugins/lisa-cdk/agents/quality-specialist.md +55 -0
  86. package/plugins/lisa-cdk/agents/security-specialist.md +58 -0
  87. package/plugins/lisa-cdk/agents/skill-evaluator.md +246 -0
  88. package/plugins/lisa-cdk/agents/slash-command-architect.md +87 -0
  89. package/plugins/lisa-cdk/agents/test-specialist.md +64 -0
  90. package/plugins/lisa-cdk/agents/verification-specialist.md +189 -0
  91. package/plugins/lisa-cdk/agents/web-search-researcher.md +112 -0
  92. package/plugins/lisa-cdk/commands/git-commit-and-submit-pr.md +7 -0
  93. package/plugins/lisa-cdk/commands/git-commit-submit-pr-and-verify.md +7 -0
  94. package/plugins/lisa-cdk/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  95. package/plugins/lisa-cdk/commands/git-commit.md +7 -0
  96. package/plugins/lisa-cdk/commands/git-prune.md +6 -0
  97. package/plugins/lisa-cdk/commands/git-submit-pr.md +7 -0
  98. package/plugins/lisa-cdk/commands/jira-add-journey.md +7 -0
  99. package/plugins/lisa-cdk/commands/jira-create.md +7 -0
  100. package/plugins/lisa-cdk/commands/jira-evidence.md +7 -0
  101. package/plugins/lisa-cdk/commands/jira-fix.md +7 -0
  102. package/plugins/lisa-cdk/commands/jira-implement.md +7 -0
  103. package/plugins/lisa-cdk/commands/jira-journey.md +7 -0
  104. package/plugins/lisa-cdk/commands/jira-sync.md +7 -0
  105. package/plugins/lisa-cdk/commands/jira-verify.md +7 -0
  106. package/plugins/lisa-cdk/commands/lisa-review-implementation.md +7 -0
  107. package/plugins/lisa-cdk/commands/plan-add-test-coverage.md +7 -0
  108. package/plugins/lisa-cdk/commands/plan-create.md +6 -0
  109. package/plugins/lisa-cdk/commands/plan-execute.md +7 -0
  110. package/plugins/lisa-cdk/commands/plan-fix-linter-error.md +7 -0
  111. package/plugins/lisa-cdk/commands/plan-local-code-review.md +6 -0
  112. package/plugins/lisa-cdk/commands/plan-lower-code-complexity.md +6 -0
  113. package/plugins/lisa-cdk/commands/plan-reduce-max-lines-per-function.md +7 -0
  114. package/plugins/lisa-cdk/commands/plan-reduce-max-lines.md +7 -0
  115. package/plugins/lisa-cdk/commands/pull-request-review.md +7 -0
  116. package/plugins/lisa-cdk/commands/security-zap-scan.md +6 -0
  117. package/plugins/lisa-cdk/commands/sonarqube-check.md +6 -0
  118. package/plugins/lisa-cdk/commands/sonarqube-fix.md +6 -0
  119. package/plugins/lisa-cdk/commands/tasks-load.md +7 -0
  120. package/plugins/lisa-cdk/commands/tasks-sync.md +7 -0
  121. package/plugins/lisa-cdk/hooks/debug-hook.sh +47 -0
  122. package/plugins/lisa-cdk/hooks/enforce-plan-rules.sh +15 -0
  123. package/plugins/lisa-cdk/hooks/format-on-edit.sh +76 -0
  124. package/plugins/lisa-cdk/hooks/install-pkgs.sh +64 -0
  125. package/plugins/lisa-cdk/hooks/lint-on-edit.sh +81 -0
  126. package/plugins/lisa-cdk/hooks/notify-ntfy.sh +183 -0
  127. package/plugins/lisa-cdk/hooks/setup-jira-cli.sh +52 -0
  128. package/plugins/lisa-cdk/hooks/sg-scan-on-edit.sh +68 -0
  129. package/plugins/lisa-cdk/hooks/sync-tasks.sh +107 -0
  130. package/plugins/lisa-cdk/hooks/ticket-sync-reminder.sh +23 -0
  131. package/plugins/lisa-cdk/hooks/track-plan-sessions.sh +164 -0
  132. package/plugins/lisa-cdk/hooks/verify-completion.sh +77 -0
  133. package/plugins/lisa-cdk/rules/coding-philosophy.md +428 -0
  134. package/plugins/lisa-cdk/rules/lisa.md +37 -0
  135. package/plugins/lisa-cdk/rules/verfication.md +596 -0
  136. package/plugins/lisa-cdk/skills/agent-design-best-practices/SKILL.md +219 -0
  137. package/plugins/lisa-cdk/skills/git-commit/SKILL.md +48 -0
  138. package/plugins/lisa-cdk/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  139. package/plugins/lisa-cdk/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  140. package/plugins/lisa-cdk/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  141. package/plugins/lisa-cdk/skills/git-prune/SKILL.md +35 -0
  142. package/plugins/lisa-cdk/skills/git-submit-pr/SKILL.md +44 -0
  143. package/plugins/lisa-cdk/skills/jira-add-journey/SKILL.md +120 -0
  144. package/plugins/lisa-cdk/skills/jira-create/SKILL.md +95 -0
  145. package/plugins/lisa-cdk/skills/jira-evidence/SKILL.md +73 -0
  146. package/plugins/lisa-cdk/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  147. package/plugins/lisa-cdk/skills/jira-fix/SKILL.md +16 -0
  148. package/plugins/lisa-cdk/skills/jira-implement/SKILL.md +18 -0
  149. package/plugins/lisa-cdk/skills/jira-journey/SKILL.md +125 -0
  150. package/plugins/lisa-cdk/skills/jira-journey/scripts/generate-templates.py +233 -0
  151. package/plugins/lisa-cdk/skills/jira-journey/scripts/parse-plan.py +368 -0
  152. package/plugins/lisa-cdk/skills/jira-sync/SKILL.md +63 -0
  153. package/plugins/lisa-cdk/skills/jira-verify/SKILL.md +48 -0
  154. package/plugins/lisa-cdk/skills/jsdoc-best-practices/SKILL.md +432 -0
  155. package/plugins/lisa-cdk/skills/lisa-review-implementation/SKILL.md +209 -0
  156. package/plugins/lisa-cdk/skills/plan-add-test-coverage/SKILL.md +44 -0
  157. package/plugins/lisa-cdk/skills/plan-execute/SKILL.md +89 -0
  158. package/plugins/lisa-cdk/skills/plan-fix-linter-error/SKILL.md +45 -0
  159. package/plugins/lisa-cdk/skills/plan-local-code-review/SKILL.md +88 -0
  160. package/plugins/lisa-cdk/skills/plan-lower-code-complexity/SKILL.md +44 -0
  161. package/plugins/lisa-cdk/skills/plan-reduce-max-lines/SKILL.md +45 -0
  162. package/plugins/lisa-cdk/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  163. package/plugins/lisa-cdk/skills/pull-request-review/SKILL.md +68 -0
  164. package/plugins/lisa-cdk/skills/security-zap-scan/SKILL.md +33 -0
  165. package/plugins/lisa-cdk/skills/skill-creator/LICENSE.txt +202 -0
  166. package/plugins/lisa-cdk/skills/skill-creator/SKILL.md +210 -0
  167. package/plugins/lisa-cdk/skills/skill-creator/scripts/init_skill.py +305 -0
  168. package/plugins/lisa-cdk/skills/skill-creator/scripts/package_skill.py +112 -0
  169. package/plugins/lisa-cdk/skills/skill-creator/scripts/quick_validate.py +67 -0
  170. package/plugins/lisa-cdk/skills/sonarqube-check/SKILL.md +11 -0
  171. package/plugins/lisa-cdk/skills/sonarqube-fix/SKILL.md +8 -0
  172. package/plugins/lisa-cdk/skills/tasks-load/SKILL.md +88 -0
  173. package/plugins/lisa-cdk/skills/tasks-sync/SKILL.md +108 -0
  174. package/plugins/lisa-expo/.claude-plugin/plugin.json +86 -0
  175. package/plugins/lisa-expo/agents/agent-architect.md +310 -0
  176. package/plugins/lisa-expo/agents/architecture-specialist.md +53 -0
  177. package/plugins/lisa-expo/agents/debug-specialist.md +204 -0
  178. package/plugins/lisa-expo/agents/git-history-analyzer.md +183 -0
  179. package/plugins/lisa-expo/agents/hooks-expert.md +74 -0
  180. package/plugins/lisa-expo/agents/implementer.md +54 -0
  181. package/plugins/lisa-expo/agents/learner.md +44 -0
  182. package/plugins/lisa-expo/agents/ops-specialist.md +124 -0
  183. package/plugins/lisa-expo/agents/performance-specialist.md +95 -0
  184. package/plugins/lisa-expo/agents/product-specialist.md +72 -0
  185. package/plugins/lisa-expo/agents/quality-specialist.md +55 -0
  186. package/plugins/lisa-expo/agents/security-specialist.md +58 -0
  187. package/plugins/lisa-expo/agents/skill-evaluator.md +246 -0
  188. package/plugins/lisa-expo/agents/slash-command-architect.md +87 -0
  189. package/plugins/lisa-expo/agents/test-specialist.md +64 -0
  190. package/plugins/lisa-expo/agents/verification-specialist.md +189 -0
  191. package/plugins/lisa-expo/agents/web-search-researcher.md +112 -0
  192. package/plugins/lisa-expo/commands/git-commit-and-submit-pr.md +7 -0
  193. package/plugins/lisa-expo/commands/git-commit-submit-pr-and-verify.md +7 -0
  194. package/plugins/lisa-expo/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  195. package/plugins/lisa-expo/commands/git-commit.md +7 -0
  196. package/plugins/lisa-expo/commands/git-prune.md +6 -0
  197. package/plugins/lisa-expo/commands/git-submit-pr.md +7 -0
  198. package/plugins/lisa-expo/commands/jira-add-journey.md +7 -0
  199. package/plugins/lisa-expo/commands/jira-create.md +7 -0
  200. package/plugins/lisa-expo/commands/jira-evidence.md +7 -0
  201. package/plugins/lisa-expo/commands/jira-fix.md +7 -0
  202. package/plugins/lisa-expo/commands/jira-implement.md +7 -0
  203. package/plugins/lisa-expo/commands/jira-journey.md +7 -0
  204. package/plugins/lisa-expo/commands/jira-sync.md +7 -0
  205. package/plugins/lisa-expo/commands/jira-verify.md +7 -0
  206. package/plugins/lisa-expo/commands/lisa-review-implementation.md +7 -0
  207. package/plugins/lisa-expo/commands/plan-add-test-coverage.md +7 -0
  208. package/plugins/lisa-expo/commands/plan-create.md +6 -0
  209. package/plugins/lisa-expo/commands/plan-execute.md +7 -0
  210. package/plugins/lisa-expo/commands/plan-fix-linter-error.md +7 -0
  211. package/plugins/lisa-expo/commands/plan-local-code-review.md +6 -0
  212. package/plugins/lisa-expo/commands/plan-lower-code-complexity.md +6 -0
  213. package/plugins/lisa-expo/commands/plan-reduce-max-lines-per-function.md +7 -0
  214. package/plugins/lisa-expo/commands/plan-reduce-max-lines.md +7 -0
  215. package/plugins/lisa-expo/commands/pull-request-review.md +7 -0
  216. package/plugins/lisa-expo/commands/security-zap-scan.md +6 -0
  217. package/plugins/lisa-expo/commands/sonarqube-check.md +6 -0
  218. package/plugins/lisa-expo/commands/sonarqube-fix.md +6 -0
  219. package/plugins/lisa-expo/commands/tasks-load.md +7 -0
  220. package/plugins/lisa-expo/commands/tasks-sync.md +7 -0
  221. package/plugins/lisa-expo/hooks/debug-hook.sh +47 -0
  222. package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +15 -0
  223. package/plugins/lisa-expo/hooks/format-on-edit.sh +76 -0
  224. package/plugins/lisa-expo/hooks/install-pkgs.sh +64 -0
  225. package/plugins/lisa-expo/hooks/lint-on-edit.sh +81 -0
  226. package/plugins/lisa-expo/hooks/notify-ntfy.sh +183 -0
  227. package/plugins/lisa-expo/hooks/setup-jira-cli.sh +52 -0
  228. package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +68 -0
  229. package/plugins/lisa-expo/hooks/sync-tasks.sh +107 -0
  230. package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +23 -0
  231. package/plugins/lisa-expo/hooks/track-plan-sessions.sh +164 -0
  232. package/plugins/lisa-expo/hooks/verify-completion.sh +77 -0
  233. package/plugins/lisa-expo/rules/README.md +240 -0
  234. package/plugins/lisa-expo/rules/coding-philosophy.md +428 -0
  235. package/plugins/lisa-expo/rules/expo-verification.md +261 -0
  236. package/plugins/lisa-expo/rules/lisa.md +37 -0
  237. package/plugins/lisa-expo/rules/verfication.md +596 -0
  238. package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +219 -0
  239. package/plugins/lisa-expo/skills/apollo-client/SKILL.md +238 -0
  240. package/plugins/lisa-expo/skills/apollo-client/references/mutation-patterns.md +360 -0
  241. package/plugins/lisa-expo/skills/atomic-design-gluestack/SKILL.md +360 -0
  242. package/plugins/lisa-expo/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  243. package/plugins/lisa-expo/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  244. package/plugins/lisa-expo/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  245. package/plugins/lisa-expo/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
  246. package/plugins/lisa-expo/skills/container-view-pattern/SKILL.md +299 -0
  247. package/plugins/lisa-expo/skills/container-view-pattern/references/examples.md +749 -0
  248. package/plugins/lisa-expo/skills/container-view-pattern/references/patterns.md +318 -0
  249. package/plugins/lisa-expo/skills/container-view-pattern/scripts/create_component.py +200 -0
  250. package/plugins/lisa-expo/skills/container-view-pattern/scripts/validate_component.py +209 -0
  251. package/plugins/lisa-expo/skills/cross-platform-compatibility/SKILL.md +268 -0
  252. package/plugins/lisa-expo/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  253. package/plugins/lisa-expo/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  254. package/plugins/lisa-expo/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  255. package/plugins/lisa-expo/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  256. package/plugins/lisa-expo/skills/directory-structure/SKILL.md +202 -0
  257. package/plugins/lisa-expo/skills/directory-structure/scripts/validate_structure.py +445 -0
  258. package/plugins/lisa-expo/skills/expo-env-config/SKILL.md +309 -0
  259. package/plugins/lisa-expo/skills/expo-env-config/references/validation-patterns.md +417 -0
  260. package/plugins/lisa-expo/skills/expo-router-best-practices/SKILL.md +431 -0
  261. package/plugins/lisa-expo/skills/expo-router-best-practices/references/official-docs.md +290 -0
  262. package/plugins/lisa-expo/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  263. package/plugins/lisa-expo/skills/git-commit/SKILL.md +48 -0
  264. package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  265. package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  266. package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  267. package/plugins/lisa-expo/skills/git-prune/SKILL.md +35 -0
  268. package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +44 -0
  269. package/plugins/lisa-expo/skills/gluestack-nativewind/SKILL.md +411 -0
  270. package/plugins/lisa-expo/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  271. package/plugins/lisa-expo/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  272. package/plugins/lisa-expo/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  273. package/plugins/lisa-expo/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
  274. package/plugins/lisa-expo/skills/jira-add-journey/SKILL.md +126 -0
  275. package/plugins/lisa-expo/skills/jira-create/SKILL.md +101 -0
  276. package/plugins/lisa-expo/skills/jira-evidence/SKILL.md +78 -0
  277. package/plugins/lisa-expo/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  278. package/plugins/lisa-expo/skills/jira-fix/SKILL.md +16 -0
  279. package/plugins/lisa-expo/skills/jira-implement/SKILL.md +18 -0
  280. package/plugins/lisa-expo/skills/jira-journey/SKILL.md +190 -0
  281. package/plugins/lisa-expo/skills/jira-journey/scripts/generate-templates.py +281 -0
  282. package/plugins/lisa-expo/skills/jira-journey/scripts/parse-plan.py +368 -0
  283. package/plugins/lisa-expo/skills/jira-sync/SKILL.md +63 -0
  284. package/plugins/lisa-expo/skills/jira-verify/SKILL.md +47 -0
  285. package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +432 -0
  286. package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +209 -0
  287. package/plugins/lisa-expo/skills/local-state/SKILL.md +362 -0
  288. package/plugins/lisa-expo/skills/local-state/references/async-storage.md +505 -0
  289. package/plugins/lisa-expo/skills/local-state/references/persistence-patterns.md +711 -0
  290. package/plugins/lisa-expo/skills/local-state/references/reactive-variables.md +446 -0
  291. package/plugins/lisa-expo/skills/ops-browser-uat/SKILL.md +124 -0
  292. package/plugins/lisa-expo/skills/ops-check-logs/SKILL.md +211 -0
  293. package/plugins/lisa-expo/skills/ops-db-ops/SKILL.md +119 -0
  294. package/plugins/lisa-expo/skills/ops-deploy/SKILL.md +119 -0
  295. package/plugins/lisa-expo/skills/ops-monitor-errors/SKILL.md +99 -0
  296. package/plugins/lisa-expo/skills/ops-performance/SKILL.md +165 -0
  297. package/plugins/lisa-expo/skills/ops-run-local/SKILL.md +166 -0
  298. package/plugins/lisa-expo/skills/ops-verify-health/SKILL.md +101 -0
  299. package/plugins/lisa-expo/skills/owasp-zap/SKILL.md +56 -0
  300. package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +44 -0
  301. package/plugins/lisa-expo/skills/plan-execute/SKILL.md +89 -0
  302. package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +45 -0
  303. package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +88 -0
  304. package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +44 -0
  305. package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +45 -0
  306. package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  307. package/plugins/lisa-expo/skills/playwright-selectors/SKILL.md +223 -0
  308. package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +68 -0
  309. package/plugins/lisa-expo/skills/security-zap-scan/SKILL.md +33 -0
  310. package/plugins/lisa-expo/skills/skill-creator/LICENSE.txt +202 -0
  311. package/plugins/lisa-expo/skills/skill-creator/SKILL.md +210 -0
  312. package/plugins/lisa-expo/skills/skill-creator/scripts/init_skill.py +305 -0
  313. package/plugins/lisa-expo/skills/skill-creator/scripts/package_skill.py +112 -0
  314. package/plugins/lisa-expo/skills/skill-creator/scripts/quick_validate.py +67 -0
  315. package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +11 -0
  316. package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +8 -0
  317. package/plugins/lisa-expo/skills/tasks-load/SKILL.md +88 -0
  318. package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +108 -0
  319. package/plugins/lisa-expo/skills/testing-library/SKILL.md +314 -0
  320. package/plugins/lisa-expo/skills/testing-library/references/async-patterns.md +420 -0
  321. package/plugins/lisa-expo/skills/testing-library/references/expo-router-testing.md +556 -0
  322. package/plugins/lisa-expo/skills/testing-library/references/mocking-patterns.md +590 -0
  323. package/plugins/lisa-expo/skills/testing-library/references/query-priority.md +291 -0
  324. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +86 -0
  325. package/plugins/lisa-nestjs/agents/agent-architect.md +310 -0
  326. package/plugins/lisa-nestjs/agents/architecture-specialist.md +53 -0
  327. package/plugins/lisa-nestjs/agents/debug-specialist.md +204 -0
  328. package/plugins/lisa-nestjs/agents/git-history-analyzer.md +183 -0
  329. package/plugins/lisa-nestjs/agents/hooks-expert.md +74 -0
  330. package/plugins/lisa-nestjs/agents/implementer.md +54 -0
  331. package/plugins/lisa-nestjs/agents/learner.md +44 -0
  332. package/plugins/lisa-nestjs/agents/performance-specialist.md +95 -0
  333. package/plugins/lisa-nestjs/agents/product-specialist.md +72 -0
  334. package/plugins/lisa-nestjs/agents/quality-specialist.md +55 -0
  335. package/plugins/lisa-nestjs/agents/security-specialist.md +58 -0
  336. package/plugins/lisa-nestjs/agents/skill-evaluator.md +246 -0
  337. package/plugins/lisa-nestjs/agents/slash-command-architect.md +87 -0
  338. package/plugins/lisa-nestjs/agents/test-specialist.md +64 -0
  339. package/plugins/lisa-nestjs/agents/verification-specialist.md +189 -0
  340. package/plugins/lisa-nestjs/agents/web-search-researcher.md +112 -0
  341. package/plugins/lisa-nestjs/commands/git-commit-and-submit-pr.md +7 -0
  342. package/plugins/lisa-nestjs/commands/git-commit-submit-pr-and-verify.md +7 -0
  343. package/plugins/lisa-nestjs/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  344. package/plugins/lisa-nestjs/commands/git-commit.md +7 -0
  345. package/plugins/lisa-nestjs/commands/git-prune.md +6 -0
  346. package/plugins/lisa-nestjs/commands/git-submit-pr.md +7 -0
  347. package/plugins/lisa-nestjs/commands/jira-add-journey.md +7 -0
  348. package/plugins/lisa-nestjs/commands/jira-create.md +7 -0
  349. package/plugins/lisa-nestjs/commands/jira-evidence.md +7 -0
  350. package/plugins/lisa-nestjs/commands/jira-fix.md +7 -0
  351. package/plugins/lisa-nestjs/commands/jira-implement.md +7 -0
  352. package/plugins/lisa-nestjs/commands/jira-journey.md +7 -0
  353. package/plugins/lisa-nestjs/commands/jira-sync.md +7 -0
  354. package/plugins/lisa-nestjs/commands/jira-verify.md +7 -0
  355. package/plugins/lisa-nestjs/commands/lisa-review-implementation.md +7 -0
  356. package/plugins/lisa-nestjs/commands/plan-add-test-coverage.md +7 -0
  357. package/plugins/lisa-nestjs/commands/plan-create.md +6 -0
  358. package/plugins/lisa-nestjs/commands/plan-execute.md +7 -0
  359. package/plugins/lisa-nestjs/commands/plan-fix-linter-error.md +7 -0
  360. package/plugins/lisa-nestjs/commands/plan-local-code-review.md +6 -0
  361. package/plugins/lisa-nestjs/commands/plan-lower-code-complexity.md +6 -0
  362. package/plugins/lisa-nestjs/commands/plan-reduce-max-lines-per-function.md +7 -0
  363. package/plugins/lisa-nestjs/commands/plan-reduce-max-lines.md +7 -0
  364. package/plugins/lisa-nestjs/commands/pull-request-review.md +7 -0
  365. package/plugins/lisa-nestjs/commands/security-zap-scan.md +6 -0
  366. package/plugins/lisa-nestjs/commands/sonarqube-check.md +6 -0
  367. package/plugins/lisa-nestjs/commands/sonarqube-fix.md +6 -0
  368. package/plugins/lisa-nestjs/commands/tasks-load.md +7 -0
  369. package/plugins/lisa-nestjs/commands/tasks-sync.md +7 -0
  370. package/plugins/lisa-nestjs/hooks/debug-hook.sh +47 -0
  371. package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +15 -0
  372. package/plugins/lisa-nestjs/hooks/format-on-edit.sh +76 -0
  373. package/plugins/lisa-nestjs/hooks/install-pkgs.sh +64 -0
  374. package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +81 -0
  375. package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +183 -0
  376. package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +52 -0
  377. package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +68 -0
  378. package/plugins/lisa-nestjs/hooks/sync-tasks.sh +107 -0
  379. package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +23 -0
  380. package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +164 -0
  381. package/plugins/lisa-nestjs/hooks/verify-completion.sh +77 -0
  382. package/plugins/lisa-nestjs/rules/README.md +240 -0
  383. package/plugins/lisa-nestjs/rules/coding-philosophy.md +428 -0
  384. package/plugins/lisa-nestjs/rules/lisa.md +37 -0
  385. package/plugins/lisa-nestjs/rules/verfication.md +596 -0
  386. package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +219 -0
  387. package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +48 -0
  388. package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  389. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  390. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  391. package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +35 -0
  392. package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +44 -0
  393. package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +120 -0
  394. package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +95 -0
  395. package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +73 -0
  396. package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  397. package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +16 -0
  398. package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +18 -0
  399. package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +125 -0
  400. package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +233 -0
  401. package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +368 -0
  402. package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +63 -0
  403. package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +48 -0
  404. package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +432 -0
  405. package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +209 -0
  406. package/plugins/lisa-nestjs/skills/nestjs-graphql/SKILL.md +176 -0
  407. package/plugins/lisa-nestjs/skills/nestjs-graphql/references/advanced-features.md +527 -0
  408. package/plugins/lisa-nestjs/skills/nestjs-graphql/references/project-patterns.md +483 -0
  409. package/plugins/lisa-nestjs/skills/nestjs-graphql/references/quick-start.md +257 -0
  410. package/plugins/lisa-nestjs/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  411. package/plugins/lisa-nestjs/skills/nestjs-graphql/references/types-scalars.md +513 -0
  412. package/plugins/lisa-nestjs/skills/nestjs-rules/SKILL.md +536 -0
  413. package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +44 -0
  414. package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +89 -0
  415. package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +45 -0
  416. package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +88 -0
  417. package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +44 -0
  418. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +45 -0
  419. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  420. package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +68 -0
  421. package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +33 -0
  422. package/plugins/lisa-nestjs/skills/skill-creator/LICENSE.txt +202 -0
  423. package/plugins/lisa-nestjs/skills/skill-creator/SKILL.md +210 -0
  424. package/plugins/lisa-nestjs/skills/skill-creator/scripts/init_skill.py +305 -0
  425. package/plugins/lisa-nestjs/skills/skill-creator/scripts/package_skill.py +112 -0
  426. package/plugins/lisa-nestjs/skills/skill-creator/scripts/quick_validate.py +67 -0
  427. package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +11 -0
  428. package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +8 -0
  429. package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +88 -0
  430. package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +108 -0
  431. package/plugins/lisa-nestjs/skills/typeorm-patterns/SKILL.md +275 -0
  432. package/plugins/lisa-nestjs/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  433. package/plugins/lisa-nestjs/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  434. package/plugins/lisa-nestjs/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  435. package/plugins/lisa-rails/.claude-plugin/plugin.json +77 -0
  436. package/plugins/lisa-rails/agents/agent-architect.md +310 -0
  437. package/plugins/lisa-rails/agents/architecture-specialist.md +53 -0
  438. package/plugins/lisa-rails/agents/debug-specialist.md +204 -0
  439. package/plugins/lisa-rails/agents/git-history-analyzer.md +183 -0
  440. package/plugins/lisa-rails/agents/hooks-expert.md +74 -0
  441. package/plugins/lisa-rails/agents/implementer.md +54 -0
  442. package/plugins/lisa-rails/agents/learner.md +44 -0
  443. package/plugins/lisa-rails/agents/performance-specialist.md +95 -0
  444. package/plugins/lisa-rails/agents/product-specialist.md +72 -0
  445. package/plugins/lisa-rails/agents/quality-specialist.md +55 -0
  446. package/plugins/lisa-rails/agents/security-specialist.md +58 -0
  447. package/plugins/lisa-rails/agents/skill-evaluator.md +246 -0
  448. package/plugins/lisa-rails/agents/slash-command-architect.md +87 -0
  449. package/plugins/lisa-rails/agents/test-specialist.md +64 -0
  450. package/plugins/lisa-rails/agents/verification-specialist.md +189 -0
  451. package/plugins/lisa-rails/agents/web-search-researcher.md +112 -0
  452. package/plugins/lisa-rails/commands/git-commit-and-submit-pr.md +7 -0
  453. package/plugins/lisa-rails/commands/git-commit-submit-pr-and-verify.md +7 -0
  454. package/plugins/lisa-rails/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  455. package/plugins/lisa-rails/commands/git-commit.md +7 -0
  456. package/plugins/lisa-rails/commands/git-prune.md +6 -0
  457. package/plugins/lisa-rails/commands/git-submit-pr.md +7 -0
  458. package/plugins/lisa-rails/commands/jira-add-journey.md +7 -0
  459. package/plugins/lisa-rails/commands/jira-create.md +7 -0
  460. package/plugins/lisa-rails/commands/jira-evidence.md +7 -0
  461. package/plugins/lisa-rails/commands/jira-fix.md +7 -0
  462. package/plugins/lisa-rails/commands/jira-implement.md +7 -0
  463. package/plugins/lisa-rails/commands/jira-journey.md +7 -0
  464. package/plugins/lisa-rails/commands/jira-sync.md +7 -0
  465. package/plugins/lisa-rails/commands/jira-verify.md +7 -0
  466. package/plugins/lisa-rails/commands/lisa-review-implementation.md +7 -0
  467. package/plugins/lisa-rails/commands/plan-add-test-coverage.md +7 -0
  468. package/plugins/lisa-rails/commands/plan-create.md +6 -0
  469. package/plugins/lisa-rails/commands/plan-execute.md +7 -0
  470. package/plugins/lisa-rails/commands/plan-fix-linter-error.md +7 -0
  471. package/plugins/lisa-rails/commands/plan-local-code-review.md +6 -0
  472. package/plugins/lisa-rails/commands/plan-lower-code-complexity.md +6 -0
  473. package/plugins/lisa-rails/commands/plan-reduce-max-lines-per-function.md +7 -0
  474. package/plugins/lisa-rails/commands/plan-reduce-max-lines.md +7 -0
  475. package/plugins/lisa-rails/commands/pull-request-review.md +7 -0
  476. package/plugins/lisa-rails/commands/security-zap-scan.md +6 -0
  477. package/plugins/lisa-rails/commands/sonarqube-check.md +6 -0
  478. package/plugins/lisa-rails/commands/sonarqube-fix.md +6 -0
  479. package/plugins/lisa-rails/commands/tasks-load.md +7 -0
  480. package/plugins/lisa-rails/commands/tasks-sync.md +7 -0
  481. package/plugins/lisa-rails/hooks/debug-hook.sh +47 -0
  482. package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +15 -0
  483. package/plugins/lisa-rails/hooks/format-on-edit.sh +76 -0
  484. package/plugins/lisa-rails/hooks/install-pkgs.sh +64 -0
  485. package/plugins/lisa-rails/hooks/lint-on-edit.sh +81 -0
  486. package/plugins/lisa-rails/hooks/notify-ntfy.sh +183 -0
  487. package/plugins/lisa-rails/hooks/setup-jira-cli.sh +52 -0
  488. package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +68 -0
  489. package/plugins/lisa-rails/hooks/sync-tasks.sh +107 -0
  490. package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +23 -0
  491. package/plugins/lisa-rails/hooks/track-plan-sessions.sh +164 -0
  492. package/plugins/lisa-rails/hooks/verify-completion.sh +77 -0
  493. package/plugins/lisa-rails/rules/README.md +240 -0
  494. package/plugins/lisa-rails/rules/coding-philosophy.md +428 -0
  495. package/plugins/lisa-rails/rules/lisa.md +37 -0
  496. package/plugins/lisa-rails/rules/rails-conventions.md +176 -0
  497. package/plugins/lisa-rails/rules/verfication.md +596 -0
  498. package/plugins/lisa-rails/skills/action-controller-best-practices/SKILL.md +374 -0
  499. package/plugins/lisa-rails/skills/action-view-best-practices/SKILL.md +335 -0
  500. package/plugins/lisa-rails/skills/active-record-model-best-practices/SKILL.md +166 -0
  501. package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +219 -0
  502. package/plugins/lisa-rails/skills/git-commit/SKILL.md +48 -0
  503. package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  504. package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  505. package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  506. package/plugins/lisa-rails/skills/git-prune/SKILL.md +35 -0
  507. package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +44 -0
  508. package/plugins/lisa-rails/skills/jira-add-journey/SKILL.md +65 -0
  509. package/plugins/lisa-rails/skills/jira-create/SKILL.md +41 -0
  510. package/plugins/lisa-rails/skills/jira-evidence/SKILL.md +70 -0
  511. package/plugins/lisa-rails/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  512. package/plugins/lisa-rails/skills/jira-fix/SKILL.md +16 -0
  513. package/plugins/lisa-rails/skills/jira-implement/SKILL.md +18 -0
  514. package/plugins/lisa-rails/skills/jira-journey/SKILL.md +64 -0
  515. package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +233 -0
  516. package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +368 -0
  517. package/plugins/lisa-rails/skills/jira-sync/SKILL.md +63 -0
  518. package/plugins/lisa-rails/skills/jira-verify/SKILL.md +29 -0
  519. package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +432 -0
  520. package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +209 -0
  521. package/plugins/lisa-rails/skills/plan-add-test-coverage/SKILL.md +45 -0
  522. package/plugins/lisa-rails/skills/plan-execute/SKILL.md +89 -0
  523. package/plugins/lisa-rails/skills/plan-fix-linter-error/SKILL.md +45 -0
  524. package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +88 -0
  525. package/plugins/lisa-rails/skills/plan-lower-code-complexity/SKILL.md +48 -0
  526. package/plugins/lisa-rails/skills/plan-reduce-max-lines/SKILL.md +46 -0
  527. package/plugins/lisa-rails/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  528. package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +68 -0
  529. package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +33 -0
  530. package/plugins/lisa-rails/skills/skill-creator/LICENSE.txt +202 -0
  531. package/plugins/lisa-rails/skills/skill-creator/SKILL.md +210 -0
  532. package/plugins/lisa-rails/skills/skill-creator/scripts/init_skill.py +305 -0
  533. package/plugins/lisa-rails/skills/skill-creator/scripts/package_skill.py +112 -0
  534. package/plugins/lisa-rails/skills/skill-creator/scripts/quick_validate.py +67 -0
  535. package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +11 -0
  536. package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +8 -0
  537. package/plugins/lisa-rails/skills/tasks-load/SKILL.md +88 -0
  538. package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +108 -0
  539. package/plugins/lisa-typescript/.claude-plugin/plugin.json +86 -0
  540. package/plugins/lisa-typescript/agents/agent-architect.md +310 -0
  541. package/plugins/lisa-typescript/agents/architecture-specialist.md +53 -0
  542. package/plugins/lisa-typescript/agents/debug-specialist.md +204 -0
  543. package/plugins/lisa-typescript/agents/git-history-analyzer.md +183 -0
  544. package/plugins/lisa-typescript/agents/hooks-expert.md +74 -0
  545. package/plugins/lisa-typescript/agents/implementer.md +54 -0
  546. package/plugins/lisa-typescript/agents/learner.md +44 -0
  547. package/plugins/lisa-typescript/agents/performance-specialist.md +95 -0
  548. package/plugins/lisa-typescript/agents/product-specialist.md +72 -0
  549. package/plugins/lisa-typescript/agents/quality-specialist.md +55 -0
  550. package/plugins/lisa-typescript/agents/security-specialist.md +58 -0
  551. package/plugins/lisa-typescript/agents/skill-evaluator.md +246 -0
  552. package/plugins/lisa-typescript/agents/slash-command-architect.md +87 -0
  553. package/plugins/lisa-typescript/agents/test-specialist.md +64 -0
  554. package/plugins/lisa-typescript/agents/verification-specialist.md +189 -0
  555. package/plugins/lisa-typescript/agents/web-search-researcher.md +112 -0
  556. package/plugins/lisa-typescript/commands/git-commit-and-submit-pr.md +7 -0
  557. package/plugins/lisa-typescript/commands/git-commit-submit-pr-and-verify.md +7 -0
  558. package/plugins/lisa-typescript/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  559. package/plugins/lisa-typescript/commands/git-commit.md +7 -0
  560. package/plugins/lisa-typescript/commands/git-prune.md +6 -0
  561. package/plugins/lisa-typescript/commands/git-submit-pr.md +7 -0
  562. package/plugins/lisa-typescript/commands/jira-add-journey.md +7 -0
  563. package/plugins/lisa-typescript/commands/jira-create.md +7 -0
  564. package/plugins/lisa-typescript/commands/jira-evidence.md +7 -0
  565. package/plugins/lisa-typescript/commands/jira-fix.md +7 -0
  566. package/plugins/lisa-typescript/commands/jira-implement.md +7 -0
  567. package/plugins/lisa-typescript/commands/jira-journey.md +7 -0
  568. package/plugins/lisa-typescript/commands/jira-sync.md +7 -0
  569. package/plugins/lisa-typescript/commands/jira-verify.md +7 -0
  570. package/plugins/lisa-typescript/commands/lisa-review-implementation.md +7 -0
  571. package/plugins/lisa-typescript/commands/plan-add-test-coverage.md +7 -0
  572. package/plugins/lisa-typescript/commands/plan-create.md +6 -0
  573. package/plugins/lisa-typescript/commands/plan-execute.md +7 -0
  574. package/plugins/lisa-typescript/commands/plan-fix-linter-error.md +7 -0
  575. package/plugins/lisa-typescript/commands/plan-local-code-review.md +6 -0
  576. package/plugins/lisa-typescript/commands/plan-lower-code-complexity.md +6 -0
  577. package/plugins/lisa-typescript/commands/plan-reduce-max-lines-per-function.md +7 -0
  578. package/plugins/lisa-typescript/commands/plan-reduce-max-lines.md +7 -0
  579. package/plugins/lisa-typescript/commands/pull-request-review.md +7 -0
  580. package/plugins/lisa-typescript/commands/security-zap-scan.md +6 -0
  581. package/plugins/lisa-typescript/commands/sonarqube-check.md +6 -0
  582. package/plugins/lisa-typescript/commands/sonarqube-fix.md +6 -0
  583. package/plugins/lisa-typescript/commands/tasks-load.md +7 -0
  584. package/plugins/lisa-typescript/commands/tasks-sync.md +7 -0
  585. package/plugins/lisa-typescript/hooks/debug-hook.sh +47 -0
  586. package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +15 -0
  587. package/plugins/lisa-typescript/hooks/format-on-edit.sh +76 -0
  588. package/plugins/lisa-typescript/hooks/install-pkgs.sh +64 -0
  589. package/plugins/lisa-typescript/hooks/lint-on-edit.sh +81 -0
  590. package/plugins/lisa-typescript/hooks/notify-ntfy.sh +183 -0
  591. package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +52 -0
  592. package/plugins/lisa-typescript/hooks/sg-scan-on-edit.sh +68 -0
  593. package/plugins/lisa-typescript/hooks/sync-tasks.sh +107 -0
  594. package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +23 -0
  595. package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +164 -0
  596. package/plugins/lisa-typescript/hooks/verify-completion.sh +77 -0
  597. package/plugins/lisa-typescript/rules/README.md +240 -0
  598. package/plugins/lisa-typescript/rules/coding-philosophy.md +428 -0
  599. package/plugins/lisa-typescript/rules/lisa.md +37 -0
  600. package/plugins/lisa-typescript/rules/verfication.md +596 -0
  601. package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +219 -0
  602. package/plugins/lisa-typescript/skills/git-commit/SKILL.md +48 -0
  603. package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  604. package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  605. package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  606. package/plugins/lisa-typescript/skills/git-prune/SKILL.md +35 -0
  607. package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +44 -0
  608. package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +120 -0
  609. package/plugins/lisa-typescript/skills/jira-create/SKILL.md +95 -0
  610. package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +73 -0
  611. package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  612. package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +16 -0
  613. package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +18 -0
  614. package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +125 -0
  615. package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +233 -0
  616. package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +368 -0
  617. package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +63 -0
  618. package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +48 -0
  619. package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +432 -0
  620. package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +209 -0
  621. package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +44 -0
  622. package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +89 -0
  623. package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +45 -0
  624. package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +88 -0
  625. package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +44 -0
  626. package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +45 -0
  627. package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  628. package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +68 -0
  629. package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +33 -0
  630. package/plugins/lisa-typescript/skills/skill-creator/LICENSE.txt +202 -0
  631. package/plugins/lisa-typescript/skills/skill-creator/SKILL.md +210 -0
  632. package/plugins/lisa-typescript/skills/skill-creator/scripts/init_skill.py +305 -0
  633. package/plugins/lisa-typescript/skills/skill-creator/scripts/package_skill.py +112 -0
  634. package/plugins/lisa-typescript/skills/skill-creator/scripts/quick_validate.py +67 -0
  635. package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +11 -0
  636. package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +8 -0
  637. package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +88 -0
  638. package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +108 -0
  639. package/plugins/src/base/agents/agent-architect.md +310 -0
  640. package/plugins/src/base/agents/architecture-specialist.md +53 -0
  641. package/plugins/src/base/agents/debug-specialist.md +204 -0
  642. package/plugins/src/base/agents/git-history-analyzer.md +183 -0
  643. package/plugins/src/base/agents/hooks-expert.md +74 -0
  644. package/plugins/src/base/agents/implementer.md +54 -0
  645. package/plugins/src/base/agents/learner.md +44 -0
  646. package/plugins/src/base/agents/performance-specialist.md +95 -0
  647. package/plugins/src/base/agents/product-specialist.md +72 -0
  648. package/plugins/src/base/agents/quality-specialist.md +55 -0
  649. package/plugins/src/base/agents/security-specialist.md +58 -0
  650. package/plugins/src/base/agents/skill-evaluator.md +246 -0
  651. package/plugins/src/base/agents/slash-command-architect.md +87 -0
  652. package/plugins/src/base/agents/test-specialist.md +64 -0
  653. package/plugins/src/base/agents/verification-specialist.md +189 -0
  654. package/plugins/src/base/agents/web-search-researcher.md +112 -0
  655. package/plugins/src/base/commands/git-commit-and-submit-pr.md +7 -0
  656. package/plugins/src/base/commands/git-commit-submit-pr-and-verify.md +7 -0
  657. package/plugins/src/base/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
  658. package/plugins/src/base/commands/git-commit.md +7 -0
  659. package/plugins/src/base/commands/git-prune.md +6 -0
  660. package/plugins/src/base/commands/git-submit-pr.md +7 -0
  661. package/plugins/src/base/commands/jira-add-journey.md +7 -0
  662. package/plugins/src/base/commands/jira-create.md +7 -0
  663. package/plugins/src/base/commands/jira-evidence.md +7 -0
  664. package/plugins/src/base/commands/jira-fix.md +7 -0
  665. package/plugins/src/base/commands/jira-implement.md +7 -0
  666. package/plugins/src/base/commands/jira-journey.md +7 -0
  667. package/plugins/src/base/commands/jira-sync.md +7 -0
  668. package/plugins/src/base/commands/jira-verify.md +7 -0
  669. package/plugins/src/base/commands/lisa-review-implementation.md +7 -0
  670. package/plugins/src/base/commands/plan-add-test-coverage.md +7 -0
  671. package/plugins/src/base/commands/plan-create.md +6 -0
  672. package/plugins/src/base/commands/plan-execute.md +7 -0
  673. package/plugins/src/base/commands/plan-fix-linter-error.md +7 -0
  674. package/plugins/src/base/commands/plan-local-code-review.md +6 -0
  675. package/plugins/src/base/commands/plan-lower-code-complexity.md +6 -0
  676. package/plugins/src/base/commands/plan-reduce-max-lines-per-function.md +7 -0
  677. package/plugins/src/base/commands/plan-reduce-max-lines.md +7 -0
  678. package/plugins/src/base/commands/pull-request-review.md +7 -0
  679. package/plugins/src/base/commands/security-zap-scan.md +6 -0
  680. package/plugins/src/base/commands/sonarqube-check.md +6 -0
  681. package/plugins/src/base/commands/sonarqube-fix.md +6 -0
  682. package/plugins/src/base/commands/tasks-load.md +7 -0
  683. package/plugins/src/base/commands/tasks-sync.md +7 -0
  684. package/plugins/src/base/hooks/debug-hook.sh +47 -0
  685. package/plugins/src/base/hooks/enforce-plan-rules.sh +15 -0
  686. package/plugins/src/base/hooks/format-on-edit.sh +76 -0
  687. package/plugins/src/base/hooks/install-pkgs.sh +64 -0
  688. package/plugins/src/base/hooks/lint-on-edit.sh +81 -0
  689. package/plugins/src/base/hooks/notify-ntfy.sh +183 -0
  690. package/plugins/src/base/hooks/setup-jira-cli.sh +52 -0
  691. package/plugins/src/base/hooks/sg-scan-on-edit.sh +68 -0
  692. package/plugins/src/base/hooks/sync-tasks.sh +107 -0
  693. package/plugins/src/base/hooks/ticket-sync-reminder.sh +23 -0
  694. package/plugins/src/base/hooks/track-plan-sessions.sh +164 -0
  695. package/plugins/src/base/hooks/verify-completion.sh +77 -0
  696. package/plugins/src/base/rules/README.md +240 -0
  697. package/plugins/src/base/rules/coding-philosophy.md +428 -0
  698. package/plugins/src/base/rules/lisa.md +37 -0
  699. package/plugins/src/base/rules/verfication.md +596 -0
  700. package/plugins/src/base/skills/agent-design-best-practices/SKILL.md +219 -0
  701. package/plugins/src/base/skills/git-commit/SKILL.md +48 -0
  702. package/plugins/src/base/skills/git-commit-and-submit-pr/SKILL.md +8 -0
  703. package/plugins/src/base/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
  704. package/plugins/src/base/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
  705. package/plugins/src/base/skills/git-prune/SKILL.md +35 -0
  706. package/plugins/src/base/skills/git-submit-pr/SKILL.md +44 -0
  707. package/plugins/src/base/skills/jira-add-journey/SKILL.md +120 -0
  708. package/plugins/src/base/skills/jira-create/SKILL.md +95 -0
  709. package/plugins/src/base/skills/jira-evidence/SKILL.md +73 -0
  710. package/plugins/src/base/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  711. package/plugins/src/base/skills/jira-fix/SKILL.md +16 -0
  712. package/plugins/src/base/skills/jira-implement/SKILL.md +18 -0
  713. package/plugins/src/base/skills/jira-journey/SKILL.md +125 -0
  714. package/plugins/src/base/skills/jira-journey/scripts/generate-templates.py +233 -0
  715. package/plugins/src/base/skills/jira-journey/scripts/parse-plan.py +368 -0
  716. package/plugins/src/base/skills/jira-sync/SKILL.md +63 -0
  717. package/plugins/src/base/skills/jira-verify/SKILL.md +48 -0
  718. package/plugins/src/base/skills/jsdoc-best-practices/SKILL.md +432 -0
  719. package/plugins/src/base/skills/lisa-review-implementation/SKILL.md +209 -0
  720. package/plugins/src/base/skills/plan-add-test-coverage/SKILL.md +44 -0
  721. package/plugins/src/base/skills/plan-execute/SKILL.md +89 -0
  722. package/plugins/src/base/skills/plan-fix-linter-error/SKILL.md +45 -0
  723. package/plugins/src/base/skills/plan-local-code-review/SKILL.md +88 -0
  724. package/plugins/src/base/skills/plan-lower-code-complexity/SKILL.md +44 -0
  725. package/plugins/src/base/skills/plan-reduce-max-lines/SKILL.md +45 -0
  726. package/plugins/src/base/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  727. package/plugins/src/base/skills/pull-request-review/SKILL.md +68 -0
  728. package/plugins/src/base/skills/security-zap-scan/SKILL.md +33 -0
  729. package/plugins/src/base/skills/skill-creator/LICENSE.txt +202 -0
  730. package/plugins/src/base/skills/skill-creator/SKILL.md +210 -0
  731. package/plugins/src/base/skills/skill-creator/scripts/init_skill.py +305 -0
  732. package/plugins/src/base/skills/skill-creator/scripts/package_skill.py +112 -0
  733. package/plugins/src/base/skills/skill-creator/scripts/quick_validate.py +67 -0
  734. package/plugins/src/base/skills/sonarqube-check/SKILL.md +11 -0
  735. package/plugins/src/base/skills/sonarqube-fix/SKILL.md +8 -0
  736. package/plugins/src/base/skills/tasks-load/SKILL.md +88 -0
  737. package/plugins/src/base/skills/tasks-sync/SKILL.md +108 -0
  738. package/plugins/src/cdk/.claude-plugin/plugin.json +86 -0
  739. package/plugins/src/expo/.claude-plugin/plugin.json +86 -0
  740. package/plugins/src/expo/agents/ops-specialist.md +124 -0
  741. package/plugins/src/expo/rules/expo-verification.md +261 -0
  742. package/plugins/src/expo/skills/apollo-client/SKILL.md +238 -0
  743. package/plugins/src/expo/skills/apollo-client/references/mutation-patterns.md +360 -0
  744. package/plugins/src/expo/skills/atomic-design-gluestack/SKILL.md +360 -0
  745. package/plugins/src/expo/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  746. package/plugins/src/expo/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  747. package/plugins/src/expo/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  748. package/plugins/src/expo/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
  749. package/plugins/src/expo/skills/container-view-pattern/SKILL.md +299 -0
  750. package/plugins/src/expo/skills/container-view-pattern/references/examples.md +749 -0
  751. package/plugins/src/expo/skills/container-view-pattern/references/patterns.md +318 -0
  752. package/plugins/src/expo/skills/container-view-pattern/scripts/create_component.py +200 -0
  753. package/plugins/src/expo/skills/container-view-pattern/scripts/validate_component.py +209 -0
  754. package/plugins/src/expo/skills/cross-platform-compatibility/SKILL.md +268 -0
  755. package/plugins/src/expo/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  756. package/plugins/src/expo/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  757. package/plugins/src/expo/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  758. package/plugins/src/expo/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  759. package/plugins/src/expo/skills/directory-structure/SKILL.md +202 -0
  760. package/plugins/src/expo/skills/directory-structure/scripts/validate_structure.py +445 -0
  761. package/plugins/src/expo/skills/expo-env-config/SKILL.md +309 -0
  762. package/plugins/src/expo/skills/expo-env-config/references/validation-patterns.md +417 -0
  763. package/plugins/src/expo/skills/expo-router-best-practices/SKILL.md +431 -0
  764. package/plugins/src/expo/skills/expo-router-best-practices/references/official-docs.md +290 -0
  765. package/plugins/src/expo/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  766. package/plugins/src/expo/skills/gluestack-nativewind/SKILL.md +411 -0
  767. package/plugins/src/expo/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  768. package/plugins/src/expo/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  769. package/plugins/src/expo/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  770. package/plugins/src/expo/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
  771. package/plugins/src/expo/skills/jira-add-journey/SKILL.md +126 -0
  772. package/plugins/src/expo/skills/jira-create/SKILL.md +101 -0
  773. package/plugins/src/expo/skills/jira-evidence/SKILL.md +78 -0
  774. package/plugins/src/expo/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  775. package/plugins/src/expo/skills/jira-journey/SKILL.md +190 -0
  776. package/plugins/src/expo/skills/jira-journey/scripts/generate-templates.py +281 -0
  777. package/plugins/src/expo/skills/jira-journey/scripts/parse-plan.py +368 -0
  778. package/plugins/src/expo/skills/jira-verify/SKILL.md +47 -0
  779. package/plugins/src/expo/skills/local-state/SKILL.md +362 -0
  780. package/plugins/src/expo/skills/local-state/references/async-storage.md +505 -0
  781. package/plugins/src/expo/skills/local-state/references/persistence-patterns.md +711 -0
  782. package/plugins/src/expo/skills/local-state/references/reactive-variables.md +446 -0
  783. package/plugins/src/expo/skills/ops-browser-uat/SKILL.md +124 -0
  784. package/plugins/src/expo/skills/ops-check-logs/SKILL.md +211 -0
  785. package/plugins/src/expo/skills/ops-db-ops/SKILL.md +119 -0
  786. package/plugins/src/expo/skills/ops-deploy/SKILL.md +119 -0
  787. package/plugins/src/expo/skills/ops-monitor-errors/SKILL.md +99 -0
  788. package/plugins/src/expo/skills/ops-performance/SKILL.md +165 -0
  789. package/plugins/src/expo/skills/ops-run-local/SKILL.md +166 -0
  790. package/plugins/src/expo/skills/ops-verify-health/SKILL.md +101 -0
  791. package/plugins/src/expo/skills/owasp-zap/SKILL.md +56 -0
  792. package/plugins/src/expo/skills/playwright-selectors/SKILL.md +223 -0
  793. package/plugins/src/expo/skills/testing-library/SKILL.md +314 -0
  794. package/plugins/src/expo/skills/testing-library/references/async-patterns.md +420 -0
  795. package/plugins/src/expo/skills/testing-library/references/expo-router-testing.md +556 -0
  796. package/plugins/src/expo/skills/testing-library/references/mocking-patterns.md +590 -0
  797. package/plugins/src/expo/skills/testing-library/references/query-priority.md +291 -0
  798. package/plugins/src/nestjs/.claude-plugin/plugin.json +86 -0
  799. package/plugins/src/nestjs/skills/nestjs-graphql/SKILL.md +176 -0
  800. package/plugins/src/nestjs/skills/nestjs-graphql/references/advanced-features.md +527 -0
  801. package/plugins/src/nestjs/skills/nestjs-graphql/references/project-patterns.md +483 -0
  802. package/plugins/src/nestjs/skills/nestjs-graphql/references/quick-start.md +257 -0
  803. package/plugins/src/nestjs/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  804. package/plugins/src/nestjs/skills/nestjs-graphql/references/types-scalars.md +513 -0
  805. package/plugins/src/nestjs/skills/nestjs-rules/SKILL.md +536 -0
  806. package/plugins/src/nestjs/skills/typeorm-patterns/SKILL.md +275 -0
  807. package/plugins/src/nestjs/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  808. package/plugins/src/nestjs/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  809. package/plugins/src/nestjs/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  810. package/plugins/src/rails/.claude-plugin/plugin.json +77 -0
  811. package/plugins/src/rails/rules/rails-conventions.md +176 -0
  812. package/plugins/src/rails/skills/action-controller-best-practices/SKILL.md +374 -0
  813. package/plugins/src/rails/skills/action-view-best-practices/SKILL.md +335 -0
  814. package/plugins/src/rails/skills/active-record-model-best-practices/SKILL.md +166 -0
  815. package/plugins/src/rails/skills/jira-add-journey/SKILL.md +65 -0
  816. package/plugins/src/rails/skills/jira-create/SKILL.md +41 -0
  817. package/plugins/src/rails/skills/jira-evidence/SKILL.md +70 -0
  818. package/plugins/src/rails/skills/jira-evidence/scripts/post-evidence.sh +163 -0
  819. package/plugins/src/rails/skills/jira-journey/SKILL.md +64 -0
  820. package/plugins/src/rails/skills/jira-verify/SKILL.md +29 -0
  821. package/plugins/src/rails/skills/plan-add-test-coverage/SKILL.md +45 -0
  822. package/plugins/src/rails/skills/plan-fix-linter-error/SKILL.md +45 -0
  823. package/plugins/src/rails/skills/plan-lower-code-complexity/SKILL.md +48 -0
  824. package/plugins/src/rails/skills/plan-reduce-max-lines/SKILL.md +46 -0
  825. package/plugins/src/rails/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
  826. package/plugins/src/typescript/.claude-plugin/plugin.json +86 -0
  827. package/scripts/build-plugins.sh +22 -0
  828. package/scripts/cleanup-amplify-branches.sh +150 -0
  829. package/scripts/cleanup-github-branches.sh +202 -0
  830. package/scripts/github-status-check.sh +301 -0
  831. package/scripts/install-claude-plugins.sh +45 -0
  832. package/scripts/lisa-commit-and-pr-local.sh +204 -0
  833. package/scripts/lisa-update-local.sh +158 -0
  834. package/scripts/update-node-version.ts +197 -0
  835. package/tsconfig/build.json +8 -0
  836. package/tsconfig/cdk.json +16 -0
  837. package/tsconfig/eslint.json +12 -0
  838. package/tsconfig/expo.json +18 -0
  839. package/tsconfig/nestjs.json +18 -0
  840. package/tsconfig/spec.json +7 -0
  841. package/{typescript/copy-overwrite/tsconfig.typescript.json → tsconfig/typescript.json} +1 -1
  842. package/typescript/copy-overwrite/eslint.config.ts +6 -20
  843. package/typescript/copy-overwrite/eslint.slow.config.ts +4 -73
  844. package/typescript/copy-overwrite/jest.config.ts +8 -12
  845. package/typescript/copy-overwrite/tsconfig.json +1 -1
  846. package/typescript/deletions.json +7 -1
  847. package/typescript/merge/.claude/settings.json +29 -0
  848. package/typescript/package-lisa/package.lisa.json +1 -35
  849. package/all/copy-overwrite/.claude/rules/lisa.md +0 -66
  850. package/all/copy-overwrite/.claude/settings.json +0 -79
  851. package/all/copy-overwrite/CLAUDE.md +0 -59
  852. package/all/copy-overwrite/HUMAN.md +0 -309
  853. package/cdk/copy-overwrite/.claude/settings.json +0 -80
  854. package/expo/copy-overwrite/.claude/settings.json +0 -80
  855. package/nestjs/copy-overwrite/.claude/settings.json +0 -80
  856. package/rails/copy-overwrite/CLAUDE.md +0 -56
  857. package/typescript/copy-overwrite/.claude/settings.json +0 -80
  858. package/typescript/copy-overwrite/eslint.base.ts +0 -429
  859. package/typescript/copy-overwrite/eslint.typescript.ts +0 -142
  860. package/typescript/copy-overwrite/jest.typescript.ts +0 -72
  861. /package/{all/copy-overwrite/.claude → plugins/lisa-cdk/rules}/README.md +0 -0
  862. /package/{all/create-only/scripts → scripts}/setup-deploy-key.sh +0 -0
  863. /package/{typescript/copy-overwrite/tsconfig.base.json → tsconfig/base.json} +0 -0
@@ -0,0 +1,1491 @@
1
+ /**
2
+ * ESLint 9 Flat Config - Shared Base
3
+ *
4
+ * Publishable factory functions for ESLint base configuration shared across
5
+ * all Lisa-supported stacks (TypeScript, Expo, NestJS, CDK). Projects import
6
+ * these factories to build their stack-specific ESLint config arrays.
7
+ *
8
+ * @see https://eslint.org/docs/latest/use/configure/configuration-files-new
9
+ * @module configs/eslint/base
10
+ */
11
+ import eslintComments from "@eslint-community/eslint-plugin-eslint-comments";
12
+ import js from "@eslint/js";
13
+ import type { Linter } from "eslint";
14
+ import functional from "eslint-plugin-functional";
15
+ import jsdoc from "eslint-plugin-jsdoc";
16
+ import prettier from "eslint-plugin-prettier/recommended";
17
+ import sonarjs from "eslint-plugin-sonarjs";
18
+ import globals from "globals";
19
+ import tseslint from "typescript-eslint";
20
+ /**
21
+ * Default ignore patterns used when not specified in project config.
22
+ * Projects can override via eslint.ignore.config.json.
23
+ */
24
+ export declare const defaultIgnores: string[];
25
+ /**
26
+ * Default thresholds used when not specified in project config.
27
+ * Projects can override via eslint.thresholds.config.json.
28
+ */
29
+ export declare const defaultThresholds: {
30
+ cognitiveComplexity: number;
31
+ maxLines: number;
32
+ maxLinesPerFunction: number;
33
+ };
34
+ /**
35
+ * Base ESLint configurations that should be applied to all TypeScript projects.
36
+ * This includes recommended configs from ESLint, TypeScript-ESLint, and plugins.
37
+ * @returns {Array} Array of ESLint flat config objects
38
+ */
39
+ export declare const getBaseConfigs: () => Linter.Config[];
40
+ /**
41
+ * Shared rules that apply to all TypeScript projects.
42
+ * These are rules that should be identical across typescript, expo, nestjs, etc.
43
+ * @param {object} thresholds - Threshold values for configurable rules
44
+ * @param {number} thresholds.cognitiveComplexity - Max cognitive complexity
45
+ * @param {number} thresholds.maxLines - Max lines per file
46
+ * @param {number} thresholds.maxLinesPerFunction - Max lines per function
47
+ * @returns {object} Rules configuration object
48
+ */
49
+ export declare const getSharedRules: (thresholds: typeof defaultThresholds) => {
50
+ "prettier/prettier": string;
51
+ "no-restricted-imports": (string | {
52
+ patterns: string[];
53
+ })[];
54
+ "max-lines": (string | {
55
+ max: number;
56
+ skipBlankLines: boolean;
57
+ skipComments: boolean;
58
+ })[];
59
+ "max-lines-per-function": (string | {
60
+ max: number;
61
+ skipBlankLines: boolean;
62
+ skipComments: boolean;
63
+ })[];
64
+ "sonarjs/cognitive-complexity": (string | number)[];
65
+ "sonarjs/no-identical-functions": string;
66
+ "sonarjs/no-duplicate-string": string;
67
+ "sonarjs/no-nested-functions": string;
68
+ "sonarjs/no-nested-template-literals": string;
69
+ "sonarjs/prefer-immediate-return": string;
70
+ "sonarjs/prefer-single-boolean-return": string;
71
+ "sonarjs/no-collapsible-if": string;
72
+ "sonarjs/pseudo-random": string;
73
+ "sonarjs/no-clear-text-protocols": string;
74
+ "sonarjs/prefer-read-only-props": string;
75
+ "sonarjs/no-empty-test-file": string;
76
+ "sonarjs/no-nested-conditional": string;
77
+ "sonarjs/no-commented-code": string;
78
+ "sonarjs/no-ignored-exceptions": string;
79
+ "sonarjs/todo-tag": string;
80
+ "sonarjs/deprecation": string;
81
+ "sonarjs/aws-restricted-ip-admin-access": string;
82
+ "sonarjs/no-hardcoded-ip": string;
83
+ "sonarjs/different-types-comparison": string;
84
+ "sonarjs/no-unused-vars": string;
85
+ "@eslint-community/eslint-comments/require-description": string;
86
+ "@eslint-community/eslint-comments/disable-enable-pair": string;
87
+ "@eslint-community/eslint-comments/no-unlimited-disable": string;
88
+ "no-extra-boolean-cast": string;
89
+ "prefer-const": string;
90
+ "no-param-reassign": string;
91
+ "no-var": string;
92
+ "brace-style": string;
93
+ "prefer-template": string;
94
+ radix: string;
95
+ "space-before-blocks": string;
96
+ "no-unused-vars": string;
97
+ "@typescript-eslint/no-explicit-any": string;
98
+ "@typescript-eslint/no-unused-vars": (string | {
99
+ argsIgnorePattern: string;
100
+ varsIgnorePattern: string;
101
+ caughtErrorsIgnorePattern: string;
102
+ })[];
103
+ "@typescript-eslint/no-require-imports": string;
104
+ "@typescript-eslint/no-non-null-asserted-optional-chain": string;
105
+ "@typescript-eslint/ban-ts-comment": string;
106
+ "@typescript-eslint/prefer-as-const": string;
107
+ "@typescript-eslint/no-empty-object-type": string;
108
+ "@typescript-eslint/no-unused-expressions": string;
109
+ "@typescript-eslint/no-unsafe-function-type": string;
110
+ "functional/no-mixed-types": string;
111
+ "functional/functional-parameters": string;
112
+ "functional/prefer-immutable-types": string;
113
+ "functional/no-expression-statements": string;
114
+ "functional/no-conditional-statements": string;
115
+ "functional/prefer-property-signatures": string;
116
+ "functional/no-return-void": string;
117
+ "functional/no-throw-statements": string;
118
+ "functional/prefer-readonly-type": string;
119
+ "functional/prefer-tacit": string;
120
+ "functional/readonly-type": string;
121
+ "functional/type-declaration-immutability": string;
122
+ "functional/immutable-data": string;
123
+ "functional/no-let": string;
124
+ "jsdoc/require-jsdoc": (string | {
125
+ require: {
126
+ FunctionDeclaration: boolean;
127
+ MethodDefinition: boolean;
128
+ ClassDeclaration: boolean;
129
+ ArrowFunctionExpression: boolean;
130
+ FunctionExpression: boolean;
131
+ };
132
+ contexts: string[];
133
+ })[];
134
+ "jsdoc/require-description": string;
135
+ "jsdoc/require-param": string;
136
+ "jsdoc/require-returns": string;
137
+ "jsdoc/require-param-description": string;
138
+ "jsdoc/require-returns-description": string;
139
+ "jsdoc/require-property-description": string;
140
+ "jsdoc/check-tag-names": (string | {
141
+ definedTags: string[];
142
+ })[];
143
+ "jsdoc/no-types": string;
144
+ "jsdoc/require-param-type": string;
145
+ "jsdoc/require-returns-type": string;
146
+ "jsdoc/require-property-type": string;
147
+ };
148
+ /**
149
+ * Base language options for all files.
150
+ * @returns {object} Language options configuration
151
+ */
152
+ export declare const getBaseLanguageOptions: () => {
153
+ globals: {
154
+ AggregateError: false;
155
+ Array: false;
156
+ ArrayBuffer: false;
157
+ Atomics: false;
158
+ BigInt: false;
159
+ BigInt64Array: false;
160
+ BigUint64Array: false;
161
+ Boolean: false;
162
+ DataView: false;
163
+ Date: false;
164
+ decodeURI: false;
165
+ decodeURIComponent: false;
166
+ encodeURI: false;
167
+ encodeURIComponent: false;
168
+ Error: false;
169
+ escape: false;
170
+ eval: false;
171
+ EvalError: false;
172
+ FinalizationRegistry: false;
173
+ Float32Array: false;
174
+ Float64Array: false;
175
+ Function: false;
176
+ globalThis: false;
177
+ Infinity: false;
178
+ Int16Array: false;
179
+ Int32Array: false;
180
+ Int8Array: false;
181
+ Intl: false;
182
+ isFinite: false;
183
+ isNaN: false;
184
+ JSON: false;
185
+ Map: false;
186
+ Math: false;
187
+ NaN: false;
188
+ Number: false;
189
+ Object: false;
190
+ parseFloat: false;
191
+ parseInt: false;
192
+ Promise: false;
193
+ Proxy: false;
194
+ RangeError: false;
195
+ ReferenceError: false;
196
+ Reflect: false;
197
+ RegExp: false;
198
+ Set: false;
199
+ SharedArrayBuffer: false;
200
+ String: false;
201
+ Symbol: false;
202
+ SyntaxError: false;
203
+ TypeError: false;
204
+ Uint16Array: false;
205
+ Uint32Array: false;
206
+ Uint8Array: false;
207
+ Uint8ClampedArray: false;
208
+ undefined: false;
209
+ unescape: false;
210
+ URIError: false;
211
+ WeakMap: false;
212
+ WeakRef: false;
213
+ WeakSet: false;
214
+ __dirname: false;
215
+ __filename: false;
216
+ AbortController: false;
217
+ AbortSignal: false;
218
+ AsyncDisposableStack: false;
219
+ atob: false;
220
+ Blob: false;
221
+ BroadcastChannel: false;
222
+ btoa: false;
223
+ Buffer: false;
224
+ ByteLengthQueuingStrategy: false;
225
+ clearImmediate: false;
226
+ clearInterval: false;
227
+ clearTimeout: false;
228
+ CloseEvent: false;
229
+ CompressionStream: false;
230
+ console: false;
231
+ CountQueuingStrategy: false;
232
+ crypto: false;
233
+ Crypto: false;
234
+ CryptoKey: false;
235
+ CustomEvent: false;
236
+ DecompressionStream: false;
237
+ DisposableStack: false;
238
+ DOMException: false;
239
+ ErrorEvent: false;
240
+ Event: false;
241
+ EventTarget: false;
242
+ exports: true;
243
+ fetch: false;
244
+ File: false;
245
+ FormData: false;
246
+ global: false;
247
+ Headers: false;
248
+ localStorage: false;
249
+ MessageChannel: false;
250
+ MessageEvent: false;
251
+ MessagePort: false;
252
+ module: false;
253
+ navigator: false;
254
+ Navigator: false;
255
+ performance: false;
256
+ Performance: false;
257
+ PerformanceEntry: false;
258
+ PerformanceMark: false;
259
+ PerformanceMeasure: false;
260
+ PerformanceObserver: false;
261
+ PerformanceObserverEntryList: false;
262
+ PerformanceResourceTiming: false;
263
+ process: false;
264
+ queueMicrotask: false;
265
+ ReadableByteStreamController: false;
266
+ ReadableStream: false;
267
+ ReadableStreamBYOBReader: false;
268
+ ReadableStreamBYOBRequest: false;
269
+ ReadableStreamDefaultController: false;
270
+ ReadableStreamDefaultReader: false;
271
+ Request: false;
272
+ require: false;
273
+ Response: false;
274
+ sessionStorage: false;
275
+ setImmediate: false;
276
+ setInterval: false;
277
+ setTimeout: false;
278
+ Storage: false;
279
+ structuredClone: false;
280
+ SubtleCrypto: false;
281
+ SuppressedError: false;
282
+ TextDecoder: false;
283
+ TextDecoderStream: false;
284
+ TextEncoder: false;
285
+ TextEncoderStream: false;
286
+ TransformStream: false;
287
+ TransformStreamDefaultController: false;
288
+ URL: false;
289
+ URLPattern: false;
290
+ URLSearchParams: false;
291
+ WebAssembly: false;
292
+ WebSocket: false;
293
+ WritableStream: false;
294
+ WritableStreamDefaultController: false;
295
+ WritableStreamDefaultWriter: false;
296
+ AbsoluteOrientationSensor: false;
297
+ AbstractRange: false;
298
+ Accelerometer: false;
299
+ addEventListener: false;
300
+ ai: false;
301
+ AI: false;
302
+ AICreateMonitor: false;
303
+ AITextSession: false;
304
+ alert: false;
305
+ AnalyserNode: false;
306
+ Animation: false;
307
+ AnimationEffect: false;
308
+ AnimationEvent: false;
309
+ AnimationPlaybackEvent: false;
310
+ AnimationTimeline: false;
311
+ Attr: false;
312
+ Audio: false;
313
+ AudioBuffer: false;
314
+ AudioBufferSourceNode: false;
315
+ AudioContext: false;
316
+ AudioData: false;
317
+ AudioDecoder: false;
318
+ AudioDestinationNode: false;
319
+ AudioEncoder: false;
320
+ AudioListener: false;
321
+ AudioNode: false;
322
+ AudioParam: false;
323
+ AudioParamMap: false;
324
+ AudioProcessingEvent: false;
325
+ AudioScheduledSourceNode: false;
326
+ AudioSinkInfo: false;
327
+ AudioWorklet: false;
328
+ AudioWorkletGlobalScope: false;
329
+ AudioWorkletNode: false;
330
+ AudioWorkletProcessor: false;
331
+ AuthenticatorAssertionResponse: false;
332
+ AuthenticatorAttestationResponse: false;
333
+ AuthenticatorResponse: false;
334
+ BackgroundFetchManager: false;
335
+ BackgroundFetchRecord: false;
336
+ BackgroundFetchRegistration: false;
337
+ BarcodeDetector: false;
338
+ BarProp: false;
339
+ BaseAudioContext: false;
340
+ BatteryManager: false;
341
+ BeforeUnloadEvent: false;
342
+ BiquadFilterNode: false;
343
+ BlobEvent: false;
344
+ Bluetooth: false;
345
+ BluetoothCharacteristicProperties: false;
346
+ BluetoothDevice: false;
347
+ BluetoothRemoteGATTCharacteristic: false;
348
+ BluetoothRemoteGATTDescriptor: false;
349
+ BluetoothRemoteGATTServer: false;
350
+ BluetoothRemoteGATTService: false;
351
+ BluetoothUUID: false;
352
+ blur: false;
353
+ BrowserCaptureMediaStreamTrack: false;
354
+ Cache: false;
355
+ caches: false;
356
+ CacheStorage: false;
357
+ cancelAnimationFrame: false;
358
+ cancelIdleCallback: false;
359
+ CanvasCaptureMediaStream: false;
360
+ CanvasCaptureMediaStreamTrack: false;
361
+ CanvasGradient: false;
362
+ CanvasPattern: false;
363
+ CanvasRenderingContext2D: false;
364
+ CaptureController: false;
365
+ CaretPosition: false;
366
+ CDATASection: false;
367
+ ChannelMergerNode: false;
368
+ ChannelSplitterNode: false;
369
+ ChapterInformation: false;
370
+ CharacterBoundsUpdateEvent: false;
371
+ CharacterData: false;
372
+ clientInformation: false;
373
+ Clipboard: false;
374
+ ClipboardChangeEvent: false;
375
+ ClipboardEvent: false;
376
+ ClipboardItem: false;
377
+ close: false;
378
+ closed: false;
379
+ CloseWatcher: false;
380
+ CommandEvent: false;
381
+ Comment: false;
382
+ CompositionEvent: false;
383
+ confirm: false;
384
+ ConstantSourceNode: false;
385
+ ContentVisibilityAutoStateChangeEvent: false;
386
+ ConvolverNode: false;
387
+ CookieChangeEvent: false;
388
+ CookieDeprecationLabel: false;
389
+ cookieStore: false;
390
+ CookieStore: false;
391
+ CookieStoreManager: false;
392
+ createImageBitmap: false;
393
+ CreateMonitor: false;
394
+ Credential: false;
395
+ credentialless: false;
396
+ CredentialsContainer: false;
397
+ CropTarget: false;
398
+ crossOriginIsolated: false;
399
+ CSPViolationReportBody: false;
400
+ CSS: false;
401
+ CSSAnimation: false;
402
+ CSSConditionRule: false;
403
+ CSSContainerRule: false;
404
+ CSSCounterStyleRule: false;
405
+ CSSFontFaceRule: false;
406
+ CSSFontFeatureValuesRule: false;
407
+ CSSFontPaletteValuesRule: false;
408
+ CSSFunctionDeclarations: false;
409
+ CSSFunctionDescriptors: false;
410
+ CSSFunctionRule: false;
411
+ CSSGroupingRule: false;
412
+ CSSImageValue: false;
413
+ CSSImportRule: false;
414
+ CSSKeyframeRule: false;
415
+ CSSKeyframesRule: false;
416
+ CSSKeywordValue: false;
417
+ CSSLayerBlockRule: false;
418
+ CSSLayerStatementRule: false;
419
+ CSSMarginRule: false;
420
+ CSSMathClamp: false;
421
+ CSSMathInvert: false;
422
+ CSSMathMax: false;
423
+ CSSMathMin: false;
424
+ CSSMathNegate: false;
425
+ CSSMathProduct: false;
426
+ CSSMathSum: false;
427
+ CSSMathValue: false;
428
+ CSSMatrixComponent: false;
429
+ CSSMediaRule: false;
430
+ CSSNamespaceRule: false;
431
+ CSSNestedDeclarations: false;
432
+ CSSNumericArray: false;
433
+ CSSNumericValue: false;
434
+ CSSPageDescriptors: false;
435
+ CSSPageRule: false;
436
+ CSSPerspective: false;
437
+ CSSPositionTryDescriptors: false;
438
+ CSSPositionTryRule: false;
439
+ CSSPositionValue: false;
440
+ CSSPropertyRule: false;
441
+ CSSRotate: false;
442
+ CSSRule: false;
443
+ CSSRuleList: false;
444
+ CSSScale: false;
445
+ CSSScopeRule: false;
446
+ CSSSkew: false;
447
+ CSSSkewX: false;
448
+ CSSSkewY: false;
449
+ CSSStartingStyleRule: false;
450
+ CSSStyleDeclaration: false;
451
+ CSSStyleRule: false;
452
+ CSSStyleSheet: false;
453
+ CSSStyleValue: false;
454
+ CSSSupportsRule: false;
455
+ CSSTransformComponent: false;
456
+ CSSTransformValue: false;
457
+ CSSTransition: false;
458
+ CSSTranslate: false;
459
+ CSSUnitValue: false;
460
+ CSSUnparsedValue: false;
461
+ CSSVariableReferenceValue: false;
462
+ CSSViewTransitionRule: false;
463
+ currentFrame: false;
464
+ currentTime: false;
465
+ CustomElementRegistry: false;
466
+ customElements: false;
467
+ CustomStateSet: false;
468
+ DataTransfer: false;
469
+ DataTransferItem: false;
470
+ DataTransferItemList: false;
471
+ DelayNode: false;
472
+ DelegatedInkTrailPresenter: false;
473
+ DeviceMotionEvent: false;
474
+ DeviceMotionEventAcceleration: false;
475
+ DeviceMotionEventRotationRate: false;
476
+ DeviceOrientationEvent: false;
477
+ devicePixelRatio: false;
478
+ DevicePosture: false;
479
+ DigitalCredential: false;
480
+ dispatchEvent: false;
481
+ document: false;
482
+ Document: false;
483
+ DocumentFragment: false;
484
+ documentPictureInPicture: false;
485
+ DocumentPictureInPicture: false;
486
+ DocumentPictureInPictureEvent: false;
487
+ DocumentTimeline: false;
488
+ DocumentType: false;
489
+ DOMError: false;
490
+ DOMImplementation: false;
491
+ DOMMatrix: false;
492
+ DOMMatrixReadOnly: false;
493
+ DOMParser: false;
494
+ DOMPoint: false;
495
+ DOMPointReadOnly: false;
496
+ DOMQuad: false;
497
+ DOMRect: false;
498
+ DOMRectList: false;
499
+ DOMRectReadOnly: false;
500
+ DOMStringList: false;
501
+ DOMStringMap: false;
502
+ DOMTokenList: false;
503
+ DragEvent: false;
504
+ DynamicsCompressorNode: false;
505
+ EditContext: false;
506
+ Element: false;
507
+ ElementInternals: false;
508
+ EncodedAudioChunk: false;
509
+ EncodedVideoChunk: false;
510
+ event: false;
511
+ EventCounts: false;
512
+ EventSource: false;
513
+ external: false;
514
+ External: false;
515
+ EyeDropper: false;
516
+ FeaturePolicy: false;
517
+ FederatedCredential: false;
518
+ fence: false;
519
+ Fence: false;
520
+ FencedFrameConfig: false;
521
+ fetchLater: false;
522
+ FetchLaterResult: false;
523
+ FileList: false;
524
+ FileReader: false;
525
+ FileSystem: false;
526
+ FileSystemDirectoryEntry: false;
527
+ FileSystemDirectoryHandle: false;
528
+ FileSystemDirectoryReader: false;
529
+ FileSystemEntry: false;
530
+ FileSystemFileEntry: false;
531
+ FileSystemFileHandle: false;
532
+ FileSystemHandle: false;
533
+ FileSystemObserver: false;
534
+ FileSystemWritableFileStream: false;
535
+ find: false;
536
+ focus: false;
537
+ FocusEvent: false;
538
+ FontData: false;
539
+ FontFace: false;
540
+ FontFaceSet: false;
541
+ FontFaceSetLoadEvent: false;
542
+ FormDataEvent: false;
543
+ FragmentDirective: false;
544
+ frameElement: false;
545
+ frames: false;
546
+ GainNode: false;
547
+ Gamepad: false;
548
+ GamepadAxisMoveEvent: false;
549
+ GamepadButton: false;
550
+ GamepadButtonEvent: false;
551
+ GamepadEvent: false;
552
+ GamepadHapticActuator: false;
553
+ GamepadPose: false;
554
+ Geolocation: false;
555
+ GeolocationCoordinates: false;
556
+ GeolocationPosition: false;
557
+ GeolocationPositionError: false;
558
+ getComputedStyle: false;
559
+ getScreenDetails: false;
560
+ getSelection: false;
561
+ GPU: false;
562
+ GPUAdapter: false;
563
+ GPUAdapterInfo: false;
564
+ GPUBindGroup: false;
565
+ GPUBindGroupLayout: false;
566
+ GPUBuffer: false;
567
+ GPUBufferUsage: false;
568
+ GPUCanvasContext: false;
569
+ GPUColorWrite: false;
570
+ GPUCommandBuffer: false;
571
+ GPUCommandEncoder: false;
572
+ GPUCompilationInfo: false;
573
+ GPUCompilationMessage: false;
574
+ GPUComputePassEncoder: false;
575
+ GPUComputePipeline: false;
576
+ GPUDevice: false;
577
+ GPUDeviceLostInfo: false;
578
+ GPUError: false;
579
+ GPUExternalTexture: false;
580
+ GPUInternalError: false;
581
+ GPUMapMode: false;
582
+ GPUOutOfMemoryError: false;
583
+ GPUPipelineError: false;
584
+ GPUPipelineLayout: false;
585
+ GPUQuerySet: false;
586
+ GPUQueue: false;
587
+ GPURenderBundle: false;
588
+ GPURenderBundleEncoder: false;
589
+ GPURenderPassEncoder: false;
590
+ GPURenderPipeline: false;
591
+ GPUSampler: false;
592
+ GPUShaderModule: false;
593
+ GPUShaderStage: false;
594
+ GPUSupportedFeatures: false;
595
+ GPUSupportedLimits: false;
596
+ GPUTexture: false;
597
+ GPUTextureUsage: false;
598
+ GPUTextureView: false;
599
+ GPUUncapturedErrorEvent: false;
600
+ GPUValidationError: false;
601
+ GravitySensor: false;
602
+ Gyroscope: false;
603
+ HashChangeEvent: false;
604
+ HID: false;
605
+ HIDConnectionEvent: false;
606
+ HIDDevice: false;
607
+ HIDInputReportEvent: false;
608
+ Highlight: false;
609
+ HighlightRegistry: false;
610
+ history: false;
611
+ History: false;
612
+ HTMLAllCollection: false;
613
+ HTMLAnchorElement: false;
614
+ HTMLAreaElement: false;
615
+ HTMLAudioElement: false;
616
+ HTMLBaseElement: false;
617
+ HTMLBodyElement: false;
618
+ HTMLBRElement: false;
619
+ HTMLButtonElement: false;
620
+ HTMLCanvasElement: false;
621
+ HTMLCollection: false;
622
+ HTMLDataElement: false;
623
+ HTMLDataListElement: false;
624
+ HTMLDetailsElement: false;
625
+ HTMLDialogElement: false;
626
+ HTMLDirectoryElement: false;
627
+ HTMLDivElement: false;
628
+ HTMLDListElement: false;
629
+ HTMLDocument: false;
630
+ HTMLElement: false;
631
+ HTMLEmbedElement: false;
632
+ HTMLFencedFrameElement: false;
633
+ HTMLFieldSetElement: false;
634
+ HTMLFontElement: false;
635
+ HTMLFormControlsCollection: false;
636
+ HTMLFormElement: false;
637
+ HTMLFrameElement: false;
638
+ HTMLFrameSetElement: false;
639
+ HTMLHeadElement: false;
640
+ HTMLHeadingElement: false;
641
+ HTMLHRElement: false;
642
+ HTMLHtmlElement: false;
643
+ HTMLIFrameElement: false;
644
+ HTMLImageElement: false;
645
+ HTMLInputElement: false;
646
+ HTMLLabelElement: false;
647
+ HTMLLegendElement: false;
648
+ HTMLLIElement: false;
649
+ HTMLLinkElement: false;
650
+ HTMLMapElement: false;
651
+ HTMLMarqueeElement: false;
652
+ HTMLMediaElement: false;
653
+ HTMLMenuElement: false;
654
+ HTMLMetaElement: false;
655
+ HTMLMeterElement: false;
656
+ HTMLModElement: false;
657
+ HTMLObjectElement: false;
658
+ HTMLOListElement: false;
659
+ HTMLOptGroupElement: false;
660
+ HTMLOptionElement: false;
661
+ HTMLOptionsCollection: false;
662
+ HTMLOutputElement: false;
663
+ HTMLParagraphElement: false;
664
+ HTMLParamElement: false;
665
+ HTMLPictureElement: false;
666
+ HTMLPreElement: false;
667
+ HTMLProgressElement: false;
668
+ HTMLQuoteElement: false;
669
+ HTMLScriptElement: false;
670
+ HTMLSelectedContentElement: false;
671
+ HTMLSelectElement: false;
672
+ HTMLSlotElement: false;
673
+ HTMLSourceElement: false;
674
+ HTMLSpanElement: false;
675
+ HTMLStyleElement: false;
676
+ HTMLTableCaptionElement: false;
677
+ HTMLTableCellElement: false;
678
+ HTMLTableColElement: false;
679
+ HTMLTableElement: false;
680
+ HTMLTableRowElement: false;
681
+ HTMLTableSectionElement: false;
682
+ HTMLTemplateElement: false;
683
+ HTMLTextAreaElement: false;
684
+ HTMLTimeElement: false;
685
+ HTMLTitleElement: false;
686
+ HTMLTrackElement: false;
687
+ HTMLUListElement: false;
688
+ HTMLUnknownElement: false;
689
+ HTMLVideoElement: false;
690
+ IDBCursor: false;
691
+ IDBCursorWithValue: false;
692
+ IDBDatabase: false;
693
+ IDBFactory: false;
694
+ IDBIndex: false;
695
+ IDBKeyRange: false;
696
+ IDBObjectStore: false;
697
+ IDBOpenDBRequest: false;
698
+ IDBRecord: false;
699
+ IDBRequest: false;
700
+ IDBTransaction: false;
701
+ IDBVersionChangeEvent: false;
702
+ IdentityCredential: false;
703
+ IdentityCredentialError: false;
704
+ IdentityProvider: false;
705
+ IdleDeadline: false;
706
+ IdleDetector: false;
707
+ IIRFilterNode: false;
708
+ Image: false;
709
+ ImageBitmap: false;
710
+ ImageBitmapRenderingContext: false;
711
+ ImageCapture: false;
712
+ ImageData: false;
713
+ ImageDecoder: false;
714
+ ImageTrack: false;
715
+ ImageTrackList: false;
716
+ indexedDB: false;
717
+ Ink: false;
718
+ innerHeight: false;
719
+ innerWidth: false;
720
+ InputDeviceCapabilities: false;
721
+ InputDeviceInfo: false;
722
+ InputEvent: false;
723
+ IntegrityViolationReportBody: false;
724
+ InterestEvent: false;
725
+ IntersectionObserver: false;
726
+ IntersectionObserverEntry: false;
727
+ isSecureContext: false;
728
+ Keyboard: false;
729
+ KeyboardEvent: false;
730
+ KeyboardLayoutMap: false;
731
+ KeyframeEffect: false;
732
+ LanguageDetector: false;
733
+ LargestContentfulPaint: false;
734
+ LaunchParams: false;
735
+ launchQueue: false;
736
+ LaunchQueue: false;
737
+ LayoutShift: false;
738
+ LayoutShiftAttribution: false;
739
+ length: false;
740
+ LinearAccelerationSensor: false;
741
+ location: true;
742
+ Location: false;
743
+ locationbar: false;
744
+ Lock: false;
745
+ LockManager: false;
746
+ matchMedia: false;
747
+ MathMLElement: false;
748
+ MediaCapabilities: false;
749
+ MediaCapabilitiesInfo: false;
750
+ MediaDeviceInfo: false;
751
+ MediaDevices: false;
752
+ MediaElementAudioSourceNode: false;
753
+ MediaEncryptedEvent: false;
754
+ MediaError: false;
755
+ MediaKeyError: false;
756
+ MediaKeyMessageEvent: false;
757
+ MediaKeys: false;
758
+ MediaKeySession: false;
759
+ MediaKeyStatusMap: false;
760
+ MediaKeySystemAccess: false;
761
+ MediaList: false;
762
+ MediaMetadata: false;
763
+ MediaQueryList: false;
764
+ MediaQueryListEvent: false;
765
+ MediaRecorder: false;
766
+ MediaRecorderErrorEvent: false;
767
+ MediaSession: false;
768
+ MediaSource: false;
769
+ MediaSourceHandle: false;
770
+ MediaStream: false;
771
+ MediaStreamAudioDestinationNode: false;
772
+ MediaStreamAudioSourceNode: false;
773
+ MediaStreamEvent: false;
774
+ MediaStreamTrack: false;
775
+ MediaStreamTrackAudioSourceNode: false;
776
+ MediaStreamTrackAudioStats: false;
777
+ MediaStreamTrackEvent: false;
778
+ MediaStreamTrackGenerator: false;
779
+ MediaStreamTrackProcessor: false;
780
+ MediaStreamTrackVideoStats: false;
781
+ menubar: false;
782
+ MIDIAccess: false;
783
+ MIDIConnectionEvent: false;
784
+ MIDIInput: false;
785
+ MIDIInputMap: false;
786
+ MIDIMessageEvent: false;
787
+ MIDIOutput: false;
788
+ MIDIOutputMap: false;
789
+ MIDIPort: false;
790
+ MimeType: false;
791
+ MimeTypeArray: false;
792
+ model: false;
793
+ ModelGenericSession: false;
794
+ ModelManager: false;
795
+ MouseEvent: false;
796
+ moveBy: false;
797
+ moveTo: false;
798
+ MutationEvent: false;
799
+ MutationObserver: false;
800
+ MutationRecord: false;
801
+ name: false;
802
+ NamedNodeMap: false;
803
+ NavigateEvent: false;
804
+ navigation: false;
805
+ Navigation: false;
806
+ NavigationActivation: false;
807
+ NavigationCurrentEntryChangeEvent: false;
808
+ NavigationDestination: false;
809
+ NavigationHistoryEntry: false;
810
+ NavigationPrecommitController: false;
811
+ NavigationPreloadManager: false;
812
+ NavigationTransition: false;
813
+ NavigatorLogin: false;
814
+ NavigatorManagedData: false;
815
+ NavigatorUAData: false;
816
+ NetworkInformation: false;
817
+ Node: false;
818
+ NodeFilter: false;
819
+ NodeIterator: false;
820
+ NodeList: false;
821
+ Notification: false;
822
+ NotifyPaintEvent: false;
823
+ NotRestoredReasonDetails: false;
824
+ NotRestoredReasons: false;
825
+ Observable: false;
826
+ OfflineAudioCompletionEvent: false;
827
+ OfflineAudioContext: false;
828
+ offscreenBuffering: false;
829
+ OffscreenCanvas: false;
830
+ OffscreenCanvasRenderingContext2D: false;
831
+ onabort: true;
832
+ onafterprint: true;
833
+ onanimationcancel: true;
834
+ onanimationend: true;
835
+ onanimationiteration: true;
836
+ onanimationstart: true;
837
+ onappinstalled: true;
838
+ onauxclick: true;
839
+ onbeforeinput: true;
840
+ onbeforeinstallprompt: true;
841
+ onbeforematch: true;
842
+ onbeforeprint: true;
843
+ onbeforetoggle: true;
844
+ onbeforeunload: true;
845
+ onbeforexrselect: true;
846
+ onblur: true;
847
+ oncancel: true;
848
+ oncanplay: true;
849
+ oncanplaythrough: true;
850
+ onchange: true;
851
+ onclick: true;
852
+ onclose: true;
853
+ oncommand: true;
854
+ oncontentvisibilityautostatechange: true;
855
+ oncontextlost: true;
856
+ oncontextmenu: true;
857
+ oncontextrestored: true;
858
+ oncopy: true;
859
+ oncuechange: true;
860
+ oncut: true;
861
+ ondblclick: true;
862
+ ondevicemotion: true;
863
+ ondeviceorientation: true;
864
+ ondeviceorientationabsolute: true;
865
+ ondrag: true;
866
+ ondragend: true;
867
+ ondragenter: true;
868
+ ondragleave: true;
869
+ ondragover: true;
870
+ ondragstart: true;
871
+ ondrop: true;
872
+ ondurationchange: true;
873
+ onemptied: true;
874
+ onended: true;
875
+ onerror: true;
876
+ onfocus: true;
877
+ onformdata: true;
878
+ ongamepadconnected: true;
879
+ ongamepaddisconnected: true;
880
+ ongotpointercapture: true;
881
+ onhashchange: true;
882
+ oninput: true;
883
+ oninvalid: true;
884
+ onkeydown: true;
885
+ onkeypress: true;
886
+ onkeyup: true;
887
+ onlanguagechange: true;
888
+ onload: true;
889
+ onloadeddata: true;
890
+ onloadedmetadata: true;
891
+ onloadstart: true;
892
+ onlostpointercapture: true;
893
+ onmessage: true;
894
+ onmessageerror: true;
895
+ onmousedown: true;
896
+ onmouseenter: true;
897
+ onmouseleave: true;
898
+ onmousemove: true;
899
+ onmouseout: true;
900
+ onmouseover: true;
901
+ onmouseup: true;
902
+ onmousewheel: true;
903
+ onoffline: true;
904
+ ononline: true;
905
+ onpagehide: true;
906
+ onpagereveal: true;
907
+ onpageshow: true;
908
+ onpageswap: true;
909
+ onpaste: true;
910
+ onpause: true;
911
+ onplay: true;
912
+ onplaying: true;
913
+ onpointercancel: true;
914
+ onpointerdown: true;
915
+ onpointerenter: true;
916
+ onpointerleave: true;
917
+ onpointermove: true;
918
+ onpointerout: true;
919
+ onpointerover: true;
920
+ onpointerrawupdate: true;
921
+ onpointerup: true;
922
+ onpopstate: true;
923
+ onprogress: true;
924
+ onratechange: true;
925
+ onrejectionhandled: true;
926
+ onreset: true;
927
+ onresize: true;
928
+ onscroll: true;
929
+ onscrollend: true;
930
+ onscrollsnapchange: true;
931
+ onscrollsnapchanging: true;
932
+ onsearch: true;
933
+ onsecuritypolicyviolation: true;
934
+ onseeked: true;
935
+ onseeking: true;
936
+ onselect: true;
937
+ onselectionchange: true;
938
+ onselectstart: true;
939
+ onslotchange: true;
940
+ onstalled: true;
941
+ onstorage: true;
942
+ onsubmit: true;
943
+ onsuspend: true;
944
+ ontimeupdate: true;
945
+ ontoggle: true;
946
+ ontransitioncancel: true;
947
+ ontransitionend: true;
948
+ ontransitionrun: true;
949
+ ontransitionstart: true;
950
+ onunhandledrejection: true;
951
+ onunload: true;
952
+ onvolumechange: true;
953
+ onwaiting: true;
954
+ onwheel: true;
955
+ open: false;
956
+ opener: false;
957
+ Option: false;
958
+ OrientationSensor: false;
959
+ origin: false;
960
+ originAgentCluster: false;
961
+ OscillatorNode: false;
962
+ OTPCredential: false;
963
+ outerHeight: false;
964
+ outerWidth: false;
965
+ OverconstrainedError: false;
966
+ PageRevealEvent: false;
967
+ PageSwapEvent: false;
968
+ PageTransitionEvent: false;
969
+ pageXOffset: false;
970
+ pageYOffset: false;
971
+ PannerNode: false;
972
+ parent: false;
973
+ PasswordCredential: false;
974
+ Path2D: false;
975
+ PaymentAddress: false;
976
+ PaymentManager: false;
977
+ PaymentMethodChangeEvent: false;
978
+ PaymentRequest: false;
979
+ PaymentRequestUpdateEvent: false;
980
+ PaymentResponse: false;
981
+ PerformanceElementTiming: false;
982
+ PerformanceEventTiming: false;
983
+ PerformanceLongAnimationFrameTiming: false;
984
+ PerformanceLongTaskTiming: false;
985
+ PerformanceNavigation: false;
986
+ PerformanceNavigationTiming: false;
987
+ PerformancePaintTiming: false;
988
+ PerformanceScriptTiming: false;
989
+ PerformanceServerTiming: false;
990
+ PerformanceTiming: false;
991
+ PeriodicSyncManager: false;
992
+ PeriodicWave: false;
993
+ Permissions: false;
994
+ PermissionStatus: false;
995
+ PERSISTENT: false;
996
+ personalbar: false;
997
+ PictureInPictureEvent: false;
998
+ PictureInPictureWindow: false;
999
+ Plugin: false;
1000
+ PluginArray: false;
1001
+ PointerEvent: false;
1002
+ PopStateEvent: false;
1003
+ postMessage: false;
1004
+ Presentation: false;
1005
+ PresentationAvailability: false;
1006
+ PresentationConnection: false;
1007
+ PresentationConnectionAvailableEvent: false;
1008
+ PresentationConnectionCloseEvent: false;
1009
+ PresentationConnectionList: false;
1010
+ PresentationReceiver: false;
1011
+ PresentationRequest: false;
1012
+ PressureObserver: false;
1013
+ PressureRecord: false;
1014
+ print: false;
1015
+ ProcessingInstruction: false;
1016
+ Profiler: false;
1017
+ ProgressEvent: false;
1018
+ PromiseRejectionEvent: false;
1019
+ prompt: false;
1020
+ ProtectedAudience: false;
1021
+ PublicKeyCredential: false;
1022
+ PushManager: false;
1023
+ PushSubscription: false;
1024
+ PushSubscriptionOptions: false;
1025
+ queryLocalFonts: false;
1026
+ QuotaExceededError: false;
1027
+ RadioNodeList: false;
1028
+ Range: false;
1029
+ registerProcessor: false;
1030
+ RelativeOrientationSensor: false;
1031
+ RemotePlayback: false;
1032
+ removeEventListener: false;
1033
+ ReportBody: false;
1034
+ reportError: false;
1035
+ ReportingObserver: false;
1036
+ requestAnimationFrame: false;
1037
+ requestIdleCallback: false;
1038
+ resizeBy: false;
1039
+ ResizeObserver: false;
1040
+ ResizeObserverEntry: false;
1041
+ ResizeObserverSize: false;
1042
+ resizeTo: false;
1043
+ RestrictionTarget: false;
1044
+ RTCCertificate: false;
1045
+ RTCDataChannel: false;
1046
+ RTCDataChannelEvent: false;
1047
+ RTCDtlsTransport: false;
1048
+ RTCDTMFSender: false;
1049
+ RTCDTMFToneChangeEvent: false;
1050
+ RTCEncodedAudioFrame: false;
1051
+ RTCEncodedVideoFrame: false;
1052
+ RTCError: false;
1053
+ RTCErrorEvent: false;
1054
+ RTCIceCandidate: false;
1055
+ RTCIceTransport: false;
1056
+ RTCPeerConnection: false;
1057
+ RTCPeerConnectionIceErrorEvent: false;
1058
+ RTCPeerConnectionIceEvent: false;
1059
+ RTCRtpReceiver: false;
1060
+ RTCRtpScriptTransform: false;
1061
+ RTCRtpSender: false;
1062
+ RTCRtpTransceiver: false;
1063
+ RTCSctpTransport: false;
1064
+ RTCSessionDescription: false;
1065
+ RTCStatsReport: false;
1066
+ RTCTrackEvent: false;
1067
+ sampleRate: false;
1068
+ scheduler: false;
1069
+ Scheduler: false;
1070
+ Scheduling: false;
1071
+ screen: false;
1072
+ Screen: false;
1073
+ ScreenDetailed: false;
1074
+ ScreenDetails: false;
1075
+ screenLeft: false;
1076
+ ScreenOrientation: false;
1077
+ screenTop: false;
1078
+ screenX: false;
1079
+ screenY: false;
1080
+ ScriptProcessorNode: false;
1081
+ scroll: false;
1082
+ scrollbars: false;
1083
+ scrollBy: false;
1084
+ ScrollTimeline: false;
1085
+ scrollTo: false;
1086
+ scrollX: false;
1087
+ scrollY: false;
1088
+ SecurityPolicyViolationEvent: false;
1089
+ Selection: false;
1090
+ self: false;
1091
+ Sensor: false;
1092
+ SensorErrorEvent: false;
1093
+ Serial: false;
1094
+ SerialPort: false;
1095
+ ServiceWorker: false;
1096
+ ServiceWorkerContainer: false;
1097
+ ServiceWorkerRegistration: false;
1098
+ ShadowRoot: false;
1099
+ sharedStorage: false;
1100
+ SharedStorage: false;
1101
+ SharedStorageAppendMethod: false;
1102
+ SharedStorageClearMethod: false;
1103
+ SharedStorageDeleteMethod: false;
1104
+ SharedStorageModifierMethod: false;
1105
+ SharedStorageSetMethod: false;
1106
+ SharedStorageWorklet: false;
1107
+ SharedWorker: false;
1108
+ showDirectoryPicker: false;
1109
+ showOpenFilePicker: false;
1110
+ showSaveFilePicker: false;
1111
+ SnapEvent: false;
1112
+ SourceBuffer: false;
1113
+ SourceBufferList: false;
1114
+ SpeechGrammar: false;
1115
+ SpeechGrammarList: false;
1116
+ SpeechRecognition: false;
1117
+ SpeechRecognitionErrorEvent: false;
1118
+ SpeechRecognitionEvent: false;
1119
+ SpeechRecognitionPhrase: false;
1120
+ speechSynthesis: false;
1121
+ SpeechSynthesis: false;
1122
+ SpeechSynthesisErrorEvent: false;
1123
+ SpeechSynthesisEvent: false;
1124
+ SpeechSynthesisUtterance: false;
1125
+ SpeechSynthesisVoice: false;
1126
+ StaticRange: false;
1127
+ status: false;
1128
+ statusbar: false;
1129
+ StereoPannerNode: false;
1130
+ stop: false;
1131
+ StorageBucket: false;
1132
+ StorageBucketManager: false;
1133
+ StorageEvent: false;
1134
+ StorageManager: false;
1135
+ styleMedia: false;
1136
+ StylePropertyMap: false;
1137
+ StylePropertyMapReadOnly: false;
1138
+ StyleSheet: false;
1139
+ StyleSheetList: false;
1140
+ SubmitEvent: false;
1141
+ Subscriber: false;
1142
+ Summarizer: false;
1143
+ SVGAElement: false;
1144
+ SVGAngle: false;
1145
+ SVGAnimatedAngle: false;
1146
+ SVGAnimatedBoolean: false;
1147
+ SVGAnimatedEnumeration: false;
1148
+ SVGAnimatedInteger: false;
1149
+ SVGAnimatedLength: false;
1150
+ SVGAnimatedLengthList: false;
1151
+ SVGAnimatedNumber: false;
1152
+ SVGAnimatedNumberList: false;
1153
+ SVGAnimatedPreserveAspectRatio: false;
1154
+ SVGAnimatedRect: false;
1155
+ SVGAnimatedString: false;
1156
+ SVGAnimatedTransformList: false;
1157
+ SVGAnimateElement: false;
1158
+ SVGAnimateMotionElement: false;
1159
+ SVGAnimateTransformElement: false;
1160
+ SVGAnimationElement: false;
1161
+ SVGCircleElement: false;
1162
+ SVGClipPathElement: false;
1163
+ SVGComponentTransferFunctionElement: false;
1164
+ SVGDefsElement: false;
1165
+ SVGDescElement: false;
1166
+ SVGElement: false;
1167
+ SVGEllipseElement: false;
1168
+ SVGFEBlendElement: false;
1169
+ SVGFEColorMatrixElement: false;
1170
+ SVGFEComponentTransferElement: false;
1171
+ SVGFECompositeElement: false;
1172
+ SVGFEConvolveMatrixElement: false;
1173
+ SVGFEDiffuseLightingElement: false;
1174
+ SVGFEDisplacementMapElement: false;
1175
+ SVGFEDistantLightElement: false;
1176
+ SVGFEDropShadowElement: false;
1177
+ SVGFEFloodElement: false;
1178
+ SVGFEFuncAElement: false;
1179
+ SVGFEFuncBElement: false;
1180
+ SVGFEFuncGElement: false;
1181
+ SVGFEFuncRElement: false;
1182
+ SVGFEGaussianBlurElement: false;
1183
+ SVGFEImageElement: false;
1184
+ SVGFEMergeElement: false;
1185
+ SVGFEMergeNodeElement: false;
1186
+ SVGFEMorphologyElement: false;
1187
+ SVGFEOffsetElement: false;
1188
+ SVGFEPointLightElement: false;
1189
+ SVGFESpecularLightingElement: false;
1190
+ SVGFESpotLightElement: false;
1191
+ SVGFETileElement: false;
1192
+ SVGFETurbulenceElement: false;
1193
+ SVGFilterElement: false;
1194
+ SVGForeignObjectElement: false;
1195
+ SVGGElement: false;
1196
+ SVGGeometryElement: false;
1197
+ SVGGradientElement: false;
1198
+ SVGGraphicsElement: false;
1199
+ SVGImageElement: false;
1200
+ SVGLength: false;
1201
+ SVGLengthList: false;
1202
+ SVGLinearGradientElement: false;
1203
+ SVGLineElement: false;
1204
+ SVGMarkerElement: false;
1205
+ SVGMaskElement: false;
1206
+ SVGMatrix: false;
1207
+ SVGMetadataElement: false;
1208
+ SVGMPathElement: false;
1209
+ SVGNumber: false;
1210
+ SVGNumberList: false;
1211
+ SVGPathElement: false;
1212
+ SVGPatternElement: false;
1213
+ SVGPoint: false;
1214
+ SVGPointList: false;
1215
+ SVGPolygonElement: false;
1216
+ SVGPolylineElement: false;
1217
+ SVGPreserveAspectRatio: false;
1218
+ SVGRadialGradientElement: false;
1219
+ SVGRect: false;
1220
+ SVGRectElement: false;
1221
+ SVGScriptElement: false;
1222
+ SVGSetElement: false;
1223
+ SVGStopElement: false;
1224
+ SVGStringList: false;
1225
+ SVGStyleElement: false;
1226
+ SVGSVGElement: false;
1227
+ SVGSwitchElement: false;
1228
+ SVGSymbolElement: false;
1229
+ SVGTextContentElement: false;
1230
+ SVGTextElement: false;
1231
+ SVGTextPathElement: false;
1232
+ SVGTextPositioningElement: false;
1233
+ SVGTitleElement: false;
1234
+ SVGTransform: false;
1235
+ SVGTransformList: false;
1236
+ SVGTSpanElement: false;
1237
+ SVGUnitTypes: false;
1238
+ SVGUseElement: false;
1239
+ SVGViewElement: false;
1240
+ SyncManager: false;
1241
+ TaskAttributionTiming: false;
1242
+ TaskController: false;
1243
+ TaskPriorityChangeEvent: false;
1244
+ TaskSignal: false;
1245
+ TEMPORARY: false;
1246
+ Text: false;
1247
+ TextEvent: false;
1248
+ TextFormat: false;
1249
+ TextFormatUpdateEvent: false;
1250
+ TextMetrics: false;
1251
+ TextTrack: false;
1252
+ TextTrackCue: false;
1253
+ TextTrackCueList: false;
1254
+ TextTrackList: false;
1255
+ TextUpdateEvent: false;
1256
+ TimeEvent: false;
1257
+ TimeRanges: false;
1258
+ ToggleEvent: false;
1259
+ toolbar: false;
1260
+ top: false;
1261
+ Touch: false;
1262
+ TouchEvent: false;
1263
+ TouchList: false;
1264
+ TrackEvent: false;
1265
+ TransitionEvent: false;
1266
+ Translator: false;
1267
+ TreeWalker: false;
1268
+ TrustedHTML: false;
1269
+ TrustedScript: false;
1270
+ TrustedScriptURL: false;
1271
+ TrustedTypePolicy: false;
1272
+ TrustedTypePolicyFactory: false;
1273
+ trustedTypes: false;
1274
+ UIEvent: false;
1275
+ USB: false;
1276
+ USBAlternateInterface: false;
1277
+ USBConfiguration: false;
1278
+ USBConnectionEvent: false;
1279
+ USBDevice: false;
1280
+ USBEndpoint: false;
1281
+ USBInterface: false;
1282
+ USBInTransferResult: false;
1283
+ USBIsochronousInTransferPacket: false;
1284
+ USBIsochronousInTransferResult: false;
1285
+ USBIsochronousOutTransferPacket: false;
1286
+ USBIsochronousOutTransferResult: false;
1287
+ USBOutTransferResult: false;
1288
+ UserActivation: false;
1289
+ ValidityState: false;
1290
+ VideoColorSpace: false;
1291
+ VideoDecoder: false;
1292
+ VideoEncoder: false;
1293
+ VideoFrame: false;
1294
+ VideoPlaybackQuality: false;
1295
+ viewport: false;
1296
+ Viewport: false;
1297
+ ViewTimeline: false;
1298
+ ViewTransition: false;
1299
+ ViewTransitionTypeSet: false;
1300
+ VirtualKeyboard: false;
1301
+ VirtualKeyboardGeometryChangeEvent: false;
1302
+ VisibilityStateEntry: false;
1303
+ visualViewport: false;
1304
+ VisualViewport: false;
1305
+ VTTCue: false;
1306
+ VTTRegion: false;
1307
+ WakeLock: false;
1308
+ WakeLockSentinel: false;
1309
+ WaveShaperNode: false;
1310
+ WebGL2RenderingContext: false;
1311
+ WebGLActiveInfo: false;
1312
+ WebGLBuffer: false;
1313
+ WebGLContextEvent: false;
1314
+ WebGLFramebuffer: false;
1315
+ WebGLObject: false;
1316
+ WebGLProgram: false;
1317
+ WebGLQuery: false;
1318
+ WebGLRenderbuffer: false;
1319
+ WebGLRenderingContext: false;
1320
+ WebGLSampler: false;
1321
+ WebGLShader: false;
1322
+ WebGLShaderPrecisionFormat: false;
1323
+ WebGLSync: false;
1324
+ WebGLTexture: false;
1325
+ WebGLTransformFeedback: false;
1326
+ WebGLUniformLocation: false;
1327
+ WebGLVertexArrayObject: false;
1328
+ WebSocketError: false;
1329
+ WebSocketStream: false;
1330
+ WebTransport: false;
1331
+ WebTransportBidirectionalStream: false;
1332
+ WebTransportDatagramDuplexStream: false;
1333
+ WebTransportError: false;
1334
+ WebTransportReceiveStream: false;
1335
+ WebTransportSendStream: false;
1336
+ WGSLLanguageFeatures: false;
1337
+ WheelEvent: false;
1338
+ when: false;
1339
+ window: false;
1340
+ Window: false;
1341
+ WindowControlsOverlay: false;
1342
+ WindowControlsOverlayGeometryChangeEvent: false;
1343
+ Worker: false;
1344
+ Worklet: false;
1345
+ WorkletGlobalScope: false;
1346
+ XMLDocument: false;
1347
+ XMLHttpRequest: false;
1348
+ XMLHttpRequestEventTarget: false;
1349
+ XMLHttpRequestUpload: false;
1350
+ XMLSerializer: false;
1351
+ XPathEvaluator: false;
1352
+ XPathExpression: false;
1353
+ XPathResult: false;
1354
+ XRAnchor: false;
1355
+ XRAnchorSet: false;
1356
+ XRBoundedReferenceSpace: false;
1357
+ XRCamera: false;
1358
+ XRCPUDepthInformation: false;
1359
+ XRDepthInformation: false;
1360
+ XRDOMOverlayState: false;
1361
+ XRFrame: false;
1362
+ XRHand: false;
1363
+ XRHitTestResult: false;
1364
+ XRHitTestSource: false;
1365
+ XRInputSource: false;
1366
+ XRInputSourceArray: false;
1367
+ XRInputSourceEvent: false;
1368
+ XRInputSourcesChangeEvent: false;
1369
+ XRJointPose: false;
1370
+ XRJointSpace: false;
1371
+ XRLayer: false;
1372
+ XRLightEstimate: false;
1373
+ XRLightProbe: false;
1374
+ XRPose: false;
1375
+ XRRay: false;
1376
+ XRReferenceSpace: false;
1377
+ XRReferenceSpaceEvent: false;
1378
+ XRRenderState: false;
1379
+ XRRigidTransform: false;
1380
+ XRSession: false;
1381
+ XRSessionEvent: false;
1382
+ XRSpace: false;
1383
+ XRSystem: false;
1384
+ XRTransientInputHitTestResult: false;
1385
+ XRTransientInputHitTestSource: false;
1386
+ XRView: false;
1387
+ XRViewerPose: false;
1388
+ XRViewport: false;
1389
+ XRWebGLBinding: false;
1390
+ XRWebGLDepthInformation: false;
1391
+ XRWebGLLayer: false;
1392
+ XSLTProcessor: false;
1393
+ };
1394
+ parserOptions: {
1395
+ ecmaVersion: number;
1396
+ sourceType: string;
1397
+ };
1398
+ };
1399
+ /**
1400
+ * JavaScript files override - relaxes certain rules for JS files.
1401
+ * @returns {object} ESLint flat config object for JS files
1402
+ */
1403
+ export declare const getJsFilesOverride: () => {
1404
+ files: string[];
1405
+ rules: {
1406
+ "sonarjs/cognitive-complexity": string;
1407
+ "@typescript-eslint/no-require-imports": string;
1408
+ "max-lines-per-function": string;
1409
+ };
1410
+ };
1411
+ /**
1412
+ * Shared hooks and components override - relaxes import restrictions.
1413
+ * @returns {object} ESLint flat config object for shared files
1414
+ */
1415
+ export declare const getSharedFilesOverride: () => {
1416
+ files: string[];
1417
+ rules: {
1418
+ "no-restricted-imports": string;
1419
+ };
1420
+ };
1421
+ /**
1422
+ * Test files override - configures Jest globals and relaxes rules for tests.
1423
+ * @param additionalPatterns - Additional file patterns to include
1424
+ * @returns {object} ESLint flat config object for test files
1425
+ */
1426
+ export declare const getTestFilesOverride: (additionalPatterns?: string[]) => {
1427
+ files: string[];
1428
+ languageOptions: {
1429
+ globals: {
1430
+ afterAll: false;
1431
+ afterEach: false;
1432
+ beforeAll: false;
1433
+ beforeEach: false;
1434
+ describe: false;
1435
+ expect: false;
1436
+ fit: false;
1437
+ it: false;
1438
+ jest: false;
1439
+ test: false;
1440
+ xdescribe: false;
1441
+ xit: false;
1442
+ xtest: false;
1443
+ };
1444
+ };
1445
+ rules: {
1446
+ "@typescript-eslint/no-explicit-any": string;
1447
+ "functional/immutable-data": string;
1448
+ "functional/no-let": string;
1449
+ "no-restricted-syntax": string;
1450
+ "max-lines-per-function": string;
1451
+ };
1452
+ };
1453
+ /**
1454
+ * TypeScript files override - enables type-checked linting.
1455
+ * @param filePatterns - File patterns to match
1456
+ * @param tsconfigRootDir - Root directory for tsconfig.json (pass __dirname from calling module)
1457
+ * @returns {object} ESLint flat config object for TypeScript files
1458
+ */
1459
+ export declare const getTsFilesOverride: (filePatterns: string[] | undefined, tsconfigRootDir: string) => {
1460
+ files: string[];
1461
+ languageOptions: {
1462
+ parserOptions: {
1463
+ project: string;
1464
+ tsconfigRootDir: string;
1465
+ };
1466
+ };
1467
+ rules: {
1468
+ "functional/immutable-data": (string | {
1469
+ ignoreClasses: boolean;
1470
+ ignoreImmediateMutation: boolean;
1471
+ ignoreNonConstDeclarations: {
1472
+ treatParametersAsConst: boolean;
1473
+ };
1474
+ ignoreAccessorPattern: string[];
1475
+ })[];
1476
+ };
1477
+ };
1478
+ /**
1479
+ * TypeScript test files override - must come after TypeScript config.
1480
+ * @param filePatterns - File patterns for test files
1481
+ * @returns {object} ESLint flat config object for TypeScript test files
1482
+ */
1483
+ export declare const getTsTestFilesOverride: (filePatterns?: string[]) => {
1484
+ files: string[];
1485
+ rules: {
1486
+ "functional/immutable-data": string;
1487
+ "max-lines-per-function": string;
1488
+ };
1489
+ };
1490
+ export { eslintComments, functional, globals, js, jsdoc, prettier, sonarjs, tseslint, };
1491
+ //# sourceMappingURL=base.d.ts.map