@codyswann/lisa 1.65.0 → 1.65.2

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "paths": [
3
+ "vitest.config.ts",
4
+ "vitest.config.local.ts",
5
+ "vitest.thresholds.json"
6
+ ]
7
+ }
@@ -32,7 +32,10 @@
32
32
  ".github/workflows/lighthouse.yml",
33
33
  ".github/workflows/zap-baseline.yml",
34
34
  "eslint-plugin-component-structure",
35
- "eslint-plugin-ui-standards"
35
+ "eslint-plugin-ui-standards",
36
+ "vitest.config.ts",
37
+ "vitest.config.local.ts",
38
+ "vitest.thresholds.json"
36
39
  ],
37
40
  "keep": [
38
41
  ".github/workflows/build.yml",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "scripts": {
3
3
  "build": "tsc && bun run build:plugins",
4
+ "postinstall": "bash ./scripts/install-claude-plugins.sh || true; [ -d dist/configs ] || tsc || true",
4
5
  "pretest": "[ -d dist/configs ] || bun run build",
5
6
  "test": "vitest run",
6
7
  "test:unit": "vitest run --exclude='**/integration/**'",
@@ -27,8 +28,7 @@
27
28
  "setup:deploy-key": "bash scripts/setup-deploy-key.sh",
28
29
  "lisa:update:local": "bash scripts/lisa-update-local.sh",
29
30
  "lisa:commit-and-pr:local": "bash scripts/lisa-commit-and-pr-local.sh",
30
- "prepublishOnly": "$npm_execpath run build",
31
- "postinstall": "bash ./scripts/install-claude-plugins.sh || true; [ -d dist/configs ] || tsc || true"
31
+ "prepublishOnly": "$npm_execpath run build"
32
32
  },
33
33
  "engines": {
34
34
  "npm": "please-use-bun",
@@ -60,8 +60,8 @@
60
60
  ],
61
61
  "trustedDependencies": [
62
62
  "@ast-grep/cli",
63
- "@sentry/cli",
64
- "@codyswann/lisa"
63
+ "@codyswann/lisa",
64
+ "@sentry/cli"
65
65
  ],
66
66
  "resolutions": {
67
67
  "@isaacs/brace-expansion": "^5.0.1",
@@ -72,7 +72,7 @@
72
72
  "axios": ">=1.13.5"
73
73
  },
74
74
  "name": "@codyswann/lisa",
75
- "version": "1.65.0",
75
+ "version": "1.65.2",
76
76
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
77
77
  "main": "dist/index.js",
78
78
  "exports": {
@@ -177,7 +177,7 @@
177
177
  "vitest": "^4.1.0"
178
178
  },
179
179
  "devDependencies": {
180
- "@codyswann/lisa": "^1.56.7"
180
+ "@codyswann/lisa": "^1.65.0"
181
181
  },
182
182
  "type": "module"
183
183
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "1.65.0",
3
+ "version": "1.65.2",
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.65.0",
3
+ "version": "1.65.2",
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.65.0",
3
+ "version": "1.65.2",
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.65.0",
3
+ "version": "1.65.2",
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.65.0",
3
+ "version": "1.65.2",
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.65.0",
3
+ "version": "1.65.2",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -32,10 +32,7 @@
32
32
  ".github/workflows/reusable-claude-deploy-auto-fix.yml",
33
33
  ".github/workflows/reusable-claude-nightly-code-complexity.yml",
34
34
  ".github/workflows/reusable-claude-nightly-test-coverage.yml",
35
- ".github/workflows/reusable-claude-nightly-test-improvement.yml",
36
- "jest.config.ts",
37
- "jest.config.local.ts",
38
- "jest.thresholds.json"
35
+ ".github/workflows/reusable-claude-nightly-test-improvement.yml"
39
36
  ],
40
37
  "keep": [
41
38
  "eslint-plugin-code-organization",