@codyswann/lisa 1.71.2 → 1.71.3
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/cdk/package-lisa/package.lisa.json +0 -1
- package/expo/package-lisa/package.lisa.json +0 -1
- package/nestjs/package-lisa/package.lisa.json +0 -1
- 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/scripts/install-claude-plugins.sh +7 -6
- package/typescript/package-lisa/package.lisa.json +0 -4
|
@@ -118,7 +118,6 @@
|
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@babel/core": "^7.20.0",
|
|
120
120
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
121
|
-
"@codyswann/lisa": "^1.54.6",
|
|
122
121
|
"@graphql-codegen/cli": "^6.1.0",
|
|
123
122
|
"@graphql-codegen/typescript": "^4.1.6",
|
|
124
123
|
"@graphql-codegen/typescript-operations": "^4.4.2",
|
package/package.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"flatted": "^3.4.2"
|
|
75
75
|
},
|
|
76
76
|
"name": "@codyswann/lisa",
|
|
77
|
-
"version": "1.71.
|
|
77
|
+
"version": "1.71.3",
|
|
78
78
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
79
79
|
"main": "dist/index.js",
|
|
80
80
|
"exports": {
|
|
@@ -16,12 +16,13 @@ if [ "$PACKAGE_NAME" = "@codyswann/lisa" ]; then exit 0; fi
|
|
|
16
16
|
|
|
17
17
|
cd "$PROJECT_ROOT"
|
|
18
18
|
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
if
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
# NOTE: Template application is intentionally NOT run during postinstall.
|
|
20
|
+
# Running the full apply here caused child-stack template conflicts in CI:
|
|
21
|
+
# the TypeScript templates would overwrite Expo/CDK-specific configs (tsconfig.json,
|
|
22
|
+
# eslint.config.ts), and if the process failed mid-way, the child stack's templates
|
|
23
|
+
# never restored the correct versions. Template application should only happen via
|
|
24
|
+
# explicit `lisa:update` (npx @codyswann/lisa@latest .) or the project's own
|
|
25
|
+
# postinstall script (defaults.scripts.postinstall in package.lisa.json).
|
|
25
26
|
|
|
26
27
|
# Strip the hooks key from .claude/settings.json if .claude/hooks/ is now empty/absent
|
|
27
28
|
# (hooks moved to plugin.json; all .claude/hooks/*.sh scripts are deleted by lisa update)
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"sg:scan": "ast-grep scan",
|
|
17
17
|
"prepare": "node -e \"if (process.env.INIT_CWD && process.env.INIT_CWD.includes('.serverless')) { process.exit(0); }\" && husky install || true"
|
|
18
18
|
},
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"@codyswann/lisa": "^1.54.6"
|
|
21
|
-
},
|
|
22
19
|
"resolutions": {
|
|
23
20
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
24
21
|
"axios": ">=1.13.5"
|
|
@@ -31,7 +28,6 @@
|
|
|
31
28
|
"defaults": {
|
|
32
29
|
"scripts": {
|
|
33
30
|
"build": "tsc",
|
|
34
|
-
"postinstall": "node node_modules/@codyswann/lisa/dist/index.js --yes --skip-git-check . 2>/dev/null || true",
|
|
35
31
|
"test:integration": "vitest run tests/integration --passWithNoTests"
|
|
36
32
|
},
|
|
37
33
|
"engines": {
|