@codyswann/lisa 3.19.0 → 3.19.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/all/copy-overwrite/scripts/lisa-gates.mjs +17 -3
- package/all/copy-overwrite/scripts/lisa-test-node.mjs +168 -0
- package/cdk/package-lisa/package.lisa.json +3 -2
- package/dist/configs/vitest/cdk.d.ts.map +1 -1
- package/dist/configs/vitest/cdk.js +0 -3
- package/dist/configs/vitest/cdk.js.map +1 -1
- package/dist/configs/vitest/harper-fabric.d.ts.map +1 -1
- package/dist/configs/vitest/harper-fabric.js +0 -3
- package/dist/configs/vitest/harper-fabric.js.map +1 -1
- package/dist/configs/vitest/nestjs.d.ts.map +1 -1
- package/dist/configs/vitest/nestjs.js +0 -3
- package/dist/configs/vitest/nestjs.js.map +1 -1
- package/dist/configs/vitest/phaser.d.ts.map +1 -1
- package/dist/configs/vitest/phaser.js +0 -3
- package/dist/configs/vitest/phaser.js.map +1 -1
- package/dist/configs/vitest/typescript.d.ts.map +1 -1
- package/dist/configs/vitest/typescript.js +0 -5
- package/dist/configs/vitest/typescript.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +5 -0
- package/dist/core/lisa-owned-hash-ledger.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +10 -7
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/package-lisa/package.lisa.json +5 -4
- package/harper-fabric/package-lisa/package.lisa.json +2 -1
- package/nestjs/package-lisa/package.lisa.json +3 -2
- package/package.json +1 -1
- package/phaser/package-lisa/package.lisa.json +2 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/typescript/package-lisa/package.lisa.json +3 -2
|
@@ -51,15 +51,16 @@
|
|
|
51
51
|
"eas:publish:staging": "eas update --channel staging --environment preview --non-interactive",
|
|
52
52
|
"eas:publish:production": "eas update --channel production --environment production --non-interactive",
|
|
53
53
|
"security:zap": "bash scripts/zap-baseline.sh",
|
|
54
|
-
"test": "NODE_ENV=test jest
|
|
55
|
-
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns=\"\\.integration[.\\\\-](test|spec)\\.(ts|tsx)$\"
|
|
56
|
-
"test:integration": "NODE_ENV=test jest --testPathPatterns=\"\\.integration[.\\\\-](test|spec)\\.(ts|tsx)$\"
|
|
54
|
+
"test": "NODE_ENV=test jest",
|
|
55
|
+
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns=\"\\.integration[.\\\\-](test|spec)\\.(ts|tsx)$\"",
|
|
56
|
+
"test:integration": "NODE_ENV=test jest --testPathPatterns=\"\\.integration[.\\\\-](test|spec)\\.(ts|tsx)$\"",
|
|
57
57
|
"test:cov": "NODE_ENV=test jest --coverage",
|
|
58
58
|
"test:mutation": "node scripts/lisa-mutation.mjs",
|
|
59
59
|
"test:watch": "NODE_ENV=test jest --watch",
|
|
60
60
|
"lint": "oxlint && eslint . --quiet",
|
|
61
61
|
"lint:fix": "oxlint --fix && eslint . --fix",
|
|
62
|
-
"start:atlas": "cp .env.development .env.local && STAGE=development EXPO_ATLAS=true expo start"
|
|
62
|
+
"start:atlas": "cp .env.development .env.local && STAGE=development EXPO_ATLAS=true expo start",
|
|
63
|
+
"test:node": "node scripts/lisa-test-node.mjs"
|
|
63
64
|
},
|
|
64
65
|
"dependencies": {
|
|
65
66
|
"@apollo/client": "^3.10.8",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"stop": "harperdb stop",
|
|
20
20
|
"status": "harperdb status",
|
|
21
21
|
"reset": "harperdb stop || true; [ -n \"$HOME\" ] && rm -rf \"$HOME/.harperdb\" && bun run bootstrap && bun run seed && bun run verify",
|
|
22
|
-
"prepare": "husky install || true"
|
|
22
|
+
"prepare": "husky install || true",
|
|
23
|
+
"test:node": "node scripts/lisa-test-node.mjs"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"harperdb": "^4.7.29"
|
|
@@ -41,12 +41,13 @@
|
|
|
41
41
|
"security:zap": "bash scripts/zap-baseline.sh",
|
|
42
42
|
"test": "vitest run",
|
|
43
43
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
44
|
-
"test:integration": "vitest run '.integration.'
|
|
44
|
+
"test:integration": "vitest run '.integration.'",
|
|
45
45
|
"test:cov": "vitest run --coverage",
|
|
46
46
|
"test:mutation": "node scripts/lisa-mutation.mjs",
|
|
47
47
|
"test:watch": "vitest",
|
|
48
48
|
"lint": "oxlint && eslint . --quiet",
|
|
49
|
-
"lint:fix": "oxlint --fix && eslint . --fix"
|
|
49
|
+
"lint:fix": "oxlint --fix && eslint . --fix",
|
|
50
|
+
"test:node": "node scripts/lisa-test-node.mjs"
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
53
|
"@apollo/server": "^5.4.0",
|
package/package.json
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"name": "@codyswann/lisa",
|
|
132
|
-
"version": "3.19.
|
|
132
|
+
"version": "3.19.1",
|
|
133
133
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
134
134
|
"main": "dist/index.js",
|
|
135
135
|
"exports": {
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"knip:fix": "knip --fix",
|
|
15
15
|
"sg:scan": "ast-grep scan",
|
|
16
16
|
"sg:test": "ast-grep test",
|
|
17
|
-
"prepare": "husky install || true"
|
|
17
|
+
"prepare": "husky install || true",
|
|
18
|
+
"test:node": "node scripts/lisa-test-node.mjs"
|
|
18
19
|
},
|
|
19
20
|
"devDependencies": {
|
|
20
21
|
"@ast-grep/cli": "^0.40.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, across Claude and Codex.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"nightly:health": "node scripts/check-nightly-e2e-health.mjs",
|
|
22
22
|
"check:skipped-required-checks": "node scripts/check-skipped-required-checks.mjs",
|
|
23
23
|
"check:skipped-required-checks:remote": "node scripts/check-skipped-required-checks.mjs --remote",
|
|
24
|
-
"check:vacuous-required-checks": "node scripts/check-skipped-required-checks.mjs"
|
|
24
|
+
"check:vacuous-required-checks": "node scripts/check-skipped-required-checks.mjs",
|
|
25
|
+
"test:node": "node scripts/lisa-test-node.mjs"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"eslint-plugin-oxlint": "^1.62.0",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
"scripts": {
|
|
68
69
|
"build": "tsc",
|
|
69
70
|
"postinstall": "[ -n \"$CI\" ] || LISA_BOOTSTRAP=1 node node_modules/@codyswann/lisa/dist/index.js --yes --skip-git-check . 2>/dev/null || true",
|
|
70
|
-
"test:integration": "vitest run tests/integration
|
|
71
|
+
"test:integration": "vitest run tests/integration"
|
|
71
72
|
},
|
|
72
73
|
"engines": {
|
|
73
74
|
"npm": "please-use-bun",
|