@codyswann/lisa 1.47.1 → 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.
- package/.claude-plugin/marketplace.json +48 -0
- package/all/deletions.json +71 -1
- package/all/merge/.claude/settings.json +28 -0
- package/cdk/copy-overwrite/eslint.config.ts +11 -21
- package/cdk/copy-overwrite/eslint.slow.config.ts +4 -73
- package/cdk/copy-overwrite/jest.config.ts +14 -12
- package/cdk/copy-overwrite/tsconfig.json +1 -1
- package/cdk/create-only/.github/workflows/ci.yml +1 -1
- package/cdk/create-only/.github/workflows/deploy.yml +1 -1
- package/cdk/merge/.claude/settings.json +29 -0
- package/cdk/package-lisa/package.lisa.json +1 -0
- package/dist/configs/eslint/base.d.ts +1491 -0
- package/dist/configs/eslint/base.d.ts.map +1 -0
- package/dist/configs/eslint/base.js +386 -0
- package/dist/configs/eslint/base.js.map +1 -0
- package/dist/configs/eslint/cdk.d.ts +32 -0
- package/dist/configs/eslint/cdk.d.ts.map +1 -0
- package/dist/configs/eslint/cdk.js +127 -0
- package/dist/configs/eslint/cdk.js.map +1 -0
- package/dist/configs/eslint/expo.d.ts +16 -0
- package/dist/configs/eslint/expo.d.ts.map +1 -0
- package/dist/configs/eslint/expo.js +264 -0
- package/dist/configs/eslint/expo.js.map +1 -0
- package/dist/configs/eslint/index.d.ts +18 -0
- package/dist/configs/eslint/index.d.ts.map +1 -0
- package/dist/configs/eslint/index.js +18 -0
- package/dist/configs/eslint/index.js.map +1 -0
- package/dist/configs/eslint/nestjs.d.ts +32 -0
- package/dist/configs/eslint/nestjs.d.ts.map +1 -0
- package/dist/configs/eslint/nestjs.js +128 -0
- package/dist/configs/eslint/nestjs.js.map +1 -0
- package/dist/configs/eslint/slow.d.ts +80 -0
- package/dist/configs/eslint/slow.d.ts.map +1 -0
- package/dist/configs/eslint/slow.js +83 -0
- package/dist/configs/eslint/slow.js.map +1 -0
- package/dist/configs/eslint/typescript.d.ts +19 -0
- package/dist/configs/eslint/typescript.d.ts.map +1 -0
- package/dist/configs/eslint/typescript.js +81 -0
- package/dist/configs/eslint/typescript.js.map +1 -0
- package/{typescript/copy-overwrite/jest.base.ts → dist/configs/jest/base.d.ts} +9 -69
- package/dist/configs/jest/base.d.ts.map +1 -0
- package/dist/configs/jest/base.js +83 -0
- package/dist/configs/jest/base.js.map +1 -0
- package/dist/configs/jest/cdk.d.ts +35 -0
- package/dist/configs/jest/cdk.d.ts.map +1 -0
- package/dist/configs/jest/cdk.js +30 -0
- package/dist/configs/jest/cdk.js.map +1 -0
- package/dist/configs/jest/expo.d.ts +56 -0
- package/dist/configs/jest/expo.d.ts.map +1 -0
- package/dist/configs/jest/expo.js +60 -0
- package/dist/configs/jest/expo.js.map +1 -0
- package/dist/configs/jest/index.d.ts +14 -0
- package/dist/configs/jest/index.d.ts.map +1 -0
- package/dist/configs/jest/index.js +14 -0
- package/dist/configs/jest/index.js.map +1 -0
- package/dist/configs/jest/nestjs.d.ts +35 -0
- package/dist/configs/jest/nestjs.d.ts.map +1 -0
- package/dist/configs/jest/nestjs.js +47 -0
- package/dist/configs/jest/nestjs.js.map +1 -0
- package/dist/configs/jest/typescript.d.ts +31 -0
- package/dist/configs/jest/typescript.d.ts.map +1 -0
- package/dist/configs/jest/typescript.js +34 -0
- package/dist/configs/jest/typescript.js.map +1 -0
- package/dist/core/lisa.d.ts +14 -0
- package/dist/core/lisa.d.ts.map +1 -1
- package/dist/core/lisa.js +47 -0
- package/dist/core/lisa.js.map +1 -1
- package/expo/copy-overwrite/eslint.config.ts +5 -20
- package/expo/copy-overwrite/eslint.expo.ts +2 -2
- package/expo/copy-overwrite/eslint.slow.config.ts +4 -90
- package/expo/copy-overwrite/jest.config.ts +14 -12
- package/expo/copy-overwrite/tsconfig.json +1 -1
- package/expo/create-only/.github/workflows/ci.yml +1 -1
- package/expo/create-only/.github/workflows/deploy.yml +1 -1
- package/expo/deletions.json +33 -0
- package/expo/merge/.claude/settings.json +29 -0
- package/expo/package-lisa/package.lisa.json +1 -10
- package/nestjs/copy-overwrite/eslint.config.ts +5 -20
- package/nestjs/copy-overwrite/eslint.slow.config.ts +4 -89
- package/nestjs/copy-overwrite/jest.config.ts +14 -12
- package/nestjs/copy-overwrite/tsconfig.json +1 -1
- package/nestjs/create-only/.github/workflows/ci.yml +1 -1
- package/nestjs/create-only/.github/workflows/deploy.yml +1 -1
- package/nestjs/deletions.json +8 -0
- package/nestjs/merge/.claude/settings.json +29 -0
- package/nestjs/package-lisa/package.lisa.json +1 -0
- package/package.json +86 -43
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +86 -0
- package/{all/copy-overwrite/.claude/commands/git/commit-and-submit-pr.md → plugins/lisa-cdk/commands/git-commit-and-submit-pr.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/git/commit-submit-pr-and-verify.md → plugins/lisa-cdk/commands/git-commit-submit-pr-and-verify.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/git/commit-submit-pr-deploy-and-verify.md → plugins/lisa-cdk/commands/git-commit-submit-pr-deploy-and-verify.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/git/commit.md → plugins/lisa-cdk/commands/git-commit.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/git/prune.md → plugins/lisa-cdk/commands/git-prune.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/git/submit-pr.md → plugins/lisa-cdk/commands/git-submit-pr.md} +1 -1
- package/plugins/lisa-cdk/commands/jira-add-journey.md +7 -0
- package/{all/copy-overwrite/.claude/commands/jira/create.md → plugins/lisa-cdk/commands/jira-create.md} +1 -1
- package/plugins/lisa-cdk/commands/jira-evidence.md +7 -0
- package/plugins/lisa-cdk/commands/jira-fix.md +7 -0
- package/plugins/lisa-cdk/commands/jira-implement.md +7 -0
- package/plugins/lisa-cdk/commands/jira-journey.md +7 -0
- package/{all/copy-overwrite/.claude/commands/jira/sync.md → plugins/lisa-cdk/commands/jira-sync.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/jira/verify.md → plugins/lisa-cdk/commands/jira-verify.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/lisa/review-implementation.md → plugins/lisa-cdk/commands/lisa-review-implementation.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/add-test-coverage.md → plugins/lisa-cdk/commands/plan-add-test-coverage.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/create.md → plugins/lisa-cdk/commands/plan-create.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/execute.md → plugins/lisa-cdk/commands/plan-execute.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/fix-linter-error.md → plugins/lisa-cdk/commands/plan-fix-linter-error.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/local-code-review.md → plugins/lisa-cdk/commands/plan-local-code-review.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/lower-code-complexity.md → plugins/lisa-cdk/commands/plan-lower-code-complexity.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/reduce-max-lines-per-function.md → plugins/lisa-cdk/commands/plan-reduce-max-lines-per-function.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/plan/reduce-max-lines.md → plugins/lisa-cdk/commands/plan-reduce-max-lines.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/pull-request/review.md → plugins/lisa-cdk/commands/pull-request-review.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/security/zap-scan.md → plugins/lisa-cdk/commands/security-zap-scan.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/sonarqube/check.md → plugins/lisa-cdk/commands/sonarqube-check.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/sonarqube/fix.md → plugins/lisa-cdk/commands/sonarqube-fix.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/tasks/load.md → plugins/lisa-cdk/commands/tasks-load.md} +1 -1
- package/{all/copy-overwrite/.claude/commands/tasks/sync.md → plugins/lisa-cdk/commands/tasks-sync.md} +1 -1
- package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/install-pkgs.sh +3 -3
- package/plugins/lisa-cdk/rules/lisa.md +37 -0
- package/plugins/lisa-cdk/skills/jira-add-journey/SKILL.md +120 -0
- package/plugins/lisa-cdk/skills/jira-create/SKILL.md +95 -0
- package/plugins/lisa-cdk/skills/jira-evidence/SKILL.md +73 -0
- package/plugins/lisa-cdk/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/lisa-cdk/skills/jira-fix/SKILL.md +16 -0
- package/plugins/lisa-cdk/skills/jira-implement/SKILL.md +18 -0
- package/plugins/lisa-cdk/skills/jira-journey/SKILL.md +125 -0
- package/plugins/lisa-cdk/skills/jira-journey/scripts/generate-templates.py +233 -0
- package/plugins/lisa-cdk/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/lisa-cdk/skills/jira-verify/SKILL.md +48 -0
- package/plugins/lisa-expo/.claude-plugin/plugin.json +86 -0
- package/plugins/lisa-expo/agents/agent-architect.md +310 -0
- package/plugins/lisa-expo/agents/architecture-specialist.md +53 -0
- package/plugins/lisa-expo/agents/debug-specialist.md +204 -0
- package/plugins/lisa-expo/agents/git-history-analyzer.md +183 -0
- package/plugins/lisa-expo/agents/hooks-expert.md +74 -0
- package/plugins/lisa-expo/agents/implementer.md +54 -0
- package/plugins/lisa-expo/agents/learner.md +44 -0
- package/plugins/lisa-expo/agents/performance-specialist.md +95 -0
- package/plugins/lisa-expo/agents/product-specialist.md +72 -0
- package/plugins/lisa-expo/agents/quality-specialist.md +55 -0
- package/plugins/lisa-expo/agents/security-specialist.md +58 -0
- package/plugins/lisa-expo/agents/skill-evaluator.md +246 -0
- package/plugins/lisa-expo/agents/slash-command-architect.md +87 -0
- package/plugins/lisa-expo/agents/test-specialist.md +64 -0
- package/plugins/lisa-expo/agents/verification-specialist.md +189 -0
- package/plugins/lisa-expo/agents/web-search-researcher.md +112 -0
- package/plugins/lisa-expo/commands/git-commit-and-submit-pr.md +7 -0
- package/plugins/lisa-expo/commands/git-commit-submit-pr-and-verify.md +7 -0
- package/plugins/lisa-expo/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
- package/plugins/lisa-expo/commands/git-commit.md +7 -0
- package/plugins/lisa-expo/commands/git-prune.md +6 -0
- package/plugins/lisa-expo/commands/git-submit-pr.md +7 -0
- package/plugins/lisa-expo/commands/jira-add-journey.md +7 -0
- package/plugins/lisa-expo/commands/jira-create.md +7 -0
- package/plugins/lisa-expo/commands/jira-evidence.md +7 -0
- package/plugins/lisa-expo/commands/jira-fix.md +7 -0
- package/plugins/lisa-expo/commands/jira-implement.md +7 -0
- package/plugins/lisa-expo/commands/jira-journey.md +7 -0
- package/plugins/lisa-expo/commands/jira-sync.md +7 -0
- package/plugins/lisa-expo/commands/jira-verify.md +7 -0
- package/plugins/lisa-expo/commands/lisa-review-implementation.md +7 -0
- package/plugins/lisa-expo/commands/plan-add-test-coverage.md +7 -0
- package/plugins/lisa-expo/commands/plan-create.md +6 -0
- package/plugins/lisa-expo/commands/plan-execute.md +7 -0
- package/plugins/lisa-expo/commands/plan-fix-linter-error.md +7 -0
- package/plugins/lisa-expo/commands/plan-local-code-review.md +6 -0
- package/plugins/lisa-expo/commands/plan-lower-code-complexity.md +6 -0
- package/plugins/lisa-expo/commands/plan-reduce-max-lines-per-function.md +7 -0
- package/plugins/lisa-expo/commands/plan-reduce-max-lines.md +7 -0
- package/plugins/lisa-expo/commands/pull-request-review.md +7 -0
- package/plugins/lisa-expo/commands/security-zap-scan.md +6 -0
- package/plugins/lisa-expo/commands/sonarqube-check.md +6 -0
- package/plugins/lisa-expo/commands/sonarqube-fix.md +6 -0
- package/plugins/lisa-expo/commands/tasks-load.md +7 -0
- package/plugins/lisa-expo/commands/tasks-sync.md +7 -0
- package/plugins/lisa-expo/hooks/debug-hook.sh +47 -0
- package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +15 -0
- package/plugins/lisa-expo/hooks/format-on-edit.sh +76 -0
- package/plugins/lisa-expo/hooks/install-pkgs.sh +64 -0
- package/plugins/lisa-expo/hooks/lint-on-edit.sh +81 -0
- package/plugins/lisa-expo/hooks/notify-ntfy.sh +183 -0
- package/plugins/lisa-expo/hooks/setup-jira-cli.sh +52 -0
- package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +68 -0
- package/plugins/lisa-expo/hooks/sync-tasks.sh +107 -0
- package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +23 -0
- package/plugins/lisa-expo/hooks/track-plan-sessions.sh +164 -0
- package/plugins/lisa-expo/hooks/verify-completion.sh +77 -0
- package/plugins/lisa-expo/rules/README.md +240 -0
- package/plugins/lisa-expo/rules/coding-philosophy.md +428 -0
- package/plugins/lisa-expo/rules/lisa.md +37 -0
- package/plugins/lisa-expo/rules/verfication.md +596 -0
- package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-expo/skills/git-commit/SKILL.md +48 -0
- package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +8 -0
- package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
- package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
- package/plugins/lisa-expo/skills/git-prune/SKILL.md +35 -0
- package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +44 -0
- package/plugins/lisa-expo/skills/jira-add-journey/SKILL.md +126 -0
- package/plugins/lisa-expo/skills/jira-create/SKILL.md +101 -0
- package/plugins/lisa-expo/skills/jira-evidence/SKILL.md +78 -0
- package/plugins/lisa-expo/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/lisa-expo/skills/jira-fix/SKILL.md +16 -0
- package/plugins/lisa-expo/skills/jira-implement/SKILL.md +18 -0
- package/plugins/lisa-expo/skills/jira-journey/SKILL.md +190 -0
- package/plugins/lisa-expo/skills/jira-journey/scripts/generate-templates.py +281 -0
- package/plugins/lisa-expo/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/lisa-expo/skills/jira-sync/SKILL.md +63 -0
- package/plugins/lisa-expo/skills/jira-verify/SKILL.md +47 -0
- package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +209 -0
- package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +44 -0
- package/plugins/lisa-expo/skills/plan-execute/SKILL.md +89 -0
- package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +88 -0
- package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +44 -0
- package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +45 -0
- package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +68 -0
- package/plugins/lisa-expo/skills/skill-creator/LICENSE.txt +202 -0
- package/plugins/lisa-expo/skills/skill-creator/SKILL.md +210 -0
- package/plugins/lisa-expo/skills/skill-creator/scripts/init_skill.py +305 -0
- package/plugins/lisa-expo/skills/skill-creator/scripts/package_skill.py +112 -0
- package/plugins/lisa-expo/skills/skill-creator/scripts/quick_validate.py +67 -0
- package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +11 -0
- package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +8 -0
- package/plugins/lisa-expo/skills/tasks-load/SKILL.md +88 -0
- package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +108 -0
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +86 -0
- package/plugins/lisa-nestjs/agents/agent-architect.md +310 -0
- package/plugins/lisa-nestjs/agents/architecture-specialist.md +53 -0
- package/plugins/lisa-nestjs/agents/debug-specialist.md +204 -0
- package/plugins/lisa-nestjs/agents/git-history-analyzer.md +183 -0
- package/plugins/lisa-nestjs/agents/hooks-expert.md +74 -0
- package/plugins/lisa-nestjs/agents/implementer.md +54 -0
- package/plugins/lisa-nestjs/agents/learner.md +44 -0
- package/plugins/lisa-nestjs/agents/performance-specialist.md +95 -0
- package/plugins/lisa-nestjs/agents/product-specialist.md +72 -0
- package/plugins/lisa-nestjs/agents/quality-specialist.md +55 -0
- package/plugins/lisa-nestjs/agents/security-specialist.md +58 -0
- package/plugins/lisa-nestjs/agents/skill-evaluator.md +246 -0
- package/plugins/lisa-nestjs/agents/slash-command-architect.md +87 -0
- package/plugins/lisa-nestjs/agents/test-specialist.md +64 -0
- package/plugins/lisa-nestjs/agents/verification-specialist.md +189 -0
- package/plugins/lisa-nestjs/agents/web-search-researcher.md +112 -0
- package/plugins/lisa-nestjs/commands/git-commit-and-submit-pr.md +7 -0
- package/plugins/lisa-nestjs/commands/git-commit-submit-pr-and-verify.md +7 -0
- package/plugins/lisa-nestjs/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
- package/plugins/lisa-nestjs/commands/git-commit.md +7 -0
- package/plugins/lisa-nestjs/commands/git-prune.md +6 -0
- package/plugins/lisa-nestjs/commands/git-submit-pr.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-add-journey.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-create.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-evidence.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-fix.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-implement.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-journey.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-sync.md +7 -0
- package/plugins/lisa-nestjs/commands/jira-verify.md +7 -0
- package/plugins/lisa-nestjs/commands/lisa-review-implementation.md +7 -0
- package/plugins/lisa-nestjs/commands/plan-add-test-coverage.md +7 -0
- package/plugins/lisa-nestjs/commands/plan-create.md +6 -0
- package/plugins/lisa-nestjs/commands/plan-execute.md +7 -0
- package/plugins/lisa-nestjs/commands/plan-fix-linter-error.md +7 -0
- package/plugins/lisa-nestjs/commands/plan-local-code-review.md +6 -0
- package/plugins/lisa-nestjs/commands/plan-lower-code-complexity.md +6 -0
- package/plugins/lisa-nestjs/commands/plan-reduce-max-lines-per-function.md +7 -0
- package/plugins/lisa-nestjs/commands/plan-reduce-max-lines.md +7 -0
- package/plugins/lisa-nestjs/commands/pull-request-review.md +7 -0
- package/plugins/lisa-nestjs/commands/security-zap-scan.md +6 -0
- package/plugins/lisa-nestjs/commands/sonarqube-check.md +6 -0
- package/plugins/lisa-nestjs/commands/sonarqube-fix.md +6 -0
- package/plugins/lisa-nestjs/commands/tasks-load.md +7 -0
- package/plugins/lisa-nestjs/commands/tasks-sync.md +7 -0
- package/plugins/lisa-nestjs/hooks/debug-hook.sh +47 -0
- package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +15 -0
- package/plugins/lisa-nestjs/hooks/format-on-edit.sh +76 -0
- package/plugins/lisa-nestjs/hooks/install-pkgs.sh +64 -0
- package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +81 -0
- package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +183 -0
- package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +52 -0
- package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +68 -0
- package/plugins/lisa-nestjs/hooks/sync-tasks.sh +107 -0
- package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +23 -0
- package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +164 -0
- package/plugins/lisa-nestjs/hooks/verify-completion.sh +77 -0
- package/plugins/lisa-nestjs/rules/README.md +240 -0
- package/plugins/lisa-nestjs/rules/coding-philosophy.md +428 -0
- package/plugins/lisa-nestjs/rules/lisa.md +37 -0
- package/plugins/lisa-nestjs/rules/verfication.md +596 -0
- package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +48 -0
- package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +8 -0
- package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
- package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
- package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +35 -0
- package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +44 -0
- package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +120 -0
- package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +95 -0
- package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +73 -0
- package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +16 -0
- package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +18 -0
- package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +125 -0
- package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +233 -0
- package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +63 -0
- package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +48 -0
- package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +209 -0
- package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +44 -0
- package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +89 -0
- package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +88 -0
- package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +44 -0
- package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +45 -0
- package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +68 -0
- package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa-nestjs/skills/skill-creator/LICENSE.txt +202 -0
- package/plugins/lisa-nestjs/skills/skill-creator/SKILL.md +210 -0
- package/plugins/lisa-nestjs/skills/skill-creator/scripts/init_skill.py +305 -0
- package/plugins/lisa-nestjs/skills/skill-creator/scripts/package_skill.py +112 -0
- package/plugins/lisa-nestjs/skills/skill-creator/scripts/quick_validate.py +67 -0
- package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +11 -0
- package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +8 -0
- package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +88 -0
- package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +108 -0
- package/plugins/lisa-rails/.claude-plugin/plugin.json +77 -0
- package/plugins/lisa-rails/agents/agent-architect.md +310 -0
- package/plugins/lisa-rails/agents/architecture-specialist.md +53 -0
- package/plugins/lisa-rails/agents/debug-specialist.md +204 -0
- package/plugins/lisa-rails/agents/git-history-analyzer.md +183 -0
- package/plugins/lisa-rails/agents/hooks-expert.md +74 -0
- package/plugins/lisa-rails/agents/implementer.md +54 -0
- package/plugins/lisa-rails/agents/learner.md +44 -0
- package/plugins/lisa-rails/agents/performance-specialist.md +95 -0
- package/plugins/lisa-rails/agents/product-specialist.md +72 -0
- package/plugins/lisa-rails/agents/quality-specialist.md +55 -0
- package/plugins/lisa-rails/agents/security-specialist.md +58 -0
- package/plugins/lisa-rails/agents/skill-evaluator.md +246 -0
- package/plugins/lisa-rails/agents/slash-command-architect.md +87 -0
- package/plugins/lisa-rails/agents/test-specialist.md +64 -0
- package/plugins/lisa-rails/agents/verification-specialist.md +189 -0
- package/plugins/lisa-rails/agents/web-search-researcher.md +112 -0
- package/plugins/lisa-rails/commands/git-commit-and-submit-pr.md +7 -0
- package/plugins/lisa-rails/commands/git-commit-submit-pr-and-verify.md +7 -0
- package/plugins/lisa-rails/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
- package/plugins/lisa-rails/commands/git-commit.md +7 -0
- package/plugins/lisa-rails/commands/git-prune.md +6 -0
- package/plugins/lisa-rails/commands/git-submit-pr.md +7 -0
- package/plugins/lisa-rails/commands/jira-add-journey.md +7 -0
- package/plugins/lisa-rails/commands/jira-create.md +7 -0
- package/plugins/lisa-rails/commands/jira-evidence.md +7 -0
- package/plugins/lisa-rails/commands/jira-fix.md +7 -0
- package/plugins/lisa-rails/commands/jira-implement.md +7 -0
- package/plugins/lisa-rails/commands/jira-journey.md +7 -0
- package/plugins/lisa-rails/commands/jira-sync.md +7 -0
- package/plugins/lisa-rails/commands/jira-verify.md +7 -0
- package/plugins/lisa-rails/commands/lisa-review-implementation.md +7 -0
- package/plugins/lisa-rails/commands/plan-add-test-coverage.md +7 -0
- package/plugins/lisa-rails/commands/plan-create.md +6 -0
- package/plugins/lisa-rails/commands/plan-execute.md +7 -0
- package/plugins/lisa-rails/commands/plan-fix-linter-error.md +7 -0
- package/plugins/lisa-rails/commands/plan-local-code-review.md +6 -0
- package/plugins/lisa-rails/commands/plan-lower-code-complexity.md +6 -0
- package/plugins/lisa-rails/commands/plan-reduce-max-lines-per-function.md +7 -0
- package/plugins/lisa-rails/commands/plan-reduce-max-lines.md +7 -0
- package/plugins/lisa-rails/commands/pull-request-review.md +7 -0
- package/plugins/lisa-rails/commands/security-zap-scan.md +6 -0
- package/plugins/lisa-rails/commands/sonarqube-check.md +6 -0
- package/plugins/lisa-rails/commands/sonarqube-fix.md +6 -0
- package/plugins/lisa-rails/commands/tasks-load.md +7 -0
- package/plugins/lisa-rails/commands/tasks-sync.md +7 -0
- package/plugins/lisa-rails/hooks/debug-hook.sh +47 -0
- package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +15 -0
- package/plugins/lisa-rails/hooks/format-on-edit.sh +76 -0
- package/plugins/lisa-rails/hooks/install-pkgs.sh +64 -0
- package/plugins/lisa-rails/hooks/lint-on-edit.sh +81 -0
- package/plugins/lisa-rails/hooks/notify-ntfy.sh +183 -0
- package/plugins/lisa-rails/hooks/setup-jira-cli.sh +52 -0
- package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +68 -0
- package/plugins/lisa-rails/hooks/sync-tasks.sh +107 -0
- package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +23 -0
- package/plugins/lisa-rails/hooks/track-plan-sessions.sh +164 -0
- package/plugins/lisa-rails/hooks/verify-completion.sh +77 -0
- package/plugins/lisa-rails/rules/README.md +240 -0
- package/plugins/lisa-rails/rules/coding-philosophy.md +428 -0
- package/plugins/lisa-rails/rules/lisa.md +37 -0
- package/plugins/lisa-rails/rules/rails-conventions.md +176 -0
- package/plugins/lisa-rails/rules/verfication.md +596 -0
- package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-rails/skills/git-commit/SKILL.md +48 -0
- package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +8 -0
- package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
- package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
- package/plugins/lisa-rails/skills/git-prune/SKILL.md +35 -0
- package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +44 -0
- package/plugins/lisa-rails/skills/jira-add-journey/SKILL.md +65 -0
- package/plugins/lisa-rails/skills/jira-evidence/SKILL.md +70 -0
- package/plugins/lisa-rails/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/lisa-rails/skills/jira-fix/SKILL.md +16 -0
- package/plugins/lisa-rails/skills/jira-implement/SKILL.md +18 -0
- package/plugins/lisa-rails/skills/jira-journey/SKILL.md +64 -0
- package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +233 -0
- package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/lisa-rails/skills/jira-sync/SKILL.md +63 -0
- package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +209 -0
- package/plugins/lisa-rails/skills/plan-execute/SKILL.md +89 -0
- package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +88 -0
- package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +68 -0
- package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa-rails/skills/skill-creator/LICENSE.txt +202 -0
- package/plugins/lisa-rails/skills/skill-creator/SKILL.md +210 -0
- package/plugins/lisa-rails/skills/skill-creator/scripts/init_skill.py +305 -0
- package/plugins/lisa-rails/skills/skill-creator/scripts/package_skill.py +112 -0
- package/plugins/lisa-rails/skills/skill-creator/scripts/quick_validate.py +67 -0
- package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +11 -0
- package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +8 -0
- package/plugins/lisa-rails/skills/tasks-load/SKILL.md +88 -0
- package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +108 -0
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +86 -0
- package/plugins/lisa-typescript/agents/agent-architect.md +310 -0
- package/plugins/lisa-typescript/agents/architecture-specialist.md +53 -0
- package/plugins/lisa-typescript/agents/debug-specialist.md +204 -0
- package/plugins/lisa-typescript/agents/git-history-analyzer.md +183 -0
- package/plugins/lisa-typescript/agents/hooks-expert.md +74 -0
- package/plugins/lisa-typescript/agents/implementer.md +54 -0
- package/plugins/lisa-typescript/agents/learner.md +44 -0
- package/plugins/lisa-typescript/agents/performance-specialist.md +95 -0
- package/plugins/lisa-typescript/agents/product-specialist.md +72 -0
- package/plugins/lisa-typescript/agents/quality-specialist.md +55 -0
- package/plugins/lisa-typescript/agents/security-specialist.md +58 -0
- package/plugins/lisa-typescript/agents/skill-evaluator.md +246 -0
- package/plugins/lisa-typescript/agents/slash-command-architect.md +87 -0
- package/plugins/lisa-typescript/agents/test-specialist.md +64 -0
- package/plugins/lisa-typescript/agents/verification-specialist.md +189 -0
- package/plugins/lisa-typescript/agents/web-search-researcher.md +112 -0
- package/plugins/lisa-typescript/commands/git-commit-and-submit-pr.md +7 -0
- package/plugins/lisa-typescript/commands/git-commit-submit-pr-and-verify.md +7 -0
- package/plugins/lisa-typescript/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
- package/plugins/lisa-typescript/commands/git-commit.md +7 -0
- package/plugins/lisa-typescript/commands/git-prune.md +6 -0
- package/plugins/lisa-typescript/commands/git-submit-pr.md +7 -0
- package/plugins/lisa-typescript/commands/jira-add-journey.md +7 -0
- package/plugins/lisa-typescript/commands/jira-create.md +7 -0
- package/plugins/lisa-typescript/commands/jira-evidence.md +7 -0
- package/plugins/lisa-typescript/commands/jira-fix.md +7 -0
- package/plugins/lisa-typescript/commands/jira-implement.md +7 -0
- package/plugins/lisa-typescript/commands/jira-journey.md +7 -0
- package/plugins/lisa-typescript/commands/jira-sync.md +7 -0
- package/plugins/lisa-typescript/commands/jira-verify.md +7 -0
- package/plugins/lisa-typescript/commands/lisa-review-implementation.md +7 -0
- package/plugins/lisa-typescript/commands/plan-add-test-coverage.md +7 -0
- package/plugins/lisa-typescript/commands/plan-create.md +6 -0
- package/plugins/lisa-typescript/commands/plan-execute.md +7 -0
- package/plugins/lisa-typescript/commands/plan-fix-linter-error.md +7 -0
- package/plugins/lisa-typescript/commands/plan-local-code-review.md +6 -0
- package/plugins/lisa-typescript/commands/plan-lower-code-complexity.md +6 -0
- package/plugins/lisa-typescript/commands/plan-reduce-max-lines-per-function.md +7 -0
- package/plugins/lisa-typescript/commands/plan-reduce-max-lines.md +7 -0
- package/plugins/lisa-typescript/commands/pull-request-review.md +7 -0
- package/plugins/lisa-typescript/commands/security-zap-scan.md +6 -0
- package/plugins/lisa-typescript/commands/sonarqube-check.md +6 -0
- package/plugins/lisa-typescript/commands/sonarqube-fix.md +6 -0
- package/plugins/lisa-typescript/commands/tasks-load.md +7 -0
- package/plugins/lisa-typescript/commands/tasks-sync.md +7 -0
- package/plugins/lisa-typescript/hooks/debug-hook.sh +47 -0
- package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +15 -0
- package/plugins/lisa-typescript/hooks/format-on-edit.sh +76 -0
- package/plugins/lisa-typescript/hooks/install-pkgs.sh +64 -0
- package/plugins/lisa-typescript/hooks/lint-on-edit.sh +81 -0
- package/plugins/lisa-typescript/hooks/notify-ntfy.sh +183 -0
- package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +52 -0
- package/plugins/lisa-typescript/hooks/sg-scan-on-edit.sh +68 -0
- package/plugins/lisa-typescript/hooks/sync-tasks.sh +107 -0
- package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +23 -0
- package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +164 -0
- package/plugins/lisa-typescript/hooks/verify-completion.sh +77 -0
- package/plugins/lisa-typescript/rules/README.md +240 -0
- package/plugins/lisa-typescript/rules/coding-philosophy.md +428 -0
- package/plugins/lisa-typescript/rules/lisa.md +37 -0
- package/plugins/lisa-typescript/rules/verfication.md +596 -0
- package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-typescript/skills/git-commit/SKILL.md +48 -0
- package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +8 -0
- package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
- package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
- package/plugins/lisa-typescript/skills/git-prune/SKILL.md +35 -0
- package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +44 -0
- package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +120 -0
- package/plugins/lisa-typescript/skills/jira-create/SKILL.md +95 -0
- package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +73 -0
- package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +16 -0
- package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +18 -0
- package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +125 -0
- package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +233 -0
- package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +63 -0
- package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +48 -0
- package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +209 -0
- package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +44 -0
- package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +89 -0
- package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +88 -0
- package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +44 -0
- package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +45 -0
- package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +68 -0
- package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa-typescript/skills/skill-creator/LICENSE.txt +202 -0
- package/plugins/lisa-typescript/skills/skill-creator/SKILL.md +210 -0
- package/plugins/lisa-typescript/skills/skill-creator/scripts/init_skill.py +305 -0
- package/plugins/lisa-typescript/skills/skill-creator/scripts/package_skill.py +112 -0
- package/plugins/lisa-typescript/skills/skill-creator/scripts/quick_validate.py +67 -0
- package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +11 -0
- package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +8 -0
- package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +88 -0
- package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +108 -0
- package/plugins/src/base/agents/agent-architect.md +310 -0
- package/plugins/src/base/agents/architecture-specialist.md +53 -0
- package/plugins/src/base/agents/debug-specialist.md +204 -0
- package/plugins/src/base/agents/git-history-analyzer.md +183 -0
- package/plugins/src/base/agents/hooks-expert.md +74 -0
- package/plugins/src/base/agents/implementer.md +54 -0
- package/plugins/src/base/agents/learner.md +44 -0
- package/plugins/src/base/agents/performance-specialist.md +95 -0
- package/plugins/src/base/agents/product-specialist.md +72 -0
- package/plugins/src/base/agents/quality-specialist.md +55 -0
- package/plugins/src/base/agents/security-specialist.md +58 -0
- package/plugins/src/base/agents/skill-evaluator.md +246 -0
- package/plugins/src/base/agents/slash-command-architect.md +87 -0
- package/plugins/src/base/agents/test-specialist.md +64 -0
- package/plugins/src/base/agents/verification-specialist.md +189 -0
- package/plugins/src/base/agents/web-search-researcher.md +112 -0
- package/plugins/src/base/commands/git-commit-and-submit-pr.md +7 -0
- package/plugins/src/base/commands/git-commit-submit-pr-and-verify.md +7 -0
- package/plugins/src/base/commands/git-commit-submit-pr-deploy-and-verify.md +7 -0
- package/plugins/src/base/commands/git-commit.md +7 -0
- package/plugins/src/base/commands/git-prune.md +6 -0
- package/plugins/src/base/commands/git-submit-pr.md +7 -0
- package/plugins/src/base/commands/jira-add-journey.md +7 -0
- package/plugins/src/base/commands/jira-create.md +7 -0
- package/plugins/src/base/commands/jira-evidence.md +7 -0
- package/plugins/src/base/commands/jira-fix.md +7 -0
- package/plugins/src/base/commands/jira-implement.md +7 -0
- package/plugins/src/base/commands/jira-journey.md +7 -0
- package/plugins/src/base/commands/jira-sync.md +7 -0
- package/plugins/src/base/commands/jira-verify.md +7 -0
- package/plugins/src/base/commands/lisa-review-implementation.md +7 -0
- package/plugins/src/base/commands/plan-add-test-coverage.md +7 -0
- package/plugins/src/base/commands/plan-create.md +6 -0
- package/plugins/src/base/commands/plan-execute.md +7 -0
- package/plugins/src/base/commands/plan-fix-linter-error.md +7 -0
- package/plugins/src/base/commands/plan-local-code-review.md +6 -0
- package/plugins/src/base/commands/plan-lower-code-complexity.md +6 -0
- package/plugins/src/base/commands/plan-reduce-max-lines-per-function.md +7 -0
- package/plugins/src/base/commands/plan-reduce-max-lines.md +7 -0
- package/plugins/src/base/commands/pull-request-review.md +7 -0
- package/plugins/src/base/commands/security-zap-scan.md +6 -0
- package/plugins/src/base/commands/sonarqube-check.md +6 -0
- package/plugins/src/base/commands/sonarqube-fix.md +6 -0
- package/plugins/src/base/commands/tasks-load.md +7 -0
- package/plugins/src/base/commands/tasks-sync.md +7 -0
- package/plugins/src/base/hooks/debug-hook.sh +47 -0
- package/plugins/src/base/hooks/enforce-plan-rules.sh +15 -0
- package/plugins/src/base/hooks/format-on-edit.sh +76 -0
- package/plugins/src/base/hooks/install-pkgs.sh +64 -0
- package/plugins/src/base/hooks/lint-on-edit.sh +81 -0
- package/plugins/src/base/hooks/notify-ntfy.sh +183 -0
- package/plugins/src/base/hooks/setup-jira-cli.sh +52 -0
- package/plugins/src/base/hooks/sg-scan-on-edit.sh +68 -0
- package/plugins/src/base/hooks/sync-tasks.sh +107 -0
- package/plugins/src/base/hooks/ticket-sync-reminder.sh +23 -0
- package/plugins/src/base/hooks/track-plan-sessions.sh +164 -0
- package/plugins/src/base/hooks/verify-completion.sh +77 -0
- package/plugins/src/base/rules/README.md +240 -0
- package/plugins/src/base/rules/coding-philosophy.md +428 -0
- package/plugins/src/base/rules/lisa.md +37 -0
- package/plugins/src/base/rules/verfication.md +596 -0
- package/plugins/src/base/skills/agent-design-best-practices/SKILL.md +219 -0
- package/plugins/src/base/skills/git-commit/SKILL.md +48 -0
- package/plugins/src/base/skills/git-commit-and-submit-pr/SKILL.md +8 -0
- package/plugins/src/base/skills/git-commit-submit-pr-and-verify/SKILL.md +7 -0
- package/plugins/src/base/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +7 -0
- package/plugins/src/base/skills/git-prune/SKILL.md +35 -0
- package/plugins/src/base/skills/git-submit-pr/SKILL.md +44 -0
- package/plugins/src/base/skills/jira-add-journey/SKILL.md +120 -0
- package/plugins/src/base/skills/jira-create/SKILL.md +95 -0
- package/plugins/src/base/skills/jira-evidence/SKILL.md +73 -0
- package/plugins/src/base/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/src/base/skills/jira-fix/SKILL.md +16 -0
- package/plugins/src/base/skills/jira-implement/SKILL.md +18 -0
- package/plugins/src/base/skills/jira-journey/SKILL.md +125 -0
- package/plugins/src/base/skills/jira-journey/scripts/generate-templates.py +233 -0
- package/plugins/src/base/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/src/base/skills/jira-sync/SKILL.md +63 -0
- package/plugins/src/base/skills/jira-verify/SKILL.md +48 -0
- package/plugins/src/base/skills/jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/src/base/skills/lisa-review-implementation/SKILL.md +209 -0
- package/plugins/src/base/skills/plan-add-test-coverage/SKILL.md +44 -0
- package/plugins/src/base/skills/plan-execute/SKILL.md +89 -0
- package/plugins/src/base/skills/plan-fix-linter-error/SKILL.md +45 -0
- package/plugins/src/base/skills/plan-local-code-review/SKILL.md +88 -0
- package/plugins/src/base/skills/plan-lower-code-complexity/SKILL.md +44 -0
- package/plugins/src/base/skills/plan-reduce-max-lines/SKILL.md +45 -0
- package/plugins/src/base/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
- package/plugins/src/base/skills/pull-request-review/SKILL.md +68 -0
- package/plugins/src/base/skills/security-zap-scan/SKILL.md +33 -0
- package/plugins/src/base/skills/skill-creator/LICENSE.txt +202 -0
- package/plugins/src/base/skills/skill-creator/SKILL.md +210 -0
- package/plugins/src/base/skills/skill-creator/scripts/init_skill.py +305 -0
- package/plugins/src/base/skills/skill-creator/scripts/package_skill.py +112 -0
- package/plugins/src/base/skills/skill-creator/scripts/quick_validate.py +67 -0
- package/plugins/src/base/skills/sonarqube-check/SKILL.md +11 -0
- package/plugins/src/base/skills/sonarqube-fix/SKILL.md +8 -0
- package/plugins/src/base/skills/tasks-load/SKILL.md +88 -0
- package/plugins/src/base/skills/tasks-sync/SKILL.md +108 -0
- package/plugins/src/cdk/.claude-plugin/plugin.json +86 -0
- package/plugins/src/expo/.claude-plugin/plugin.json +86 -0
- package/plugins/src/expo/agents/ops-specialist.md +124 -0
- package/plugins/src/expo/rules/expo-verification.md +261 -0
- package/plugins/src/expo/skills/apollo-client/SKILL.md +238 -0
- package/plugins/src/expo/skills/apollo-client/references/mutation-patterns.md +360 -0
- package/plugins/src/expo/skills/atomic-design-gluestack/SKILL.md +360 -0
- package/plugins/src/expo/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
- package/plugins/src/expo/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
- package/plugins/src/expo/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
- package/plugins/src/expo/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +329 -0
- package/plugins/src/expo/skills/container-view-pattern/SKILL.md +299 -0
- package/plugins/src/expo/skills/container-view-pattern/references/examples.md +749 -0
- package/plugins/src/expo/skills/container-view-pattern/references/patterns.md +318 -0
- package/plugins/src/expo/skills/container-view-pattern/scripts/create_component.py +200 -0
- package/plugins/src/expo/skills/container-view-pattern/scripts/validate_component.py +209 -0
- package/plugins/src/expo/skills/cross-platform-compatibility/SKILL.md +268 -0
- package/plugins/src/expo/skills/cross-platform-compatibility/references/common-issues.md +619 -0
- package/plugins/src/expo/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
- package/plugins/src/expo/skills/cross-platform-compatibility/references/platform-api.md +276 -0
- package/plugins/src/expo/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
- package/plugins/src/expo/skills/directory-structure/SKILL.md +202 -0
- package/plugins/src/expo/skills/directory-structure/scripts/validate_structure.py +445 -0
- package/plugins/src/expo/skills/expo-env-config/SKILL.md +309 -0
- package/plugins/src/expo/skills/expo-env-config/references/validation-patterns.md +417 -0
- package/plugins/src/expo/skills/expo-router-best-practices/SKILL.md +431 -0
- package/plugins/src/expo/skills/expo-router-best-practices/references/official-docs.md +290 -0
- package/plugins/src/expo/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
- package/plugins/src/expo/skills/gluestack-nativewind/SKILL.md +411 -0
- package/plugins/src/expo/skills/gluestack-nativewind/references/color-tokens.md +343 -0
- package/plugins/src/expo/skills/gluestack-nativewind/references/component-mapping.md +307 -0
- package/plugins/src/expo/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
- package/plugins/src/expo/skills/gluestack-nativewind/scripts/validate_styling.py +315 -0
- package/plugins/src/expo/skills/jira-add-journey/SKILL.md +126 -0
- package/plugins/src/expo/skills/jira-create/SKILL.md +101 -0
- package/plugins/src/expo/skills/jira-evidence/SKILL.md +78 -0
- package/plugins/src/expo/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/src/expo/skills/jira-journey/SKILL.md +190 -0
- package/plugins/src/expo/skills/jira-journey/scripts/generate-templates.py +281 -0
- package/plugins/src/expo/skills/jira-journey/scripts/parse-plan.py +368 -0
- package/plugins/src/expo/skills/jira-verify/SKILL.md +47 -0
- package/plugins/src/expo/skills/local-state/SKILL.md +362 -0
- package/plugins/src/expo/skills/local-state/references/async-storage.md +505 -0
- package/plugins/src/expo/skills/local-state/references/persistence-patterns.md +711 -0
- package/plugins/src/expo/skills/local-state/references/reactive-variables.md +446 -0
- package/plugins/src/expo/skills/ops-browser-uat/SKILL.md +124 -0
- package/plugins/src/expo/skills/ops-check-logs/SKILL.md +211 -0
- package/plugins/src/expo/skills/ops-db-ops/SKILL.md +119 -0
- package/plugins/src/expo/skills/ops-deploy/SKILL.md +119 -0
- package/plugins/src/expo/skills/ops-monitor-errors/SKILL.md +99 -0
- package/plugins/src/expo/skills/ops-performance/SKILL.md +165 -0
- package/plugins/src/expo/skills/ops-run-local/SKILL.md +166 -0
- package/plugins/src/expo/skills/ops-verify-health/SKILL.md +101 -0
- package/plugins/src/expo/skills/owasp-zap/SKILL.md +56 -0
- package/plugins/src/expo/skills/playwright-selectors/SKILL.md +223 -0
- package/plugins/src/expo/skills/testing-library/SKILL.md +314 -0
- package/plugins/src/expo/skills/testing-library/references/async-patterns.md +420 -0
- package/plugins/src/expo/skills/testing-library/references/expo-router-testing.md +556 -0
- package/plugins/src/expo/skills/testing-library/references/mocking-patterns.md +590 -0
- package/plugins/src/expo/skills/testing-library/references/query-priority.md +291 -0
- package/plugins/src/nestjs/.claude-plugin/plugin.json +86 -0
- package/plugins/src/nestjs/skills/nestjs-graphql/SKILL.md +176 -0
- package/plugins/src/nestjs/skills/nestjs-graphql/references/advanced-features.md +527 -0
- package/plugins/src/nestjs/skills/nestjs-graphql/references/project-patterns.md +483 -0
- package/plugins/src/nestjs/skills/nestjs-graphql/references/quick-start.md +257 -0
- package/plugins/src/nestjs/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
- package/plugins/src/nestjs/skills/nestjs-graphql/references/types-scalars.md +513 -0
- package/plugins/src/nestjs/skills/nestjs-rules/SKILL.md +536 -0
- package/plugins/src/nestjs/skills/typeorm-patterns/SKILL.md +275 -0
- package/plugins/src/nestjs/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
- package/plugins/src/nestjs/skills/typeorm-patterns/references/entity-patterns.md +450 -0
- package/plugins/src/nestjs/skills/typeorm-patterns/references/observability-patterns.md +536 -0
- package/plugins/src/rails/.claude-plugin/plugin.json +77 -0
- package/plugins/src/rails/rules/rails-conventions.md +176 -0
- package/plugins/src/rails/skills/action-controller-best-practices/SKILL.md +374 -0
- package/plugins/src/rails/skills/action-view-best-practices/SKILL.md +335 -0
- package/plugins/src/rails/skills/active-record-model-best-practices/SKILL.md +166 -0
- package/plugins/src/rails/skills/jira-add-journey/SKILL.md +65 -0
- package/plugins/src/rails/skills/jira-create/SKILL.md +41 -0
- package/plugins/src/rails/skills/jira-evidence/SKILL.md +70 -0
- package/plugins/src/rails/skills/jira-evidence/scripts/post-evidence.sh +163 -0
- package/plugins/src/rails/skills/jira-journey/SKILL.md +64 -0
- package/plugins/src/rails/skills/jira-verify/SKILL.md +29 -0
- package/plugins/src/rails/skills/plan-add-test-coverage/SKILL.md +45 -0
- package/plugins/src/rails/skills/plan-fix-linter-error/SKILL.md +45 -0
- package/plugins/src/rails/skills/plan-lower-code-complexity/SKILL.md +48 -0
- package/plugins/src/rails/skills/plan-reduce-max-lines/SKILL.md +46 -0
- package/plugins/src/rails/skills/plan-reduce-max-lines-per-function/SKILL.md +46 -0
- package/plugins/src/typescript/.claude-plugin/plugin.json +86 -0
- package/rails/copy-overwrite/.claude/settings.json +80 -0
- package/rails/create-only/.github/workflows/ci.yml +1 -1
- package/rails/deletions.json +11 -1
- package/scripts/build-plugins.sh +22 -0
- package/scripts/cleanup-amplify-branches.sh +150 -0
- package/scripts/cleanup-github-branches.sh +202 -0
- package/scripts/github-status-check.sh +301 -0
- package/scripts/install-claude-plugins.sh +45 -0
- package/scripts/lisa-commit-and-pr-local.sh +204 -0
- package/scripts/lisa-update-local.sh +158 -0
- package/scripts/update-node-version.ts +197 -0
- package/tsconfig/build.json +8 -0
- package/tsconfig/cdk.json +16 -0
- package/tsconfig/eslint.json +12 -0
- package/tsconfig/expo.json +18 -0
- package/tsconfig/nestjs.json +18 -0
- package/tsconfig/spec.json +7 -0
- package/{typescript/copy-overwrite/tsconfig.typescript.json → tsconfig/typescript.json} +1 -1
- package/typescript/copy-overwrite/eslint.config.ts +6 -20
- package/typescript/copy-overwrite/eslint.slow.config.ts +4 -73
- package/typescript/copy-overwrite/jest.config.ts +8 -12
- package/typescript/copy-overwrite/tsconfig.json +1 -1
- package/typescript/create-only/.github/workflows/ci.yml +1 -1
- package/typescript/deletions.json +18 -1
- package/typescript/merge/.claude/settings.json +29 -0
- package/typescript/package-lisa/package.lisa.json +1 -35
- package/all/copy-overwrite/.claude/hooks/check-tired-boss.sh +0 -61
- package/all/copy-overwrite/.claude/rules/lisa.md +0 -53
- package/all/copy-overwrite/.claude/settings.json +0 -321
- package/all/copy-overwrite/.claude/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/all/copy-overwrite/CLAUDE.md +0 -59
- package/all/copy-overwrite/HUMAN.md +0 -309
- package/eslint-plugin-code-organization/README.md +0 -149
- package/eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js +0 -473
- package/eslint-plugin-code-organization/index.js +0 -28
- package/eslint-plugin-code-organization/package.json +0 -10
- package/eslint-plugin-code-organization/rules/enforce-statement-order.js +0 -162
- package/expo/copy-overwrite/eslint-plugin-component-structure/README.md +0 -234
- package/expo/copy-overwrite/eslint-plugin-component-structure/__tests__/plugin-index.test.js +0 -89
- package/expo/copy-overwrite/eslint-plugin-component-structure/__tests__/require-memo-in-view.test.js +0 -201
- package/expo/copy-overwrite/eslint-plugin-component-structure/__tests__/single-component-per-file.test.js +0 -294
- package/expo/copy-overwrite/eslint-plugin-component-structure/index.js +0 -37
- package/expo/copy-overwrite/eslint-plugin-component-structure/package.json +0 -10
- package/expo/copy-overwrite/eslint-plugin-component-structure/rules/enforce-component-structure.js +0 -235
- package/expo/copy-overwrite/eslint-plugin-component-structure/rules/no-return-in-view.js +0 -96
- package/expo/copy-overwrite/eslint-plugin-component-structure/rules/require-memo-in-view.js +0 -183
- package/expo/copy-overwrite/eslint-plugin-component-structure/rules/single-component-per-file.js +0 -243
- package/expo/copy-overwrite/eslint-plugin-ui-standards/README.md +0 -192
- package/expo/copy-overwrite/eslint-plugin-ui-standards/index.js +0 -31
- package/expo/copy-overwrite/eslint-plugin-ui-standards/package.json +0 -10
- package/expo/copy-overwrite/eslint-plugin-ui-standards/rules/no-classname-outside-ui.js +0 -56
- package/expo/copy-overwrite/eslint-plugin-ui-standards/rules/no-direct-rn-imports.js +0 -60
- package/rails/copy-overwrite/CLAUDE.md +0 -56
- package/typescript/copy-overwrite/.claude/settings.json +0 -320
- package/typescript/copy-overwrite/eslint-plugin-code-organization/README.md +0 -149
- package/typescript/copy-overwrite/eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js +0 -473
- package/typescript/copy-overwrite/eslint-plugin-code-organization/index.js +0 -28
- package/typescript/copy-overwrite/eslint-plugin-code-organization/package.json +0 -10
- package/typescript/copy-overwrite/eslint-plugin-code-organization/rules/enforce-statement-order.js +0 -162
- package/typescript/copy-overwrite/eslint.base.ts +0 -429
- package/typescript/copy-overwrite/eslint.typescript.ts +0 -142
- package/typescript/copy-overwrite/jest.typescript.ts +0 -72
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/agent-architect.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/architecture-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/debug-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/git-history-analyzer.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/hooks-expert.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/implementer.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/learner.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/performance-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/product-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/quality-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/security-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/skill-evaluator.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/slash-command-architect.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/test-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/verification-specialist.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/agents/web-search-researcher.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/debug-hook.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/enforce-plan-rules.sh +0 -0
- /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/format-on-edit.sh +0 -0
- /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/lint-on-edit.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/notify-ntfy.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/setup-jira-cli.sh +0 -0
- /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/sg-scan-on-edit.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/sync-tasks.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/ticket-sync-reminder.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/track-plan-sessions.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/hooks/verify-completion.sh +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk/rules}/README.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/rules/coding-philosophy.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/rules/verfication.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/agent-design-best-practices/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit-and-submit-pr/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-prune/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/git-submit-pr/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/jira-sync/SKILL.md +0 -0
- /package/{typescript/copy-overwrite/.claude → plugins/lisa-cdk}/skills/jsdoc-best-practices/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/lisa-review-implementation/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-add-test-coverage/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-execute/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-fix-linter-error/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-local-code-review/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-lower-code-complexity/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-reduce-max-lines/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/pull-request-review/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/security-zap-scan/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/LICENSE.txt +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/scripts/init_skill.py +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/scripts/package_skill.py +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/skill-creator/scripts/quick_validate.py +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/sonarqube-check/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/sonarqube-fix/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/tasks-load/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-cdk}/skills/tasks-sync/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/agents/ops-specialist.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/rules/expo-verification.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/apollo-client/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/apollo-client/references/mutation-patterns.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/references/atomic-levels.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/references/folder-structure.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/references/gluestack-mapping.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/references/examples.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/references/patterns.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/scripts/create_component.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/container-view-pattern/scripts/validate_component.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/references/common-issues.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/references/file-extensions.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/references/platform-api.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/directory-structure/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/directory-structure/scripts/validate_structure.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-env-config/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-env-config/references/validation-patterns.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-router-best-practices/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-router-best-practices/references/official-docs.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/expo-router-best-practices/scripts/generate-route.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/references/color-tokens.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/references/component-mapping.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/references/spacing-scale.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/gluestack-nativewind/scripts/validate_styling.py +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/references/async-storage.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/references/persistence-patterns.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/local-state/references/reactive-variables.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-browser-uat/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-check-logs/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-db-ops/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-deploy/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-monitor-errors/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-performance/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-run-local/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/ops-verify-health/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/owasp-zap/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/playwright-selectors/SKILL.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-expo}/skills/security-zap-scan/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/SKILL.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/async-patterns.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/expo-router-testing.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/mocking-patterns.md +0 -0
- /package/{expo/copy-overwrite/.claude → plugins/lisa-expo}/skills/testing-library/references/query-priority.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/SKILL.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/advanced-features.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/project-patterns.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/quick-start.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/resolvers-mutations.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-graphql/references/types-scalars.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/nestjs-rules/SKILL.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/SKILL.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/references/configuration-patterns.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/references/entity-patterns.md +0 -0
- /package/{nestjs/copy-overwrite/.claude → plugins/lisa-nestjs}/skills/typeorm-patterns/references/observability-patterns.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/action-controller-best-practices/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/action-view-best-practices/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/active-record-model-best-practices/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-rails}/skills/jira-create/SKILL.md +0 -0
- /package/{all/copy-overwrite/.claude → plugins/lisa-rails}/skills/jira-verify/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-add-test-coverage/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-fix-linter-error/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-lower-code-complexity/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-reduce-max-lines/SKILL.md +0 -0
- /package/{rails/copy-overwrite/.claude → plugins/lisa-rails}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
- /package/{all/create-only/scripts → scripts}/setup-deploy-key.sh +0 -0
- /package/{typescript/copy-overwrite/tsconfig.base.json → tsconfig/base.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/configs/eslint/base.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
/* eslint-disable max-lines-per-function -- config file needs a lot of lines */
|
|
2
|
+
/**
|
|
3
|
+
* ESLint 9 Flat Config - Shared Base
|
|
4
|
+
*
|
|
5
|
+
* Publishable factory functions for ESLint base configuration shared across
|
|
6
|
+
* all Lisa-supported stacks (TypeScript, Expo, NestJS, CDK). Projects import
|
|
7
|
+
* these factories to build their stack-specific ESLint config arrays.
|
|
8
|
+
*
|
|
9
|
+
* @see https://eslint.org/docs/latest/use/configure/configuration-files-new
|
|
10
|
+
* @module configs/eslint/base
|
|
11
|
+
*/
|
|
12
|
+
import eslintComments from "@eslint-community/eslint-plugin-eslint-comments";
|
|
13
|
+
import js from "@eslint/js";
|
|
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
|
+
const specFilePattern = "**/*spec.ts";
|
|
21
|
+
/**
|
|
22
|
+
* Default ignore patterns used when not specified in project config.
|
|
23
|
+
* Projects can override via eslint.ignore.config.json.
|
|
24
|
+
*/
|
|
25
|
+
export const defaultIgnores = [
|
|
26
|
+
"build/**",
|
|
27
|
+
"dist/**",
|
|
28
|
+
".build/**",
|
|
29
|
+
".esbuild/**",
|
|
30
|
+
".serverless/**",
|
|
31
|
+
".webpack/**",
|
|
32
|
+
".warmup/**",
|
|
33
|
+
"node_modules/**",
|
|
34
|
+
"**/node_modules/**",
|
|
35
|
+
"src/graphql/**",
|
|
36
|
+
"src/graphql.ts",
|
|
37
|
+
"src/graphql-generated/**",
|
|
38
|
+
"src/generated/**",
|
|
39
|
+
"graphql/**",
|
|
40
|
+
"graphql-generated/**",
|
|
41
|
+
"generated/**",
|
|
42
|
+
"components/ui/**",
|
|
43
|
+
".lisabak/**",
|
|
44
|
+
".claude-active-project/**",
|
|
45
|
+
".claude-active-plan/**",
|
|
46
|
+
"coverage/**",
|
|
47
|
+
specFilePattern,
|
|
48
|
+
"resolver-test.setup.ts",
|
|
49
|
+
"**/*.factory.ts",
|
|
50
|
+
"**/test-utils/**",
|
|
51
|
+
"**/test/**",
|
|
52
|
+
"**/database/migrations/**",
|
|
53
|
+
"cypress/**",
|
|
54
|
+
"e2e/**",
|
|
55
|
+
"playwright-report/**",
|
|
56
|
+
".lighthouseci/**",
|
|
57
|
+
".expo/**",
|
|
58
|
+
".github/**",
|
|
59
|
+
"public/**",
|
|
60
|
+
".dead/**",
|
|
61
|
+
"example/**",
|
|
62
|
+
"tmp/**",
|
|
63
|
+
".vscode/**",
|
|
64
|
+
"*.config.js",
|
|
65
|
+
"*.config.ts",
|
|
66
|
+
"babel.config.js",
|
|
67
|
+
"metro.config.js",
|
|
68
|
+
"webpack.*.js",
|
|
69
|
+
"*.d.ts",
|
|
70
|
+
"esbuild.plugins.js",
|
|
71
|
+
"projects/**/scripts/**",
|
|
72
|
+
"scripts/**",
|
|
73
|
+
"lib/**/*.js",
|
|
74
|
+
"cdk.out/**",
|
|
75
|
+
];
|
|
76
|
+
/**
|
|
77
|
+
* Default thresholds used when not specified in project config.
|
|
78
|
+
* Projects can override via eslint.thresholds.config.json.
|
|
79
|
+
*/
|
|
80
|
+
export const defaultThresholds = {
|
|
81
|
+
cognitiveComplexity: 10,
|
|
82
|
+
maxLines: 300,
|
|
83
|
+
maxLinesPerFunction: 75,
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Base ESLint configurations that should be applied to all TypeScript projects.
|
|
87
|
+
* This includes recommended configs from ESLint, TypeScript-ESLint, and plugins.
|
|
88
|
+
* @returns {Array} Array of ESLint flat config objects
|
|
89
|
+
*/
|
|
90
|
+
export const getBaseConfigs = () => [
|
|
91
|
+
// Base configurations
|
|
92
|
+
js.configs.recommended,
|
|
93
|
+
// TypeScript configuration
|
|
94
|
+
...tseslint.configs.recommended,
|
|
95
|
+
// Functional programming - manual configuration since v7 requires type info
|
|
96
|
+
{
|
|
97
|
+
plugins: {
|
|
98
|
+
functional,
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
// Code quality
|
|
102
|
+
...(sonarjs.configs?.recommended ? [sonarjs.configs.recommended] : []),
|
|
103
|
+
{
|
|
104
|
+
plugins: {
|
|
105
|
+
"@eslint-community/eslint-comments": eslintComments,
|
|
106
|
+
},
|
|
107
|
+
rules: {
|
|
108
|
+
...eslintComments.configs.recommended.rules,
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
// Documentation
|
|
112
|
+
jsdoc.configs["flat/recommended-typescript-flavor"],
|
|
113
|
+
// Prettier (must be last of shared configs)
|
|
114
|
+
prettier,
|
|
115
|
+
];
|
|
116
|
+
/**
|
|
117
|
+
* Shared rules that apply to all TypeScript projects.
|
|
118
|
+
* These are rules that should be identical across typescript, expo, nestjs, etc.
|
|
119
|
+
* @param {object} thresholds - Threshold values for configurable rules
|
|
120
|
+
* @param {number} thresholds.cognitiveComplexity - Max cognitive complexity
|
|
121
|
+
* @param {number} thresholds.maxLines - Max lines per file
|
|
122
|
+
* @param {number} thresholds.maxLinesPerFunction - Max lines per function
|
|
123
|
+
* @returns {object} Rules configuration object
|
|
124
|
+
*/
|
|
125
|
+
export const getSharedRules = (thresholds) => ({
|
|
126
|
+
// Prettier: Disabled because running Prettier inside ESLint is redundant and slower.
|
|
127
|
+
// We use `format:check` from package.json for formatting validation and editor Prettier integration.
|
|
128
|
+
// The eslint-config-prettier (imported above) still disables conflicting ESLint rules.
|
|
129
|
+
// @see https://prettier.io/docs/en/integrating-with-linters.html
|
|
130
|
+
"prettier/prettier": "off",
|
|
131
|
+
// Import rules
|
|
132
|
+
"no-restricted-imports": [
|
|
133
|
+
"warn",
|
|
134
|
+
{
|
|
135
|
+
patterns: ["@/features/*/*"],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
// File size - threshold loaded from eslint.thresholds.config.json
|
|
139
|
+
"max-lines": [
|
|
140
|
+
"error",
|
|
141
|
+
{
|
|
142
|
+
max: thresholds.maxLines,
|
|
143
|
+
skipBlankLines: true,
|
|
144
|
+
skipComments: true,
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
"max-lines-per-function": [
|
|
148
|
+
"error",
|
|
149
|
+
{
|
|
150
|
+
max: thresholds.maxLinesPerFunction,
|
|
151
|
+
skipBlankLines: true,
|
|
152
|
+
skipComments: true,
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
// Folder naming
|
|
156
|
+
// NOTE: eslint-plugin-folders is not compatible with ESLint 9 flat config
|
|
157
|
+
// The rule has no schema defined and ESLint 9 validates rule options strictly
|
|
158
|
+
// This needs to be addressed in a separate PR or the plugin needs to be updated
|
|
159
|
+
// "folders/match-regex": ["error", "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$", "/src/"],
|
|
160
|
+
// SonarJS rules - threshold loaded from eslint.thresholds.config.json
|
|
161
|
+
"sonarjs/cognitive-complexity": ["error", thresholds.cognitiveComplexity],
|
|
162
|
+
"sonarjs/no-identical-functions": "error",
|
|
163
|
+
"sonarjs/no-duplicate-string": "error",
|
|
164
|
+
"sonarjs/no-nested-functions": "error",
|
|
165
|
+
"sonarjs/no-nested-template-literals": "warn",
|
|
166
|
+
"sonarjs/prefer-immediate-return": "warn",
|
|
167
|
+
"sonarjs/prefer-single-boolean-return": "warn",
|
|
168
|
+
"sonarjs/no-collapsible-if": "warn",
|
|
169
|
+
"sonarjs/pseudo-random": "error",
|
|
170
|
+
"sonarjs/no-clear-text-protocols": "error",
|
|
171
|
+
"sonarjs/prefer-read-only-props": "error",
|
|
172
|
+
"sonarjs/no-empty-test-file": "warn",
|
|
173
|
+
"sonarjs/no-nested-conditional": "off",
|
|
174
|
+
"sonarjs/no-commented-code": "warn",
|
|
175
|
+
"sonarjs/no-ignored-exceptions": "warn",
|
|
176
|
+
"sonarjs/todo-tag": "warn",
|
|
177
|
+
// Next takes forever and doesn't provide much value
|
|
178
|
+
"sonarjs/deprecation": "off",
|
|
179
|
+
// Next takes forever and doesn't provide value
|
|
180
|
+
"sonarjs/aws-restricted-ip-admin-access": "off",
|
|
181
|
+
// This gives too many false positives
|
|
182
|
+
"sonarjs/no-hardcoded-ip": "off",
|
|
183
|
+
// This just seems to be wrong and gives all kinds of false positives
|
|
184
|
+
"sonarjs/different-types-comparison": "off",
|
|
185
|
+
// This duplicates another lint check
|
|
186
|
+
"sonarjs/no-unused-vars": "off",
|
|
187
|
+
// ESLint comments
|
|
188
|
+
"@eslint-community/eslint-comments/require-description": "error",
|
|
189
|
+
"@eslint-community/eslint-comments/disable-enable-pair": "error",
|
|
190
|
+
"@eslint-community/eslint-comments/no-unlimited-disable": "error",
|
|
191
|
+
// General rules
|
|
192
|
+
"no-extra-boolean-cast": "off",
|
|
193
|
+
"prefer-const": "error",
|
|
194
|
+
"no-param-reassign": "error",
|
|
195
|
+
"no-var": "error",
|
|
196
|
+
"brace-style": "error",
|
|
197
|
+
"prefer-template": "error",
|
|
198
|
+
radix: "error",
|
|
199
|
+
"space-before-blocks": "error",
|
|
200
|
+
"no-unused-vars": "off",
|
|
201
|
+
// TypeScript rules
|
|
202
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
203
|
+
"@typescript-eslint/no-unused-vars": [
|
|
204
|
+
"error",
|
|
205
|
+
{
|
|
206
|
+
argsIgnorePattern: "^_",
|
|
207
|
+
varsIgnorePattern: "^_|^unstable_settings$|^React$",
|
|
208
|
+
caughtErrorsIgnorePattern: "^_",
|
|
209
|
+
},
|
|
210
|
+
],
|
|
211
|
+
// New rules in typescript-eslint v8 - disabled temporarily
|
|
212
|
+
"@typescript-eslint/no-require-imports": "off",
|
|
213
|
+
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
|
|
214
|
+
"@typescript-eslint/ban-ts-comment": "off",
|
|
215
|
+
"@typescript-eslint/prefer-as-const": "off",
|
|
216
|
+
"@typescript-eslint/no-empty-object-type": "off",
|
|
217
|
+
"@typescript-eslint/no-unused-expressions": "off",
|
|
218
|
+
"@typescript-eslint/no-unsafe-function-type": "off",
|
|
219
|
+
// Functional rules - configured to avoid type-checking requirements
|
|
220
|
+
// Rules that require type info are disabled
|
|
221
|
+
"functional/no-mixed-types": "off",
|
|
222
|
+
"functional/functional-parameters": "off",
|
|
223
|
+
"functional/prefer-immutable-types": "off",
|
|
224
|
+
"functional/no-expression-statements": "off",
|
|
225
|
+
"functional/no-conditional-statements": "off",
|
|
226
|
+
"functional/prefer-property-signatures": "off",
|
|
227
|
+
"functional/no-return-void": "off",
|
|
228
|
+
"functional/no-throw-statements": "off",
|
|
229
|
+
"functional/prefer-readonly-type": "off",
|
|
230
|
+
"functional/prefer-tacit": "off",
|
|
231
|
+
"functional/readonly-type": "off",
|
|
232
|
+
"functional/type-declaration-immutability": "off",
|
|
233
|
+
// Rules we want - these work without type info
|
|
234
|
+
// NOTE: functional/immutable-data requires type info - enabled in TypeScript file config below
|
|
235
|
+
"functional/immutable-data": "off",
|
|
236
|
+
"functional/no-let": "error",
|
|
237
|
+
// JSDoc rules
|
|
238
|
+
"jsdoc/require-jsdoc": [
|
|
239
|
+
"error",
|
|
240
|
+
{
|
|
241
|
+
require: {
|
|
242
|
+
FunctionDeclaration: true,
|
|
243
|
+
MethodDefinition: true,
|
|
244
|
+
ClassDeclaration: true,
|
|
245
|
+
ArrowFunctionExpression: false,
|
|
246
|
+
FunctionExpression: false,
|
|
247
|
+
},
|
|
248
|
+
contexts: [
|
|
249
|
+
"TSInterfaceDeclaration",
|
|
250
|
+
"TSTypeAliasDeclaration",
|
|
251
|
+
"VariableDeclaration[declarations.0.init.type='ArrowFunctionExpression']:has([id.name=/^[A-Z]/])",
|
|
252
|
+
],
|
|
253
|
+
},
|
|
254
|
+
],
|
|
255
|
+
"jsdoc/require-description": "error",
|
|
256
|
+
"jsdoc/require-param": "error",
|
|
257
|
+
"jsdoc/require-returns": "error",
|
|
258
|
+
"jsdoc/require-param-description": "error",
|
|
259
|
+
"jsdoc/require-returns-description": "error",
|
|
260
|
+
"jsdoc/require-property-description": "error",
|
|
261
|
+
// prettier-ignore
|
|
262
|
+
"jsdoc/check-tag-names": ["error", { definedTags: ["remarks", "precondition", "entity", "security", "jest-config-loader", "jest-config-loader-options"] }],
|
|
263
|
+
"jsdoc/no-types": "off",
|
|
264
|
+
"jsdoc/require-param-type": "off",
|
|
265
|
+
"jsdoc/require-returns-type": "off",
|
|
266
|
+
"jsdoc/require-property-type": "off",
|
|
267
|
+
});
|
|
268
|
+
/**
|
|
269
|
+
* Base language options for all files.
|
|
270
|
+
* @returns {object} Language options configuration
|
|
271
|
+
*/
|
|
272
|
+
export const getBaseLanguageOptions = () => ({
|
|
273
|
+
globals: {
|
|
274
|
+
...globals.browser,
|
|
275
|
+
...globals.node,
|
|
276
|
+
...globals.es2021,
|
|
277
|
+
},
|
|
278
|
+
parserOptions: {
|
|
279
|
+
ecmaVersion: 2021,
|
|
280
|
+
sourceType: "module",
|
|
281
|
+
},
|
|
282
|
+
});
|
|
283
|
+
/**
|
|
284
|
+
* JavaScript files override - relaxes certain rules for JS files.
|
|
285
|
+
* @returns {object} ESLint flat config object for JS files
|
|
286
|
+
*/
|
|
287
|
+
export const getJsFilesOverride = () => ({
|
|
288
|
+
files: ["**/*.js", "**/*.mjs"],
|
|
289
|
+
rules: {
|
|
290
|
+
"sonarjs/cognitive-complexity": "off",
|
|
291
|
+
"@typescript-eslint/no-require-imports": "off", // CommonJS files
|
|
292
|
+
"max-lines-per-function": "off",
|
|
293
|
+
},
|
|
294
|
+
});
|
|
295
|
+
/**
|
|
296
|
+
* Shared hooks and components override - relaxes import restrictions.
|
|
297
|
+
* @returns {object} ESLint flat config object for shared files
|
|
298
|
+
*/
|
|
299
|
+
export const getSharedFilesOverride = () => ({
|
|
300
|
+
files: ["hooks/shared/**/*", "components/shared/**/*"],
|
|
301
|
+
rules: {
|
|
302
|
+
"no-restricted-imports": "off",
|
|
303
|
+
},
|
|
304
|
+
});
|
|
305
|
+
/**
|
|
306
|
+
* Test files override - configures Jest globals and relaxes rules for tests.
|
|
307
|
+
* @param additionalPatterns - Additional file patterns to include
|
|
308
|
+
* @returns {object} ESLint flat config object for test files
|
|
309
|
+
*/
|
|
310
|
+
export const getTestFilesOverride = (additionalPatterns = []) => ({
|
|
311
|
+
files: [
|
|
312
|
+
"**/*.test.js",
|
|
313
|
+
"**/*.test.ts",
|
|
314
|
+
"**/*spec.js",
|
|
315
|
+
specFilePattern,
|
|
316
|
+
"jest.setup.js",
|
|
317
|
+
"jest.setup.ts",
|
|
318
|
+
"jest.setup.pre.js",
|
|
319
|
+
"**/__tests__/*",
|
|
320
|
+
"**/test/**",
|
|
321
|
+
...additionalPatterns,
|
|
322
|
+
],
|
|
323
|
+
languageOptions: {
|
|
324
|
+
globals: {
|
|
325
|
+
...globals.jest,
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
rules: {
|
|
329
|
+
"@typescript-eslint/no-explicit-any": "off",
|
|
330
|
+
// Tests often need to mutate state for mocks, setup, and assertions
|
|
331
|
+
"functional/immutable-data": "off",
|
|
332
|
+
// Tests often need let for setup/teardown and incrementing counters
|
|
333
|
+
"functional/no-let": "off",
|
|
334
|
+
// Tests need to manipulate process.env for environment setup
|
|
335
|
+
"no-restricted-syntax": "off",
|
|
336
|
+
// Tests can be longer than typical functions
|
|
337
|
+
"max-lines-per-function": "off",
|
|
338
|
+
},
|
|
339
|
+
});
|
|
340
|
+
/**
|
|
341
|
+
* TypeScript files override - enables type-checked linting.
|
|
342
|
+
* @param filePatterns - File patterns to match
|
|
343
|
+
* @param tsconfigRootDir - Root directory for tsconfig.json (pass __dirname from calling module)
|
|
344
|
+
* @returns {object} ESLint flat config object for TypeScript files
|
|
345
|
+
*/
|
|
346
|
+
export const getTsFilesOverride = (filePatterns = ["**/*.ts"], tsconfigRootDir) => ({
|
|
347
|
+
files: filePatterns,
|
|
348
|
+
languageOptions: {
|
|
349
|
+
parserOptions: {
|
|
350
|
+
project: "tsconfig.eslint.json",
|
|
351
|
+
tsconfigRootDir,
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
rules: {
|
|
355
|
+
// Enable immutable-data rule now that type-checking is available
|
|
356
|
+
"functional/immutable-data": [
|
|
357
|
+
"error",
|
|
358
|
+
{
|
|
359
|
+
ignoreClasses: true,
|
|
360
|
+
ignoreImmediateMutation: true,
|
|
361
|
+
ignoreNonConstDeclarations: {
|
|
362
|
+
treatParametersAsConst: true,
|
|
363
|
+
},
|
|
364
|
+
ignoreAccessorPattern: ["*.displayName", "*.current", "*.value"],
|
|
365
|
+
},
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
});
|
|
369
|
+
/**
|
|
370
|
+
* TypeScript test files override - must come after TypeScript config.
|
|
371
|
+
* @param filePatterns - File patterns for test files
|
|
372
|
+
* @returns {object} ESLint flat config object for TypeScript test files
|
|
373
|
+
*/
|
|
374
|
+
export const getTsTestFilesOverride = (filePatterns = ["**/*.test.ts", specFilePattern]) => ({
|
|
375
|
+
files: filePatterns,
|
|
376
|
+
rules: {
|
|
377
|
+
// Tests often need to mutate state for mocks, setup, and assertions
|
|
378
|
+
"functional/immutable-data": "off",
|
|
379
|
+
// Tests can be longer than typical functions
|
|
380
|
+
"max-lines-per-function": "off",
|
|
381
|
+
},
|
|
382
|
+
});
|
|
383
|
+
// Re-export plugins and configs for use in project-specific configs
|
|
384
|
+
export { eslintComments, functional, globals, js, jsdoc, prettier, sonarjs, tseslint, };
|
|
385
|
+
/* eslint-enable max-lines-per-function -- config file needs a lot of lines */
|
|
386
|
+
//# sourceMappingURL=base.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../src/configs/eslint/base.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESLint 9 Flat Config - CDK Stack
|
|
3
|
+
*
|
|
4
|
+
* Publishable factory function for AWS CDK ESLint configuration. Extends
|
|
5
|
+
* TypeScript config with adjustments for CDK patterns like constructs, stacks,
|
|
6
|
+
* and infrastructure-as-code conventions.
|
|
7
|
+
*
|
|
8
|
+
* Inheritance chain:
|
|
9
|
+
* cdk.ts (this file)
|
|
10
|
+
* -> typescript.ts
|
|
11
|
+
* -> base.ts
|
|
12
|
+
*
|
|
13
|
+
* @see https://eslint.org/docs/latest/use/configure/configuration-files-new
|
|
14
|
+
* @module configs/eslint/cdk
|
|
15
|
+
*/
|
|
16
|
+
import { defaultIgnores, defaultThresholds, getBaseConfigs, getBaseLanguageOptions, getSharedRules } from "./typescript.js";
|
|
17
|
+
export { defaultIgnores, defaultThresholds, getBaseConfigs, getBaseLanguageOptions, getSharedRules, };
|
|
18
|
+
/**
|
|
19
|
+
* Creates the CDK ESLint configuration.
|
|
20
|
+
*
|
|
21
|
+
* @param {object} options - Configuration options
|
|
22
|
+
* @param {string} options.tsconfigRootDir - Root directory for tsconfig.json
|
|
23
|
+
* @param {string[]} [options.ignorePatterns] - Patterns to ignore
|
|
24
|
+
* @param {object} [options.thresholds] - Threshold overrides
|
|
25
|
+
* @returns {import("eslint").Linter.Config[]} ESLint flat config array
|
|
26
|
+
*/
|
|
27
|
+
export declare function getCdkConfig({ tsconfigRootDir, ignorePatterns, thresholds, }: {
|
|
28
|
+
tsconfigRootDir: string;
|
|
29
|
+
ignorePatterns?: string[];
|
|
30
|
+
thresholds?: typeof defaultThresholds;
|
|
31
|
+
}): import("eslint").Linter.Config[];
|
|
32
|
+
//# sourceMappingURL=cdk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cdk.d.ts","sourceRoot":"","sources":["../../../src/configs/eslint/cdk.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAEL,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EAGtB,cAAc,EAIf,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EACtB,cAAc,GACf,CAAC;AAUF;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,EAC3B,eAAe,EACf,cAA2B,EAC3B,UAA8B,GAC/B,EAAE;IACD,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,iBAAiB,CAAC;CACvC,GAAG,OAAO,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,CAwGnC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/* eslint-disable max-lines-per-function -- config file requires many lines */
|
|
2
|
+
/**
|
|
3
|
+
* ESLint 9 Flat Config - CDK Stack
|
|
4
|
+
*
|
|
5
|
+
* Publishable factory function for AWS CDK ESLint configuration. Extends
|
|
6
|
+
* TypeScript config with adjustments for CDK patterns like constructs, stacks,
|
|
7
|
+
* and infrastructure-as-code conventions.
|
|
8
|
+
*
|
|
9
|
+
* Inheritance chain:
|
|
10
|
+
* cdk.ts (this file)
|
|
11
|
+
* -> typescript.ts
|
|
12
|
+
* -> base.ts
|
|
13
|
+
*
|
|
14
|
+
* @see https://eslint.org/docs/latest/use/configure/configuration-files-new
|
|
15
|
+
* @module configs/eslint/cdk
|
|
16
|
+
*/
|
|
17
|
+
// Import TypeScript config and utilities
|
|
18
|
+
import { codeOrganization, defaultIgnores, defaultThresholds, getBaseConfigs, getBaseLanguageOptions, getJsFilesOverride, getSharedFilesOverride, getSharedRules, getTestFilesOverride, getTsFilesOverride, getTsTestFilesOverride, } from "./typescript.js";
|
|
19
|
+
// Re-export for downstream configs
|
|
20
|
+
export { defaultIgnores, defaultThresholds, getBaseConfigs, getBaseLanguageOptions, getSharedRules, };
|
|
21
|
+
// CDK-specific ignores
|
|
22
|
+
const cdkIgnores = [
|
|
23
|
+
...defaultIgnores,
|
|
24
|
+
"cdk.out/**",
|
|
25
|
+
"*.js", // CDK generates JS files
|
|
26
|
+
"*.d.ts",
|
|
27
|
+
];
|
|
28
|
+
/**
|
|
29
|
+
* Creates the CDK ESLint configuration.
|
|
30
|
+
*
|
|
31
|
+
* @param {object} options - Configuration options
|
|
32
|
+
* @param {string} options.tsconfigRootDir - Root directory for tsconfig.json
|
|
33
|
+
* @param {string[]} [options.ignorePatterns] - Patterns to ignore
|
|
34
|
+
* @param {object} [options.thresholds] - Threshold overrides
|
|
35
|
+
* @returns {import("eslint").Linter.Config[]} ESLint flat config array
|
|
36
|
+
*/
|
|
37
|
+
export function getCdkConfig({ tsconfigRootDir, ignorePatterns = cdkIgnores, thresholds = defaultThresholds, }) {
|
|
38
|
+
return [
|
|
39
|
+
// Global ignores
|
|
40
|
+
{
|
|
41
|
+
ignores: ignorePatterns,
|
|
42
|
+
},
|
|
43
|
+
// Base configurations from shared module
|
|
44
|
+
...getBaseConfigs(),
|
|
45
|
+
// Base configuration for all files
|
|
46
|
+
{
|
|
47
|
+
languageOptions: getBaseLanguageOptions(),
|
|
48
|
+
plugins: {
|
|
49
|
+
"code-organization": codeOrganization,
|
|
50
|
+
},
|
|
51
|
+
rules: {
|
|
52
|
+
// Shared rules from base
|
|
53
|
+
...getSharedRules(thresholds),
|
|
54
|
+
// Code organization
|
|
55
|
+
"code-organization/enforce-statement-order": "error",
|
|
56
|
+
// Configuration enforcement - prevent direct process.env access
|
|
57
|
+
// All configuration should go through config module
|
|
58
|
+
// @see .claude/rules/PROJECT_RULES.md
|
|
59
|
+
"no-restricted-syntax": [
|
|
60
|
+
"error",
|
|
61
|
+
{
|
|
62
|
+
selector: "MemberExpression[object.name='process'][property.name='env']",
|
|
63
|
+
message: "Direct process.env access is forbidden. Use config module for type-safe configuration. See .claude/rules/PROJECT_RULES.md.",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
// CDK uses classes for constructs and stacks
|
|
67
|
+
"functional/no-classes": "off",
|
|
68
|
+
// CDK constructs and stacks require documentation
|
|
69
|
+
"jsdoc/require-jsdoc": [
|
|
70
|
+
"error",
|
|
71
|
+
{
|
|
72
|
+
require: {
|
|
73
|
+
FunctionDeclaration: true,
|
|
74
|
+
MethodDefinition: true,
|
|
75
|
+
ClassDeclaration: true,
|
|
76
|
+
ArrowFunctionExpression: false,
|
|
77
|
+
FunctionExpression: false,
|
|
78
|
+
},
|
|
79
|
+
contexts: [
|
|
80
|
+
"TSInterfaceDeclaration",
|
|
81
|
+
"TSTypeAliasDeclaration",
|
|
82
|
+
"VariableDeclaration[declarations.0.init.type='ArrowFunctionExpression']:has([id.name=/^[A-Z]/])",
|
|
83
|
+
],
|
|
84
|
+
},
|
|
85
|
+
],
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
// JavaScript files override
|
|
89
|
+
getJsFilesOverride(),
|
|
90
|
+
// Shared hooks and components
|
|
91
|
+
getSharedFilesOverride(),
|
|
92
|
+
// Test files
|
|
93
|
+
getTestFilesOverride(),
|
|
94
|
+
// TypeScript files - enable type-checked linting
|
|
95
|
+
getTsFilesOverride(["**/*.ts"], tsconfigRootDir),
|
|
96
|
+
// TypeScript test files - disable immutable-data
|
|
97
|
+
getTsTestFilesOverride(["**/*.test.ts", "**/*.spec.ts"]),
|
|
98
|
+
// CDK bin files - entry points can access process.env for stage selection
|
|
99
|
+
{
|
|
100
|
+
files: ["bin/**/*.ts"],
|
|
101
|
+
rules: {
|
|
102
|
+
"no-restricted-syntax": "off",
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
// Configuration files - allowed to use process.env directly
|
|
106
|
+
{
|
|
107
|
+
files: ["**/*config.*", "**/config/**/*.ts"],
|
|
108
|
+
rules: {
|
|
109
|
+
"no-restricted-syntax": "off",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
// Lambda handlers - often have different constraints
|
|
113
|
+
{
|
|
114
|
+
files: [
|
|
115
|
+
"**/lambda/**/*.ts",
|
|
116
|
+
"**/lambdas/**/*.ts",
|
|
117
|
+
"**/functions/**/*.ts",
|
|
118
|
+
],
|
|
119
|
+
rules: {
|
|
120
|
+
// Lambda cold starts benefit from simpler code
|
|
121
|
+
"sonarjs/cognitive-complexity": ["error", 15],
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
];
|
|
125
|
+
}
|
|
126
|
+
/* eslint-enable max-lines-per-function -- config file requires many lines */
|
|
127
|
+
//# sourceMappingURL=cdk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cdk.js","sourceRoot":"","sources":["../../../src/configs/eslint/cdk.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E;;;;;;;;;;;;;;GAcG;AAEH,yCAAyC;AACzC,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EACtB,kBAAkB,EAClB,sBAAsB,EACtB,cAAc,EACd,oBAAoB,EACpB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,iBAAiB,CAAC;AAEzB,mCAAmC;AACnC,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EACtB,cAAc,GACf,CAAC;AAEF,uBAAuB;AACvB,MAAM,UAAU,GAAG;IACjB,GAAG,cAAc;IACjB,YAAY;IACZ,MAAM,EAAE,yBAAyB;IACjC,QAAQ;CACT,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,UAAU,YAAY,CAAC,EAC3B,eAAe,EACf,cAAc,GAAG,UAAU,EAC3B,UAAU,GAAG,iBAAiB,GAK/B;IACC,OAAO;QACL,iBAAiB;QACjB;YACE,OAAO,EAAE,cAAc;SACxB;QAED,yCAAyC;QACzC,GAAG,cAAc,EAAE;QAEnB,mCAAmC;QACnC;YACE,eAAe,EAAE,sBAAsB,EAAE;YACzC,OAAO,EAAE;gBACP,mBAAmB,EAAE,gBAAgB;aACtC;YACD,KAAK,EAAE;gBACL,yBAAyB;gBACzB,GAAG,cAAc,CAAC,UAAU,CAAC;gBAE7B,oBAAoB;gBACpB,2CAA2C,EAAE,OAAO;gBAEpD,gEAAgE;gBAChE,oDAAoD;gBACpD,sCAAsC;gBACtC,sBAAsB,EAAE;oBACtB,OAAO;oBACP;wBACE,QAAQ,EACN,8DAA8D;wBAChE,OAAO,EACL,4HAA4H;qBAC/H;iBACF;gBAED,6CAA6C;gBAC7C,uBAAuB,EAAE,KAAK;gBAE9B,kDAAkD;gBAClD,qBAAqB,EAAE;oBACrB,OAAO;oBACP;wBACE,OAAO,EAAE;4BACP,mBAAmB,EAAE,IAAI;4BACzB,gBAAgB,EAAE,IAAI;4BACtB,gBAAgB,EAAE,IAAI;4BACtB,uBAAuB,EAAE,KAAK;4BAC9B,kBAAkB,EAAE,KAAK;yBAC1B;wBACD,QAAQ,EAAE;4BACR,wBAAwB;4BACxB,wBAAwB;4BACxB,iGAAiG;yBAClG;qBACF;iBACF;aACF;SACF;QAED,4BAA4B;QAC5B,kBAAkB,EAAE;QAEpB,8BAA8B;QAC9B,sBAAsB,EAAE;QAExB,aAAa;QACb,oBAAoB,EAAE;QAEtB,iDAAiD;QACjD,kBAAkB,CAAC,CAAC,SAAS,CAAC,EAAE,eAAe,CAAC;QAEhD,iDAAiD;QACjD,sBAAsB,CAAC,CAAC,cAAc,EAAE,cAAc,CAAC,CAAC;QAExD,0EAA0E;QAC1E;YACE,KAAK,EAAE,CAAC,aAAa,CAAC;YACtB,KAAK,EAAE;gBACL,sBAAsB,EAAE,KAAK;aAC9B;SACF;QAED,4DAA4D;QAC5D;YACE,KAAK,EAAE,CAAC,cAAc,EAAE,mBAAmB,CAAC;YAC5C,KAAK,EAAE;gBACL,sBAAsB,EAAE,KAAK;aAC9B;SACF;QAED,qDAAqD;QACrD;YACE,KAAK,EAAE;gBACL,mBAAmB;gBACnB,oBAAoB;gBACpB,sBAAsB;aACvB;YACD,KAAK,EAAE;gBACL,+CAA+C;gBAC/C,8BAA8B,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC;aAC9C;SACF;KAC6C,CAAC;AACnD,CAAC;AACD,6EAA6E"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { defaultIgnores, defaultThresholds, getBaseConfigs, getBaseLanguageOptions, getSharedRules } from "./typescript.js";
|
|
2
|
+
export { defaultIgnores, defaultThresholds, getBaseConfigs, getBaseLanguageOptions, getSharedRules, };
|
|
3
|
+
/**
|
|
4
|
+
* Creates the Expo ESLint configuration.
|
|
5
|
+
* @param {object} options - Configuration options
|
|
6
|
+
* @param {string} options.tsconfigRootDir - Root directory for tsconfig.json
|
|
7
|
+
* @param {string[]} [options.ignorePatterns] - Patterns to ignore
|
|
8
|
+
* @param {object} [options.thresholds] - Threshold overrides
|
|
9
|
+
* @returns {import("eslint").Linter.Config[]} ESLint flat config array
|
|
10
|
+
*/
|
|
11
|
+
export declare function getExpoConfig({ tsconfigRootDir, ignorePatterns, thresholds, }: {
|
|
12
|
+
tsconfigRootDir: string;
|
|
13
|
+
ignorePatterns?: string[];
|
|
14
|
+
thresholds?: typeof defaultThresholds;
|
|
15
|
+
}): import("eslint").Linter.Config[];
|
|
16
|
+
//# sourceMappingURL=expo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expo.d.ts","sourceRoot":"","sources":["../../../src/configs/eslint/expo.ts"],"names":[],"mappings":"AAqBA,OAAO,EAEL,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EAGtB,cAAc,EAIf,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EACtB,cAAc,GACf,CAAC;AAWF;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAAC,EAC5B,eAAe,EACf,cAA+B,EAC/B,UAA8B,GAC/B,EAAE;IACD,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,iBAAiB,CAAC;CACvC,GAAG,OAAO,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,CA6PnC"}
|