@codyswann/lisa 1.56.0 → 1.56.2
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 +11 -5
- package/all/merge/.claude/settings.json +7 -0
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +148 -0
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +3 -159
- package/plugins/lisa-expo/.claude-plugin/plugin.json +2 -146
- package/plugins/lisa-expo/commands/jira/add-journey.md +1 -1
- package/plugins/lisa-expo/commands/jira/create.md +1 -1
- package/plugins/lisa-expo/commands/jira/evidence.md +1 -1
- package/plugins/lisa-expo/commands/jira/journey.md +1 -1
- package/plugins/lisa-expo/commands/jira/verify.md +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +3 -159
- package/plugins/lisa-rails/.claude-plugin/plugin.json +2 -120
- package/plugins/lisa-rails/commands/jira/add-journey.md +1 -1
- package/plugins/lisa-rails/commands/jira/create.md +1 -1
- package/plugins/lisa-rails/commands/jira/evidence.md +1 -1
- package/plugins/lisa-rails/commands/jira/journey.md +1 -1
- package/plugins/lisa-rails/commands/jira/verify.md +1 -1
- package/plugins/lisa-rails/commands/plan/add-test-coverage.md +1 -1
- package/plugins/lisa-rails/commands/plan/fix-linter-error.md +1 -1
- package/plugins/lisa-rails/commands/plan/lower-code-complexity.md +1 -1
- package/plugins/lisa-rails/commands/plan/reduce-max-lines-per-function.md +1 -1
- package/plugins/lisa-rails/commands/plan/reduce-max-lines.md +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +2 -127
- package/plugins/src/base/.claude-plugin/plugin.json +78 -0
- package/plugins/src/cdk/.claude-plugin/plugin.json +2 -81
- package/plugins/src/expo/.claude-plugin/plugin.json +1 -68
- package/plugins/{lisa-typescript → src/expo}/commands/jira/add-journey.md +1 -1
- package/plugins/{lisa-nestjs → src/expo}/commands/jira/create.md +1 -1
- package/plugins/{lisa-nestjs → src/expo}/commands/jira/evidence.md +1 -1
- package/plugins/{lisa-nestjs → src/expo}/commands/jira/journey.md +1 -1
- package/plugins/{lisa-nestjs → src/expo}/commands/jira/verify.md +1 -1
- package/plugins/src/nestjs/.claude-plugin/plugin.json +2 -81
- package/plugins/src/rails/.claude-plugin/plugin.json +1 -59
- package/plugins/{lisa-nestjs → src/rails}/commands/jira/add-journey.md +1 -1
- package/plugins/{lisa-typescript → src/rails}/commands/jira/create.md +1 -1
- package/plugins/{lisa-typescript → src/rails}/commands/jira/evidence.md +1 -1
- package/plugins/{lisa-typescript → src/rails}/commands/jira/journey.md +1 -1
- package/plugins/{lisa-typescript → src/rails}/commands/jira/verify.md +1 -1
- package/plugins/{lisa-expo → src/rails}/commands/plan/add-test-coverage.md +1 -1
- package/plugins/{lisa-expo → src/rails}/commands/plan/fix-linter-error.md +1 -1
- package/plugins/{lisa-expo → src/rails}/commands/plan/lower-code-complexity.md +1 -1
- package/plugins/{lisa-expo → src/rails}/commands/plan/reduce-max-lines-per-function.md +1 -1
- package/plugins/{lisa-expo → src/rails}/commands/plan/reduce-max-lines.md +1 -1
- package/plugins/src/typescript/.claude-plugin/plugin.json +1 -58
- package/scripts/build-plugins.sh +30 -17
- package/scripts/install-claude-plugins.sh +28 -11
- package/typescript/merge/.claude/settings.json +2 -2
- package/typescript/package-lisa/package.lisa.json +2 -1
- package/plugins/lisa-expo/agents/agent-architect.md +0 -310
- package/plugins/lisa-expo/agents/architecture-specialist.md +0 -53
- package/plugins/lisa-expo/agents/debug-specialist.md +0 -204
- package/plugins/lisa-expo/agents/git-history-analyzer.md +0 -183
- package/plugins/lisa-expo/agents/hooks-expert.md +0 -74
- package/plugins/lisa-expo/agents/implementer.md +0 -54
- package/plugins/lisa-expo/agents/learner.md +0 -44
- package/plugins/lisa-expo/agents/performance-specialist.md +0 -95
- package/plugins/lisa-expo/agents/product-specialist.md +0 -72
- package/plugins/lisa-expo/agents/quality-specialist.md +0 -55
- package/plugins/lisa-expo/agents/security-specialist.md +0 -58
- package/plugins/lisa-expo/agents/skill-evaluator.md +0 -246
- package/plugins/lisa-expo/agents/slash-command-architect.md +0 -87
- package/plugins/lisa-expo/agents/test-specialist.md +0 -64
- package/plugins/lisa-expo/agents/verification-specialist.md +0 -189
- package/plugins/lisa-expo/agents/web-search-researcher.md +0 -112
- package/plugins/lisa-expo/commands/git/commit-and-submit-pr.md +0 -7
- package/plugins/lisa-expo/commands/git/commit-submit-pr-and-verify.md +0 -7
- package/plugins/lisa-expo/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
- package/plugins/lisa-expo/commands/git/commit.md +0 -7
- package/plugins/lisa-expo/commands/git/prune.md +0 -6
- package/plugins/lisa-expo/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-expo/commands/jira/fix.md +0 -7
- package/plugins/lisa-expo/commands/jira/implement.md +0 -7
- package/plugins/lisa-expo/commands/jira/sync.md +0 -7
- package/plugins/lisa-expo/commands/plan/create.md +0 -6
- package/plugins/lisa-expo/commands/plan/execute.md +0 -7
- package/plugins/lisa-expo/commands/plan/local-code-review.md +0 -6
- package/plugins/lisa-expo/commands/pull-request/review.md +0 -7
- package/plugins/lisa-expo/commands/review/implementation.md +0 -7
- package/plugins/lisa-expo/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-expo/commands/sonarqube/check.md +0 -6
- package/plugins/lisa-expo/commands/sonarqube/fix.md +0 -6
- package/plugins/lisa-expo/commands/tasks/load.md +0 -7
- package/plugins/lisa-expo/commands/tasks/sync.md +0 -7
- package/plugins/lisa-expo/hooks/debug-hook.sh +0 -47
- package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +0 -15
- package/plugins/lisa-expo/hooks/format-on-edit.sh +0 -76
- package/plugins/lisa-expo/hooks/install-pkgs.sh +0 -64
- package/plugins/lisa-expo/hooks/lint-on-edit.sh +0 -81
- package/plugins/lisa-expo/hooks/notify-ntfy.sh +0 -183
- package/plugins/lisa-expo/hooks/setup-jira-cli.sh +0 -52
- package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +0 -68
- package/plugins/lisa-expo/hooks/sync-tasks.sh +0 -107
- package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +0 -23
- package/plugins/lisa-expo/hooks/track-plan-sessions.sh +0 -164
- package/plugins/lisa-expo/hooks/verify-completion.sh +0 -77
- package/plugins/lisa-expo/rules/README.md +0 -240
- package/plugins/lisa-expo/rules/coding-philosophy.md +0 -428
- package/plugins/lisa-expo/rules/lisa.md +0 -37
- package/plugins/lisa-expo/rules/verfication.md +0 -596
- package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-expo/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +0 -8
- package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
- package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
- package/plugins/lisa-expo/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +0 -44
- package/plugins/lisa-expo/skills/jira-fix/SKILL.md +0 -16
- package/plugins/lisa-expo/skills/jira-implement/SKILL.md +0 -18
- package/plugins/lisa-expo/skills/jira-sync/SKILL.md +0 -63
- package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +0 -209
- package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +0 -44
- package/plugins/lisa-expo/skills/plan-execute/SKILL.md +0 -89
- package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +0 -88
- package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +0 -44
- package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +0 -45
- package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +0 -68
- package/plugins/lisa-expo/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +0 -11
- package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +0 -8
- package/plugins/lisa-expo/skills/tasks-load/SKILL.md +0 -88
- package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +0 -108
- package/plugins/lisa-nestjs/agents/agent-architect.md +0 -310
- package/plugins/lisa-nestjs/agents/architecture-specialist.md +0 -53
- package/plugins/lisa-nestjs/agents/debug-specialist.md +0 -204
- package/plugins/lisa-nestjs/agents/git-history-analyzer.md +0 -183
- package/plugins/lisa-nestjs/agents/hooks-expert.md +0 -74
- package/plugins/lisa-nestjs/agents/implementer.md +0 -54
- package/plugins/lisa-nestjs/agents/learner.md +0 -44
- package/plugins/lisa-nestjs/agents/performance-specialist.md +0 -95
- package/plugins/lisa-nestjs/agents/product-specialist.md +0 -72
- package/plugins/lisa-nestjs/agents/quality-specialist.md +0 -55
- package/plugins/lisa-nestjs/agents/security-specialist.md +0 -58
- package/plugins/lisa-nestjs/agents/skill-evaluator.md +0 -246
- package/plugins/lisa-nestjs/agents/slash-command-architect.md +0 -87
- package/plugins/lisa-nestjs/agents/test-specialist.md +0 -64
- package/plugins/lisa-nestjs/agents/verification-specialist.md +0 -189
- package/plugins/lisa-nestjs/agents/web-search-researcher.md +0 -112
- package/plugins/lisa-nestjs/commands/git/commit-and-submit-pr.md +0 -7
- package/plugins/lisa-nestjs/commands/git/commit-submit-pr-and-verify.md +0 -7
- package/plugins/lisa-nestjs/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
- package/plugins/lisa-nestjs/commands/git/commit.md +0 -7
- package/plugins/lisa-nestjs/commands/git/prune.md +0 -6
- package/plugins/lisa-nestjs/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-nestjs/commands/jira/fix.md +0 -7
- package/plugins/lisa-nestjs/commands/jira/implement.md +0 -7
- package/plugins/lisa-nestjs/commands/jira/sync.md +0 -7
- package/plugins/lisa-nestjs/commands/plan/add-test-coverage.md +0 -7
- package/plugins/lisa-nestjs/commands/plan/create.md +0 -6
- package/plugins/lisa-nestjs/commands/plan/execute.md +0 -7
- package/plugins/lisa-nestjs/commands/plan/fix-linter-error.md +0 -7
- package/plugins/lisa-nestjs/commands/plan/local-code-review.md +0 -6
- package/plugins/lisa-nestjs/commands/plan/lower-code-complexity.md +0 -6
- package/plugins/lisa-nestjs/commands/plan/reduce-max-lines-per-function.md +0 -7
- package/plugins/lisa-nestjs/commands/plan/reduce-max-lines.md +0 -7
- package/plugins/lisa-nestjs/commands/pull-request/review.md +0 -7
- package/plugins/lisa-nestjs/commands/review/implementation.md +0 -7
- package/plugins/lisa-nestjs/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-nestjs/commands/sonarqube/check.md +0 -6
- package/plugins/lisa-nestjs/commands/sonarqube/fix.md +0 -6
- package/plugins/lisa-nestjs/commands/tasks/load.md +0 -7
- package/plugins/lisa-nestjs/commands/tasks/sync.md +0 -7
- package/plugins/lisa-nestjs/hooks/debug-hook.sh +0 -47
- package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +0 -15
- package/plugins/lisa-nestjs/hooks/format-on-edit.sh +0 -76
- package/plugins/lisa-nestjs/hooks/install-pkgs.sh +0 -64
- package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +0 -81
- package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +0 -183
- package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +0 -52
- package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +0 -68
- package/plugins/lisa-nestjs/hooks/sync-tasks.sh +0 -107
- package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +0 -23
- package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +0 -164
- package/plugins/lisa-nestjs/hooks/verify-completion.sh +0 -77
- package/plugins/lisa-nestjs/rules/README.md +0 -240
- package/plugins/lisa-nestjs/rules/coding-philosophy.md +0 -428
- package/plugins/lisa-nestjs/rules/lisa.md +0 -37
- package/plugins/lisa-nestjs/rules/verfication.md +0 -596
- package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +0 -8
- package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
- package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
- package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +0 -44
- package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +0 -120
- package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +0 -95
- package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +0 -73
- package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +0 -163
- package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +0 -16
- package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +0 -18
- package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +0 -125
- package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +0 -233
- package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +0 -368
- package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +0 -63
- package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +0 -48
- package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +0 -209
- package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +0 -44
- package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +0 -89
- package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +0 -88
- package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +0 -44
- package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +0 -45
- package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +0 -68
- package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +0 -11
- package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +0 -8
- package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +0 -88
- package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +0 -108
- package/plugins/lisa-rails/agents/agent-architect.md +0 -310
- package/plugins/lisa-rails/agents/architecture-specialist.md +0 -53
- package/plugins/lisa-rails/agents/debug-specialist.md +0 -204
- package/plugins/lisa-rails/agents/git-history-analyzer.md +0 -183
- package/plugins/lisa-rails/agents/hooks-expert.md +0 -74
- package/plugins/lisa-rails/agents/implementer.md +0 -54
- package/plugins/lisa-rails/agents/learner.md +0 -44
- package/plugins/lisa-rails/agents/performance-specialist.md +0 -95
- package/plugins/lisa-rails/agents/product-specialist.md +0 -72
- package/plugins/lisa-rails/agents/quality-specialist.md +0 -55
- package/plugins/lisa-rails/agents/security-specialist.md +0 -58
- package/plugins/lisa-rails/agents/skill-evaluator.md +0 -246
- package/plugins/lisa-rails/agents/slash-command-architect.md +0 -87
- package/plugins/lisa-rails/agents/test-specialist.md +0 -64
- package/plugins/lisa-rails/agents/verification-specialist.md +0 -189
- package/plugins/lisa-rails/agents/web-search-researcher.md +0 -112
- package/plugins/lisa-rails/commands/git/commit-and-submit-pr.md +0 -7
- package/plugins/lisa-rails/commands/git/commit-submit-pr-and-verify.md +0 -7
- package/plugins/lisa-rails/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
- package/plugins/lisa-rails/commands/git/commit.md +0 -7
- package/plugins/lisa-rails/commands/git/prune.md +0 -6
- package/plugins/lisa-rails/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-rails/commands/jira/fix.md +0 -7
- package/plugins/lisa-rails/commands/jira/implement.md +0 -7
- package/plugins/lisa-rails/commands/jira/sync.md +0 -7
- package/plugins/lisa-rails/commands/plan/create.md +0 -6
- package/plugins/lisa-rails/commands/plan/execute.md +0 -7
- package/plugins/lisa-rails/commands/plan/local-code-review.md +0 -6
- package/plugins/lisa-rails/commands/pull-request/review.md +0 -7
- package/plugins/lisa-rails/commands/review/implementation.md +0 -7
- package/plugins/lisa-rails/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-rails/commands/sonarqube/check.md +0 -6
- package/plugins/lisa-rails/commands/sonarqube/fix.md +0 -6
- package/plugins/lisa-rails/commands/tasks/load.md +0 -7
- package/plugins/lisa-rails/commands/tasks/sync.md +0 -7
- package/plugins/lisa-rails/hooks/debug-hook.sh +0 -47
- package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +0 -15
- package/plugins/lisa-rails/hooks/format-on-edit.sh +0 -76
- package/plugins/lisa-rails/hooks/install-pkgs.sh +0 -64
- package/plugins/lisa-rails/hooks/lint-on-edit.sh +0 -81
- package/plugins/lisa-rails/hooks/notify-ntfy.sh +0 -183
- package/plugins/lisa-rails/hooks/setup-jira-cli.sh +0 -52
- package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +0 -68
- package/plugins/lisa-rails/hooks/sync-tasks.sh +0 -107
- package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +0 -23
- package/plugins/lisa-rails/hooks/track-plan-sessions.sh +0 -164
- package/plugins/lisa-rails/hooks/verify-completion.sh +0 -77
- package/plugins/lisa-rails/rules/README.md +0 -240
- package/plugins/lisa-rails/rules/coding-philosophy.md +0 -428
- package/plugins/lisa-rails/rules/verfication.md +0 -596
- package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-rails/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +0 -8
- package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
- package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
- package/plugins/lisa-rails/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +0 -44
- package/plugins/lisa-rails/skills/jira-fix/SKILL.md +0 -16
- package/plugins/lisa-rails/skills/jira-implement/SKILL.md +0 -18
- package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +0 -233
- package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +0 -368
- package/plugins/lisa-rails/skills/jira-sync/SKILL.md +0 -63
- package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +0 -209
- package/plugins/lisa-rails/skills/plan-execute/SKILL.md +0 -89
- package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +0 -88
- package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +0 -68
- package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +0 -11
- package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +0 -8
- package/plugins/lisa-rails/skills/tasks-load/SKILL.md +0 -88
- package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +0 -108
- package/plugins/lisa-typescript/agents/agent-architect.md +0 -310
- package/plugins/lisa-typescript/agents/architecture-specialist.md +0 -53
- package/plugins/lisa-typescript/agents/debug-specialist.md +0 -204
- package/plugins/lisa-typescript/agents/git-history-analyzer.md +0 -183
- package/plugins/lisa-typescript/agents/hooks-expert.md +0 -74
- package/plugins/lisa-typescript/agents/implementer.md +0 -54
- package/plugins/lisa-typescript/agents/learner.md +0 -44
- package/plugins/lisa-typescript/agents/performance-specialist.md +0 -95
- package/plugins/lisa-typescript/agents/product-specialist.md +0 -72
- package/plugins/lisa-typescript/agents/quality-specialist.md +0 -55
- package/plugins/lisa-typescript/agents/security-specialist.md +0 -58
- package/plugins/lisa-typescript/agents/skill-evaluator.md +0 -246
- package/plugins/lisa-typescript/agents/slash-command-architect.md +0 -87
- package/plugins/lisa-typescript/agents/test-specialist.md +0 -64
- package/plugins/lisa-typescript/agents/verification-specialist.md +0 -189
- package/plugins/lisa-typescript/agents/web-search-researcher.md +0 -112
- package/plugins/lisa-typescript/commands/git/commit-and-submit-pr.md +0 -7
- package/plugins/lisa-typescript/commands/git/commit-submit-pr-and-verify.md +0 -7
- package/plugins/lisa-typescript/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
- package/plugins/lisa-typescript/commands/git/commit.md +0 -7
- package/plugins/lisa-typescript/commands/git/prune.md +0 -6
- package/plugins/lisa-typescript/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-typescript/commands/jira/fix.md +0 -7
- package/plugins/lisa-typescript/commands/jira/implement.md +0 -7
- package/plugins/lisa-typescript/commands/jira/sync.md +0 -7
- package/plugins/lisa-typescript/commands/plan/add-test-coverage.md +0 -7
- package/plugins/lisa-typescript/commands/plan/create.md +0 -6
- package/plugins/lisa-typescript/commands/plan/execute.md +0 -7
- package/plugins/lisa-typescript/commands/plan/fix-linter-error.md +0 -7
- package/plugins/lisa-typescript/commands/plan/local-code-review.md +0 -6
- package/plugins/lisa-typescript/commands/plan/lower-code-complexity.md +0 -6
- package/plugins/lisa-typescript/commands/plan/reduce-max-lines-per-function.md +0 -7
- package/plugins/lisa-typescript/commands/plan/reduce-max-lines.md +0 -7
- package/plugins/lisa-typescript/commands/pull-request/review.md +0 -7
- package/plugins/lisa-typescript/commands/review/implementation.md +0 -7
- package/plugins/lisa-typescript/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-typescript/commands/sonarqube/check.md +0 -6
- package/plugins/lisa-typescript/commands/sonarqube/fix.md +0 -6
- package/plugins/lisa-typescript/commands/tasks/load.md +0 -7
- package/plugins/lisa-typescript/commands/tasks/sync.md +0 -7
- package/plugins/lisa-typescript/hooks/debug-hook.sh +0 -47
- package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +0 -15
- package/plugins/lisa-typescript/hooks/install-pkgs.sh +0 -64
- package/plugins/lisa-typescript/hooks/notify-ntfy.sh +0 -183
- package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +0 -52
- package/plugins/lisa-typescript/hooks/sync-tasks.sh +0 -107
- package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +0 -23
- package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +0 -164
- package/plugins/lisa-typescript/hooks/verify-completion.sh +0 -77
- package/plugins/lisa-typescript/rules/README.md +0 -240
- package/plugins/lisa-typescript/rules/coding-philosophy.md +0 -428
- package/plugins/lisa-typescript/rules/verfication.md +0 -596
- package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-typescript/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +0 -8
- package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
- package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
- package/plugins/lisa-typescript/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +0 -44
- package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +0 -120
- package/plugins/lisa-typescript/skills/jira-create/SKILL.md +0 -95
- package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +0 -73
- package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +0 -163
- package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +0 -16
- package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +0 -18
- package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +0 -125
- package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +0 -233
- package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +0 -368
- package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +0 -63
- package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +0 -48
- package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +0 -209
- package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +0 -44
- package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +0 -89
- package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +0 -88
- package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +0 -44
- package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +0 -45
- package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +0 -68
- package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +0 -11
- package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +0 -8
- package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +0 -88
- package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +0 -108
- package/plugins/src/base/hooks/format-on-edit.sh +0 -76
- package/plugins/src/base/hooks/lint-on-edit.sh +0 -81
- package/plugins/src/base/hooks/sg-scan-on-edit.sh +0 -68
- package/plugins/src/base/rules/lisa.md +0 -37
- /package/plugins/{lisa-cdk → lisa}/agents/agent-architect.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/architecture-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/debug-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/git-history-analyzer.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/hooks-expert.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/implementer.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/learner.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/performance-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/product-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/quality-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/security-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/skill-evaluator.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/slash-command-architect.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/test-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/verification-specialist.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/agents/web-search-researcher.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/git/commit-and-submit-pr.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-and-verify.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-deploy-and-verify.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/git/commit.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/git/prune.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/git/submit-pr.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/add-journey.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/create.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/evidence.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/fix.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/implement.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/journey.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/sync.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/jira/verify.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/add-test-coverage.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/create.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/execute.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/fix-linter-error.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/local-code-review.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/lower-code-complexity.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines-per-function.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/pull-request/review.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/review/implementation.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/security/zap-scan.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/check.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/fix.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/tasks/load.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/commands/tasks/sync.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/debug-hook.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/enforce-plan-rules.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/install-pkgs.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/notify-ntfy.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/setup-jira-cli.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/sync-tasks.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/ticket-sync-reminder.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/track-plan-sessions.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/hooks/verify-completion.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/rules/README.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/rules/coding-philosophy.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/rules/verfication.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/agent-design-best-practices/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/git-commit/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/git-commit-and-submit-pr/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/git-prune/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/git-submit-pr/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-add-journey/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-create/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/scripts/post-evidence.sh +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-fix/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-implement/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/generate-templates.py +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/parse-plan.py +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-sync/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jira-verify/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/jsdoc-best-practices/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/lisa-review-implementation/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-add-test-coverage/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-execute/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-fix-linter-error/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-local-code-review/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-lower-code-complexity/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/pull-request-review/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/security-zap-scan/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-check/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-fix/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/tasks-load/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → lisa}/skills/tasks-sync/SKILL.md +0 -0
- /package/plugins/{lisa-cdk → src/typescript}/hooks/format-on-edit.sh +0 -0
- /package/plugins/{lisa-cdk → src/typescript}/hooks/lint-on-edit.sh +0 -0
- /package/plugins/{lisa-cdk → src/typescript}/hooks/sg-scan-on-edit.sh +0 -0
- /package/plugins/{lisa-cdk → src/typescript}/rules/lisa.md +0 -0
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: web-search-researcher
|
|
3
|
-
description: Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagent_type today to find any and all answers to your questions! It will research deeply to figure out and attempt to answer your questions! If you aren't immediately satisfied you can get your money back! (Not really - but you can re-run web-search-researcher with an altered prompt in the event you're not satisfied the first time)
|
|
4
|
-
color: yellow
|
|
5
|
-
model: inherit
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
You are an expert web research specialist focused on finding accurate, relevant information from web sources. Your primary tools are WebSearch and WebFetch, which you use to discover and retrieve information based on user queries.
|
|
9
|
-
|
|
10
|
-
## Core Responsibilities
|
|
11
|
-
|
|
12
|
-
When you receive a research query, you will:
|
|
13
|
-
|
|
14
|
-
1. **Analyze the Query**: Break down the user's request to identify:
|
|
15
|
-
- Key search terms and concepts
|
|
16
|
-
- Types of sources likely to have answers (documentation, blogs, forums, academic papers)
|
|
17
|
-
- Multiple search angles to ensure comprehensive coverage
|
|
18
|
-
|
|
19
|
-
2. **Execute Strategic Searches**:
|
|
20
|
-
- Start with broad searches to understand the landscape
|
|
21
|
-
- Refine with specific technical terms and phrases
|
|
22
|
-
- Use multiple search variations to capture different perspectives
|
|
23
|
-
- Include site-specific searches when targeting known authoritative sources (e.g., "site:docs.stripe.com webhook signature")
|
|
24
|
-
|
|
25
|
-
3. **Fetch and Analyze Content**:
|
|
26
|
-
- Use WebFetch to retrieve full content from promising search results
|
|
27
|
-
- Prioritize official documentation, reputable technical blogs, and authoritative sources
|
|
28
|
-
- Extract specific quotes and sections relevant to the query
|
|
29
|
-
- Note publication dates to ensure currency of information
|
|
30
|
-
|
|
31
|
-
4. **Synthesize Findings**:
|
|
32
|
-
- Organize information by relevance and authority
|
|
33
|
-
- Include exact quotes with proper attribution
|
|
34
|
-
- Provide direct links to sources
|
|
35
|
-
- Highlight any conflicting information or version-specific details
|
|
36
|
-
- Note any gaps in available information
|
|
37
|
-
|
|
38
|
-
## Search Strategies
|
|
39
|
-
|
|
40
|
-
### For API/Library Documentation:
|
|
41
|
-
|
|
42
|
-
- Search for official docs first: "[library name] official documentation [specific feature]"
|
|
43
|
-
- Look for changelog or release notes for version-specific information
|
|
44
|
-
- Find code examples in official repositories or trusted tutorials
|
|
45
|
-
|
|
46
|
-
### For Best Practices:
|
|
47
|
-
|
|
48
|
-
- Search for recent articles (include year in search when relevant)
|
|
49
|
-
- Look for content from recognized experts or organizations
|
|
50
|
-
- Cross-reference multiple sources to identify consensus
|
|
51
|
-
- Search for both "best practices" and "anti-patterns" to get full picture
|
|
52
|
-
|
|
53
|
-
### For Technical Solutions:
|
|
54
|
-
|
|
55
|
-
- Use specific error messages or technical terms in quotes
|
|
56
|
-
- Search Stack Overflow and technical forums for real-world solutions
|
|
57
|
-
- Look for GitHub issues and discussions in relevant repositories
|
|
58
|
-
- Find blog posts describing similar implementations
|
|
59
|
-
|
|
60
|
-
### For Comparisons:
|
|
61
|
-
|
|
62
|
-
- Search for "X vs Y" comparisons
|
|
63
|
-
- Look for migration guides between technologies
|
|
64
|
-
- Find benchmarks and performance comparisons
|
|
65
|
-
- Search for decision matrices or evaluation criteria
|
|
66
|
-
|
|
67
|
-
## Output Format
|
|
68
|
-
|
|
69
|
-
Structure your findings as:
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
## Summary
|
|
73
|
-
[Brief overview of key findings]
|
|
74
|
-
|
|
75
|
-
## Detailed Findings
|
|
76
|
-
|
|
77
|
-
### [Topic/Source 1]
|
|
78
|
-
**Source**: [Name with link]
|
|
79
|
-
**Relevance**: [Why this source is authoritative/useful]
|
|
80
|
-
**Key Information**:
|
|
81
|
-
- Direct quote or finding (with link to specific section if possible)
|
|
82
|
-
- Another relevant point
|
|
83
|
-
|
|
84
|
-
### [Topic/Source 2]
|
|
85
|
-
[Continue pattern...]
|
|
86
|
-
|
|
87
|
-
## Additional Resources
|
|
88
|
-
- [Relevant link 1] - Brief description
|
|
89
|
-
- [Relevant link 2] - Brief description
|
|
90
|
-
|
|
91
|
-
## Gaps or Limitations
|
|
92
|
-
[Note any information that couldn't be found or requires further investigation]
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
## Quality Guidelines
|
|
96
|
-
|
|
97
|
-
- **Accuracy**: Always quote sources accurately and provide direct links
|
|
98
|
-
- **Relevance**: Focus on information that directly addresses the user's query
|
|
99
|
-
- **Currency**: Note publication dates and version information when relevant
|
|
100
|
-
- **Authority**: Prioritize official sources, recognized experts, and peer-reviewed content
|
|
101
|
-
- **Completeness**: Search from multiple angles to ensure comprehensive coverage
|
|
102
|
-
- **Transparency**: Clearly indicate when information is outdated, conflicting, or uncertain
|
|
103
|
-
|
|
104
|
-
## Search Efficiency
|
|
105
|
-
|
|
106
|
-
- Start with 2-3 well-crafted searches before fetching content
|
|
107
|
-
- Fetch only the most promising 3-5 pages initially
|
|
108
|
-
- If initial results are insufficient, refine search terms and try again
|
|
109
|
-
- Use search operators effectively: quotes for exact phrases, minus for exclusions, site: for specific domains
|
|
110
|
-
- Consider searching in different forms: tutorials, documentation, Q&A sites, and discussion forums
|
|
111
|
-
|
|
112
|
-
Remember: You are the user's expert guide to web information. Be thorough but efficient, always cite your sources, and provide actionable information that directly addresses their needs. Think deeply as you work.
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Create conventional commits for current changes and submits the current branch as a PR for code review"
|
|
3
|
-
allowed-tools: ["Skill"]
|
|
4
|
-
argument-hint: "[commit-message-hint]"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Use the /lisa:git-commit-and-submit-pr skill to commit and submit a PR. $ARGUMENTS
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Create conventional commits for current changes and submits the current branch as a PR for code review. Then follows the pr to make sure all checks pass and comments are resolved."
|
|
3
|
-
allowed-tools: ["Skill"]
|
|
4
|
-
argument-hint: "[commit-message-hint]"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Use the /lisa:git-commit-submit-pr-and-verify skill on $ARGUMENTS
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Create conventional commits for current changes and submits the current branch as a PR for code review. Then follows the pr to make sure all checks pass and comments are resolved. And then makes sure the resultant deploy is successful."
|
|
3
|
-
allowed-tools: ["Skill"]
|
|
4
|
-
argument-hint: "[commit-message-hint]"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Use the /lisa:git-commit-submit-pr-deploy-and-verify skill on $ARGUMENTS
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Checks for code review comments on a PR and implements them if required."
|
|
3
|
-
allowed-tools: ["Skill"]
|
|
4
|
-
argument-hint: "<github-pr-link>"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Use the /lisa:pull-request-review skill to check for code review comments and implement them. $ARGUMENTS
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Compare project's Lisa-managed files against Lisa source templates and offer to upstream changes"
|
|
3
|
-
allowed-tools: ["Skill"]
|
|
4
|
-
argument-hint: "[lisa-dir]"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Use the /lisa:lisa-review-implementation skill to compare project files against Lisa templates. $ARGUMENTS
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
##
|
|
3
|
-
# Debug hook that logs all hook events when CLAUDE_DEBUG=1
|
|
4
|
-
# This script is a no-op when CLAUDE_DEBUG is not set or set to 0
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
# Exit immediately if debug mode is not enabled
|
|
8
|
-
if [[ "${CLAUDE_DEBUG:-0}" != "1" ]]; then
|
|
9
|
-
exit 0
|
|
10
|
-
fi
|
|
11
|
-
|
|
12
|
-
# Read JSON input from stdin
|
|
13
|
-
INPUT=$(cat)
|
|
14
|
-
|
|
15
|
-
# Parse hook event info using jq
|
|
16
|
-
HOOK_EVENT=$(echo "$INPUT" | jq -r '.hook_event_name // "unknown"')
|
|
17
|
-
TOOL_NAME=$(echo "$INPUT" | jq -r '.tool_name // "N/A"')
|
|
18
|
-
SESSION_ID=$(echo "$INPUT" | jq -r '.session_id // "unknown"')
|
|
19
|
-
CWD=$(echo "$INPUT" | jq -r '.cwd // "unknown"')
|
|
20
|
-
PERMISSION_MODE=$(echo "$INPUT" | jq -r '.permission_mode // "unknown"')
|
|
21
|
-
|
|
22
|
-
# Create debug log directory if it doesn't exist
|
|
23
|
-
DEBUG_LOG_DIR="${CLAUDE_PROJECT_DIR:-.}/.claude/debug"
|
|
24
|
-
mkdir -p "$DEBUG_LOG_DIR"
|
|
25
|
-
|
|
26
|
-
# Log file with session ID
|
|
27
|
-
LOG_FILE="$DEBUG_LOG_DIR/hooks-${SESSION_ID}.log"
|
|
28
|
-
|
|
29
|
-
# Timestamp
|
|
30
|
-
TIMESTAMP=$(date '+%Y-%m-%d %H:%M:%S')
|
|
31
|
-
|
|
32
|
-
# Log the event
|
|
33
|
-
{
|
|
34
|
-
echo "[$TIMESTAMP] Hook: $HOOK_EVENT"
|
|
35
|
-
echo " Tool: $TOOL_NAME"
|
|
36
|
-
echo " Session: $SESSION_ID"
|
|
37
|
-
echo " CWD: $CWD"
|
|
38
|
-
echo " Permission Mode: $PERMISSION_MODE"
|
|
39
|
-
echo " Full Input:"
|
|
40
|
-
echo "$INPUT" | jq '.' | sed 's/^/ /'
|
|
41
|
-
echo "---"
|
|
42
|
-
} >> "$LOG_FILE"
|
|
43
|
-
|
|
44
|
-
# Also output to stderr in verbose mode (won't affect Claude)
|
|
45
|
-
echo "[DEBUG] Hook fired: $HOOK_EVENT (tool: $TOOL_NAME)" >&2
|
|
46
|
-
|
|
47
|
-
exit 0
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
# Reinjects plan-mode rules on every prompt when Claude is in plan mode.
|
|
3
|
-
# Wired as a UserPromptSubmit hook in .claude/settings.json.
|
|
4
|
-
|
|
5
|
-
INPUT=$(cat)
|
|
6
|
-
PERMISSION_MODE=$(echo "$INPUT" | jq -r '.permission_mode // "default"')
|
|
7
|
-
|
|
8
|
-
if [ "$PERMISSION_MODE" = "plan" ]; then
|
|
9
|
-
PLAN_RULES="$CLAUDE_PROJECT_DIR/.claude/rules/plan.md"
|
|
10
|
-
if [ -f "$PLAN_RULES" ]; then
|
|
11
|
-
echo "PLAN MODE RULES (reinforced):"
|
|
12
|
-
cat "$PLAN_RULES"
|
|
13
|
-
fi
|
|
14
|
-
fi
|
|
15
|
-
exit 0
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
# This file is managed by Lisa.
|
|
3
|
-
# Do not edit directly — changes will be overwritten on the next `lisa` run.
|
|
4
|
-
|
|
5
|
-
# Only run package installation when node_modules are missing.
|
|
6
|
-
# This covers remote environments, new worktrees, fresh clones, and CI.
|
|
7
|
-
if [ -d "node_modules" ]; then
|
|
8
|
-
exit 0
|
|
9
|
-
fi
|
|
10
|
-
|
|
11
|
-
# Detect package manager based on lock file presence
|
|
12
|
-
if [ -f "bun.lockb" ] || [ -f "bun.lock" ]; then
|
|
13
|
-
bun install
|
|
14
|
-
elif [ -f "pnpm-lock.yaml" ]; then
|
|
15
|
-
pnpm install
|
|
16
|
-
elif [ -f "yarn.lock" ]; then
|
|
17
|
-
yarn install
|
|
18
|
-
elif [ -f "package-lock.json" ]; then
|
|
19
|
-
npm install
|
|
20
|
-
else
|
|
21
|
-
npm install
|
|
22
|
-
fi
|
|
23
|
-
|
|
24
|
-
# Install Gitleaks for secret detection (pre-commit hook)
|
|
25
|
-
echo "Installing Gitleaks for secret detection..."
|
|
26
|
-
GITLEAKS_VERSION="8.18.4"
|
|
27
|
-
curl -sSfL "https://github.com/gitleaks/gitleaks/releases/download/v${GITLEAKS_VERSION}/gitleaks_${GITLEAKS_VERSION}_linux_x64.tar.gz" | tar -xz -C /usr/local/bin gitleaks
|
|
28
|
-
echo "Gitleaks installed: $(gitleaks version)"
|
|
29
|
-
|
|
30
|
-
# Install jira-cli for JIRA integration
|
|
31
|
-
# The tarball nests the binary at jira_VERSION_linux_x86_64/bin/jira,
|
|
32
|
-
# so we extract to a temp dir and copy the binary out.
|
|
33
|
-
echo "Installing jira-cli for JIRA integration..."
|
|
34
|
-
JIRA_CLI_VERSION="1.7.0"
|
|
35
|
-
JIRA_TMPDIR=$(mktemp -d)
|
|
36
|
-
curl -sSfL "https://github.com/ankitpokhrel/jira-cli/releases/download/v${JIRA_CLI_VERSION}/jira_${JIRA_CLI_VERSION}_linux_x86_64.tar.gz" \
|
|
37
|
-
| tar -xz -C "${JIRA_TMPDIR}"
|
|
38
|
-
cp "${JIRA_TMPDIR}/jira_${JIRA_CLI_VERSION}_linux_x86_64/bin/jira" /usr/local/bin/jira
|
|
39
|
-
chmod +x /usr/local/bin/jira
|
|
40
|
-
rm -rf "${JIRA_TMPDIR}"
|
|
41
|
-
echo "jira-cli installed: $(jira version)"
|
|
42
|
-
|
|
43
|
-
# Install Chromium for Lighthouse CI (pre-push hook)
|
|
44
|
-
# Playwright's bundled Chromium works with @lhci/cli
|
|
45
|
-
echo "Installing Chromium for Lighthouse CI..."
|
|
46
|
-
npx playwright install chromium
|
|
47
|
-
|
|
48
|
-
# Find and export CHROME_PATH for Lighthouse CI
|
|
49
|
-
# Use sort to ensure deterministic selection of the latest version
|
|
50
|
-
CHROME_PATH=$(find ~/.cache/ms-playwright -name "chrome" -type f 2>/dev/null | grep "chrome-linux" | sort | tail -n 1)
|
|
51
|
-
if [ -n "$CHROME_PATH" ]; then
|
|
52
|
-
# Append to ~/.bashrc for shell sessions (idempotent)
|
|
53
|
-
if ! grep -q "export CHROME_PATH=" ~/.bashrc 2>/dev/null; then
|
|
54
|
-
echo "export CHROME_PATH=\"$CHROME_PATH\"" >> ~/.bashrc
|
|
55
|
-
else
|
|
56
|
-
# Update existing CHROME_PATH in bashrc
|
|
57
|
-
sed -i "s|^export CHROME_PATH=.*|export CHROME_PATH=\"$CHROME_PATH\"|" ~/.bashrc
|
|
58
|
-
fi
|
|
59
|
-
|
|
60
|
-
export CHROME_PATH="$CHROME_PATH"
|
|
61
|
-
echo "Chromium installed at: $CHROME_PATH"
|
|
62
|
-
fi
|
|
63
|
-
|
|
64
|
-
exit 0
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
# This file is managed by Lisa.
|
|
3
|
-
# Do not edit directly — changes will be overwritten on the next `lisa` run.
|
|
4
|
-
# =============================================================================
|
|
5
|
-
# ntfy.sh Notification Hook for Claude Code
|
|
6
|
-
# =============================================================================
|
|
7
|
-
# Sends desktop and mobile notifications via ntfy.sh when Claude needs
|
|
8
|
-
# attention or finishes a task.
|
|
9
|
-
#
|
|
10
|
-
# Setup:
|
|
11
|
-
# 1. Install ntfy app on mobile (iOS App Store / Android Play Store)
|
|
12
|
-
# 2. Subscribe to your unique topic in the app
|
|
13
|
-
# 3. Set NTFY_TOPIC environment variable (e.g., in ~/.bashrc or ~/.zshrc):
|
|
14
|
-
# export NTFY_TOPIC="my-claude-alerts-xyz123"
|
|
15
|
-
#
|
|
16
|
-
# @see https://ntfy.sh
|
|
17
|
-
# =============================================================================
|
|
18
|
-
|
|
19
|
-
# Read JSON input from stdin
|
|
20
|
-
INPUT=$(cat)
|
|
21
|
-
|
|
22
|
-
# Extract hook event name
|
|
23
|
-
HOOK_EVENT=$(echo "$INPUT" | grep -o '"hook_event_name"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*: *"//' | sed 's/"$//')
|
|
24
|
-
|
|
25
|
-
# Extract notification type (for Notification hooks)
|
|
26
|
-
NOTIFICATION_TYPE=$(echo "$INPUT" | grep -o '"notification_type"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*: *"//' | sed 's/"$//')
|
|
27
|
-
|
|
28
|
-
# Extract message if available
|
|
29
|
-
MESSAGE=$(echo "$INPUT" | grep -o '"message"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*: *"//' | sed 's/"$//')
|
|
30
|
-
|
|
31
|
-
# Extract session ID (first 8 chars for brevity)
|
|
32
|
-
FULL_SESSION_ID=$(echo "$INPUT" | grep -o '"session_id"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*: *"//' | sed 's/"$//')
|
|
33
|
-
SESSION_ID="${FULL_SESSION_ID:0:8}"
|
|
34
|
-
|
|
35
|
-
# Extract transcript path for task summary
|
|
36
|
-
TRANSCRIPT_PATH=$(echo "$INPUT" | grep -o '"transcript_path"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*: *"//' | sed 's/"$//')
|
|
37
|
-
|
|
38
|
-
# Determine source (Web vs Local)
|
|
39
|
-
if [ "$CLAUDE_CODE_REMOTE" = "true" ]; then
|
|
40
|
-
SOURCE="Web"
|
|
41
|
-
else
|
|
42
|
-
SOURCE="Local"
|
|
43
|
-
fi
|
|
44
|
-
|
|
45
|
-
# Get project name from current directory
|
|
46
|
-
PROJECT_NAME=$(basename "$CLAUDE_PROJECT_DIR" 2>/dev/null || basename "$(pwd)")
|
|
47
|
-
|
|
48
|
-
# Load NTFY_TOPIC from local config if not already set
|
|
49
|
-
if [ -z "$NTFY_TOPIC" ]; then
|
|
50
|
-
# Check for project-local config (gitignored)
|
|
51
|
-
if [ -f "$CLAUDE_PROJECT_DIR/.claude/env.local" ]; then
|
|
52
|
-
# shellcheck source=/dev/null
|
|
53
|
-
source "$CLAUDE_PROJECT_DIR/.claude/env.local"
|
|
54
|
-
fi
|
|
55
|
-
# Check for user-global config
|
|
56
|
-
if [ -z "$NTFY_TOPIC" ] && [ -f "$HOME/.claude/env.local" ]; then
|
|
57
|
-
# shellcheck source=/dev/null
|
|
58
|
-
source "$HOME/.claude/env.local"
|
|
59
|
-
fi
|
|
60
|
-
fi
|
|
61
|
-
|
|
62
|
-
# Exit silently if still not configured
|
|
63
|
-
if [ -z "$NTFY_TOPIC" ]; then
|
|
64
|
-
exit 0
|
|
65
|
-
fi
|
|
66
|
-
|
|
67
|
-
# Extract task summary from transcript (last assistant message, truncated)
|
|
68
|
-
TASK_SUMMARY=""
|
|
69
|
-
if [ -n "$TRANSCRIPT_PATH" ] && [ -f "$TRANSCRIPT_PATH" ]; then
|
|
70
|
-
# Get the last assistant message from the JSONL transcript
|
|
71
|
-
# The transcript contains lines with "type":"assistant" and "message" content
|
|
72
|
-
# Use awk for cross-platform compatibility (tac is not available on macOS)
|
|
73
|
-
LAST_ASSISTANT=$(awk '/"type"[[:space:]]*:[[:space:]]*"assistant"/{line=$0} END{if(line) print line}' "$TRANSCRIPT_PATH" 2>/dev/null)
|
|
74
|
-
if [ -n "$LAST_ASSISTANT" ]; then
|
|
75
|
-
# Extract the message content - look for text content in the message
|
|
76
|
-
# Format: {"message":{"content":[{"type":"text","text":"..."}]}}
|
|
77
|
-
# Use jq for robust JSON parsing when available, fallback to grep/sed
|
|
78
|
-
if command -v jq >/dev/null 2>&1; then
|
|
79
|
-
RAW_SUMMARY=$(echo "$LAST_ASSISTANT" | jq -r '.message.content[] | select(.type == "text") | .text' 2>/dev/null | head -1)
|
|
80
|
-
else
|
|
81
|
-
# Fallback: simple regex extraction (may fail on escaped quotes)
|
|
82
|
-
RAW_SUMMARY=$(echo "$LAST_ASSISTANT" | grep -o '"text"[[:space:]]*:[[:space:]]*"[^"]*"' | head -1 | sed 's/.*: *"//' | sed 's/"$//')
|
|
83
|
-
fi
|
|
84
|
-
if [ -n "$RAW_SUMMARY" ]; then
|
|
85
|
-
# Truncate to 100 chars and clean up newlines
|
|
86
|
-
TASK_SUMMARY=$(echo "$RAW_SUMMARY" | tr '\n' ' ' | cut -c1-100)
|
|
87
|
-
# Add ellipsis if truncated
|
|
88
|
-
if [ ${#RAW_SUMMARY} -gt 100 ]; then
|
|
89
|
-
TASK_SUMMARY="${TASK_SUMMARY}..."
|
|
90
|
-
fi
|
|
91
|
-
fi
|
|
92
|
-
fi
|
|
93
|
-
fi
|
|
94
|
-
|
|
95
|
-
# Build session info string (shown in body)
|
|
96
|
-
SESSION_INFO=""
|
|
97
|
-
if [ -n "$SESSION_ID" ]; then
|
|
98
|
-
SESSION_INFO="Session: $SESSION_ID"
|
|
99
|
-
fi
|
|
100
|
-
|
|
101
|
-
# Determine notification title and body based on hook type
|
|
102
|
-
case "$HOOK_EVENT" in
|
|
103
|
-
"Notification")
|
|
104
|
-
case "$NOTIFICATION_TYPE" in
|
|
105
|
-
"permission_prompt")
|
|
106
|
-
TITLE="Claude [$SOURCE] - Permission Required"
|
|
107
|
-
BODY="${MESSAGE:-Claude needs your permission to continue}"
|
|
108
|
-
if [ -n "$SESSION_INFO" ]; then
|
|
109
|
-
BODY="$SESSION_INFO
|
|
110
|
-
$BODY"
|
|
111
|
-
fi
|
|
112
|
-
PRIORITY="high"
|
|
113
|
-
TAGS="warning"
|
|
114
|
-
;;
|
|
115
|
-
"idle_prompt")
|
|
116
|
-
TITLE="Claude [$SOURCE] - Waiting"
|
|
117
|
-
BODY="${MESSAGE:-Claude is waiting for your input}"
|
|
118
|
-
if [ -n "$SESSION_INFO" ]; then
|
|
119
|
-
BODY="$SESSION_INFO
|
|
120
|
-
$BODY"
|
|
121
|
-
fi
|
|
122
|
-
PRIORITY="default"
|
|
123
|
-
TAGS="hourglass"
|
|
124
|
-
;;
|
|
125
|
-
*)
|
|
126
|
-
TITLE="Claude [$SOURCE] - Attention"
|
|
127
|
-
BODY="${MESSAGE:-Claude needs your attention}"
|
|
128
|
-
if [ -n "$SESSION_INFO" ]; then
|
|
129
|
-
BODY="$SESSION_INFO
|
|
130
|
-
$BODY"
|
|
131
|
-
fi
|
|
132
|
-
PRIORITY="default"
|
|
133
|
-
TAGS="bell"
|
|
134
|
-
;;
|
|
135
|
-
esac
|
|
136
|
-
;;
|
|
137
|
-
"Stop")
|
|
138
|
-
TITLE="Claude [$SOURCE] - Finished"
|
|
139
|
-
BODY="$PROJECT_NAME"
|
|
140
|
-
if [ -n "$SESSION_INFO" ]; then
|
|
141
|
-
BODY="$SESSION_INFO | $BODY"
|
|
142
|
-
fi
|
|
143
|
-
if [ -n "$TASK_SUMMARY" ]; then
|
|
144
|
-
BODY="$BODY
|
|
145
|
-
$TASK_SUMMARY"
|
|
146
|
-
fi
|
|
147
|
-
PRIORITY="default"
|
|
148
|
-
TAGS="white_check_mark"
|
|
149
|
-
;;
|
|
150
|
-
"SubagentStop")
|
|
151
|
-
TITLE="Claude [$SOURCE] - Subagent Done"
|
|
152
|
-
BODY="$PROJECT_NAME"
|
|
153
|
-
if [ -n "$SESSION_INFO" ]; then
|
|
154
|
-
BODY="$SESSION_INFO | $BODY"
|
|
155
|
-
fi
|
|
156
|
-
if [ -n "$TASK_SUMMARY" ]; then
|
|
157
|
-
BODY="$BODY
|
|
158
|
-
$TASK_SUMMARY"
|
|
159
|
-
fi
|
|
160
|
-
PRIORITY="low"
|
|
161
|
-
TAGS="checkered_flag"
|
|
162
|
-
;;
|
|
163
|
-
*)
|
|
164
|
-
TITLE="Claude [$SOURCE]"
|
|
165
|
-
BODY="${MESSAGE:-Event: $HOOK_EVENT}"
|
|
166
|
-
if [ -n "$SESSION_INFO" ]; then
|
|
167
|
-
BODY="$SESSION_INFO
|
|
168
|
-
$BODY"
|
|
169
|
-
fi
|
|
170
|
-
PRIORITY="default"
|
|
171
|
-
TAGS="robot"
|
|
172
|
-
;;
|
|
173
|
-
esac
|
|
174
|
-
|
|
175
|
-
# Send notification via ntfy.sh
|
|
176
|
-
curl -s \
|
|
177
|
-
-H "Title: $TITLE" \
|
|
178
|
-
-H "Priority: $PRIORITY" \
|
|
179
|
-
-H "Tags: $TAGS" \
|
|
180
|
-
-d "$BODY" \
|
|
181
|
-
"https://ntfy.sh/$NTFY_TOPIC" > /dev/null 2>&1
|
|
182
|
-
|
|
183
|
-
exit 0
|