@codyswann/lisa 2.15.0 → 2.15.1
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/rails/copy-overwrite/.rubocop.yml +5 -0
- package/rails/create-only/.rubocop_todo.yml +8 -0
- package/typescript/copy-overwrite/eslint.ignore.config.json +3 -1
package/package.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"lodash": ">=4.18.1"
|
|
80
80
|
},
|
|
81
81
|
"name": "@codyswann/lisa",
|
|
82
|
-
"version": "2.15.
|
|
82
|
+
"version": "2.15.1",
|
|
83
83
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
84
84
|
"main": "dist/index.js",
|
|
85
85
|
"exports": {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# This is the standard RuboCop "fix later" file.
|
|
2
|
+
# Lisa creates it empty so .rubocop.yml's `inherit_from` resolves cleanly
|
|
3
|
+
# in projects that don't yet have legacy violations to track.
|
|
4
|
+
#
|
|
5
|
+
# Generate or update with:
|
|
6
|
+
# bundle exec rubocop --auto-gen-config
|
|
7
|
+
#
|
|
8
|
+
# This file is create-only — Lisa will not overwrite your TODO list.
|