@codyswann/lisa 2.6.0 → 2.6.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/cdk/copy-overwrite/tsconfig.json +5 -1
- package/cdk/package-lisa/package.lisa.json +7 -2
- package/expo/copy-overwrite/tsconfig.json +5 -1
- package/expo/package-lisa/package.lisa.json +7 -2
- package/nestjs/copy-overwrite/tsconfig.json +5 -1
- package/nestjs/package-lisa/package.lisa.json +7 -2
- 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/tsconfig.json +5 -1
- package/typescript/package-lisa/package.lisa.json +7 -2
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
10
10
|
"test:integration": "vitest run tests/integration --passWithNoTests",
|
|
11
11
|
"test:cov": "vitest run --coverage",
|
|
12
|
-
"test:watch": "vitest"
|
|
12
|
+
"test:watch": "vitest",
|
|
13
|
+
"lint": "oxlint && eslint . --quiet",
|
|
14
|
+
"lint:fix": "oxlint --fix && eslint . --fix"
|
|
13
15
|
},
|
|
14
16
|
"dependencies": {
|
|
15
17
|
"@aws-cdk/aws-amplify-alpha": "^2.235.0-alpha.0",
|
|
@@ -22,7 +24,10 @@
|
|
|
22
24
|
"aws-cdk": "^2.1104.0",
|
|
23
25
|
"vite": "^8.0.5",
|
|
24
26
|
"vitest": "^4.1.0",
|
|
25
|
-
"@vitest/coverage-v8": "^4.1.0"
|
|
27
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
28
|
+
"eslint-plugin-oxlint": "^1.62.0",
|
|
29
|
+
"oxlint": "^1.62.0",
|
|
30
|
+
"oxlint-tsgolint": "^0.22.1"
|
|
26
31
|
},
|
|
27
32
|
"bin": {
|
|
28
33
|
"infrastructure": "bin/infrastructure.js"
|
|
@@ -48,7 +48,9 @@
|
|
|
48
48
|
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns=\"\\.integration[.\\\\-](test|spec)\\.(ts|tsx)$\" --passWithNoTests",
|
|
49
49
|
"test:integration": "NODE_ENV=test jest --testPathPatterns=\"\\.integration[.\\\\-](test|spec)\\.(ts|tsx)$\" --passWithNoTests",
|
|
50
50
|
"test:cov": "NODE_ENV=test jest --coverage",
|
|
51
|
-
"test:watch": "NODE_ENV=test jest --watch"
|
|
51
|
+
"test:watch": "NODE_ENV=test jest --watch",
|
|
52
|
+
"lint": "oxlint && eslint . --quiet",
|
|
53
|
+
"lint:fix": "oxlint --fix && eslint . --fix"
|
|
52
54
|
},
|
|
53
55
|
"dependencies": {
|
|
54
56
|
"@apollo/client": "^3.10.8",
|
|
@@ -141,7 +143,10 @@
|
|
|
141
143
|
"@jest/test-sequencer": "^30.2.0",
|
|
142
144
|
"jest-environment-jsdom": "^30.2.0",
|
|
143
145
|
"jest-expo": "^54.0.12",
|
|
144
|
-
"serve": "^14.2.0"
|
|
146
|
+
"serve": "^14.2.0",
|
|
147
|
+
"eslint-plugin-oxlint": "^1.62.0",
|
|
148
|
+
"oxlint": "^1.62.0",
|
|
149
|
+
"oxlint-tsgolint": "^0.22.1"
|
|
145
150
|
},
|
|
146
151
|
"resolutions": {
|
|
147
152
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
36
36
|
"test:integration": "vitest run '.integration.' --passWithNoTests",
|
|
37
37
|
"test:cov": "vitest run --coverage",
|
|
38
|
-
"test:watch": "vitest"
|
|
38
|
+
"test:watch": "vitest",
|
|
39
|
+
"lint": "oxlint && eslint . --quiet",
|
|
40
|
+
"lint:fix": "oxlint --fix && eslint . --fix"
|
|
39
41
|
},
|
|
40
42
|
"dependencies": {
|
|
41
43
|
"@apollo/server": "^5.2.0",
|
|
@@ -82,7 +84,10 @@
|
|
|
82
84
|
"serverless-offline": "^14.4.0",
|
|
83
85
|
"vite": "^8.0.5",
|
|
84
86
|
"vitest": "^4.1.0",
|
|
85
|
-
"@vitest/coverage-v8": "^4.1.0"
|
|
87
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
88
|
+
"eslint-plugin-oxlint": "^1.62.0",
|
|
89
|
+
"oxlint": "^1.62.0",
|
|
90
|
+
"oxlint-tsgolint": "^0.22.1"
|
|
86
91
|
}
|
|
87
92
|
}
|
|
88
93
|
}
|
package/package.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"lodash": ">=4.18.1"
|
|
80
80
|
},
|
|
81
81
|
"name": "@codyswann/lisa",
|
|
82
|
-
"version": "2.6.
|
|
82
|
+
"version": "2.6.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": {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"force": {
|
|
3
3
|
"scripts": {
|
|
4
|
-
"lint": "eslint . --quiet",
|
|
4
|
+
"lint": "oxlint && eslint . --quiet",
|
|
5
5
|
"format:check": "prettier --check .",
|
|
6
6
|
"format": "prettier --check . --write",
|
|
7
7
|
"test": "vitest run",
|
|
8
8
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
9
9
|
"test:cov": "vitest run --coverage",
|
|
10
10
|
"test:watch": "vitest",
|
|
11
|
-
"lint:fix": "eslint . --fix",
|
|
11
|
+
"lint:fix": "oxlint --fix && eslint . --fix",
|
|
12
12
|
"lint:slow": "eslint . --config eslint.slow.config.ts --quiet",
|
|
13
13
|
"typecheck": "tsc --noEmit",
|
|
14
14
|
"knip": "knip",
|
|
@@ -16,6 +16,11 @@
|
|
|
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
|
+
"eslint-plugin-oxlint": "^1.62.0",
|
|
21
|
+
"oxlint": "^1.62.0",
|
|
22
|
+
"oxlint-tsgolint": "^0.22.1"
|
|
23
|
+
},
|
|
19
24
|
"resolutions": {
|
|
20
25
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
21
26
|
"axios": ">=1.15.0",
|