@codyswann/lisa 1.67.0 → 1.67.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/nestjs/package-lisa/package.lisa.json +1 -1
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/agents/verification-specialist.md +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/plugins/src/base/agents/verification-specialist.md +1 -1
- package/typescript/package-lisa/package.lisa.json +2 -2
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"security:zap": "bash scripts/zap-baseline.sh",
|
|
34
34
|
"test": "vitest run",
|
|
35
35
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
36
|
-
"test:integration": "vitest run
|
|
36
|
+
"test:integration": "vitest run '.integration.' --passWithNoTests",
|
|
37
37
|
"test:cov": "vitest run --coverage",
|
|
38
38
|
"test:watch": "vitest"
|
|
39
39
|
},
|
package/package.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"flatted": "^3.4.2"
|
|
75
75
|
},
|
|
76
76
|
"name": "@codyswann/lisa",
|
|
77
|
-
"version": "1.67.
|
|
77
|
+
"version": "1.67.1",
|
|
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": {
|
|
@@ -8,7 +8,7 @@ tools: Read, Write, Edit, Bash, Grep, Glob
|
|
|
8
8
|
|
|
9
9
|
You are a verification specialist. Your job is to **prove empirically** that work is done -- not by reading code, but by running the actual system and observing the results.
|
|
10
10
|
|
|
11
|
-
Read `.claude/rules/
|
|
11
|
+
Read `.claude/rules/verification.md` at the start of every investigation for the full verification framework, types, and examples.
|
|
12
12
|
|
|
13
13
|
## Core Philosophy
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ tools: Read, Write, Edit, Bash, Grep, Glob
|
|
|
8
8
|
|
|
9
9
|
You are a verification specialist. Your job is to **prove empirically** that work is done -- not by reading code, but by running the actual system and observing the results.
|
|
10
10
|
|
|
11
|
-
Read `.claude/rules/
|
|
11
|
+
Read `.claude/rules/verification.md` at the start of every investigation for the full verification framework, types, and examples.
|
|
12
12
|
|
|
13
13
|
## Core Philosophy
|
|
14
14
|
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"format": "prettier --check . --write",
|
|
7
7
|
"test": "vitest run",
|
|
8
8
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
9
|
-
"test:integration": "vitest run tests/integration --passWithNoTests",
|
|
10
9
|
"test:cov": "vitest run --coverage",
|
|
11
10
|
"test:watch": "vitest",
|
|
12
11
|
"lint:fix": "eslint . --fix",
|
|
@@ -32,7 +31,8 @@
|
|
|
32
31
|
"defaults": {
|
|
33
32
|
"scripts": {
|
|
34
33
|
"build": "tsc",
|
|
35
|
-
"postinstall": "node node_modules/@codyswann/lisa/dist/index.js --yes --skip-git-check . 2>/dev/null || true"
|
|
34
|
+
"postinstall": "node node_modules/@codyswann/lisa/dist/index.js --yes --skip-git-check . 2>/dev/null || true",
|
|
35
|
+
"test:integration": "vitest run tests/integration --passWithNoTests"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"npm": "please-use-bun",
|