@codyswann/lisa 1.85.8 → 1.85.9
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/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/typescript/copy-overwrite/.github/GITHUB_ACTIONS.md +1 -1
package/package.json
CHANGED
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"lodash": ">=4.18.1"
|
|
79
79
|
},
|
|
80
80
|
"name": "@codyswann/lisa",
|
|
81
|
-
"version": "1.85.
|
|
81
|
+
"version": "1.85.9",
|
|
82
82
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
83
83
|
"main": "dist/index.js",
|
|
84
84
|
"exports": {
|
|
@@ -165,7 +165,7 @@ Automatically fixes CI failures by having Claude analyze error logs and push fix
|
|
|
165
165
|
Automatically triages CodeRabbit review comments and either fixes valid findings or replies to dismiss invalid ones.
|
|
166
166
|
|
|
167
167
|
- Triggers when CodeRabbit submits a review (not per inline comment — once per review summary)
|
|
168
|
-
- Skips PRs authored by
|
|
168
|
+
- Skips PRs authored by `coderabbitai[bot]` or `dependabot[bot]` to prevent bot-to-bot loops (PRs authored by `claude[bot]` or other bots are allowed)
|
|
169
169
|
- For each review comment, Claude determines if the finding is valid or a misunderstanding
|
|
170
170
|
- Valid findings: fixes the code and commits with conventional messages
|
|
171
171
|
- Invalid findings: replies to the comment explaining why the suggestion does not apply
|