@codyswann/lisa 1.71.1 → 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.
@@ -19,7 +19,6 @@
19
19
  "source-map-support": "^0.5.21"
20
20
  },
21
21
  "devDependencies": {
22
- "@codyswann/lisa": "^1.54.6",
23
22
  "aws-cdk": "^2.1104.0",
24
23
  "vitest": "^4.1.0",
25
24
  "@vitest/coverage-v8": "^4.1.0"
@@ -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",
@@ -69,7 +69,6 @@
69
69
  "typeorm-naming-strategies": "^4.1.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@codyswann/lisa": "^1.54.6",
73
72
  "@graphql-codegen/cli": "^6.1.0",
74
73
  "@graphql-codegen/typescript": "^4.1.6",
75
74
  "@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.1",
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": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "1.71.1",
3
+ "version": "1.71.3",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "1.71.1",
3
+ "version": "1.71.3",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "1.71.1",
3
+ "version": "1.71.3",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "1.71.1",
3
+ "version": "1.71.3",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "1.71.1",
3
+ "version": "1.71.3",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "1.71.1",
3
+ "version": "1.71.3",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -16,12 +16,13 @@ if [ "$PACKAGE_NAME" = "@codyswann/lisa" ]; then exit 0; fi
16
16
 
17
17
  cd "$PROJECT_ROOT"
18
18
 
19
- # Apply Lisa templates non-interactively.
20
- # --skip-git-check bypasses the dirty working directory check since
21
- # package.json and the lockfile are always uncommitted during postinstall.
22
- if ! node "$LISA_DIR/dist/index.js" --yes --skip-git-check "$PROJECT_ROOT"; then
23
- echo "⚠️ Warning: Lisa template application failed. Migration may be incomplete." >&2
24
- fi
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": {