@codyswann/lisa 2.10.0 → 2.10.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/typescript/copy-overwrite/.prettierignore +7 -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.10.
|
|
82
|
+
"version": "2.10.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": {
|
|
@@ -22,4 +22,10 @@ src/graphql-generated
|
|
|
22
22
|
*.mdx
|
|
23
23
|
*.sh
|
|
24
24
|
*.json
|
|
25
|
-
coverage
|
|
25
|
+
coverage
|
|
26
|
+
|
|
27
|
+
# Amplify CLI auto-generates files in a format Prettier disallows
|
|
28
|
+
# (quoted keys, commas instead of semicolons in TS object types,
|
|
29
|
+
# no trailing newline). Keep its scaffolding out of format gates.
|
|
30
|
+
# No-op for projects that don't use Amplify.
|
|
31
|
+
amplify
|