@codyswann/lisa 3.64.1 → 3.64.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.
- package/cdk/package-lisa/package.lisa.json +12 -4
- package/dist/core/lisa.d.ts.map +1 -1
- package/dist/core/lisa.js +8 -1
- package/dist/core/lisa.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +15 -7
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/strategies/package-lisa-types.d.ts +32 -1
- package/dist/strategies/package-lisa-types.d.ts.map +1 -1
- package/dist/strategies/package-lisa.d.ts +17 -0
- package/dist/strategies/package-lisa.d.ts.map +1 -1
- package/dist/strategies/package-lisa.js +342 -13
- package/dist/strategies/package-lisa.js.map +1 -1
- package/expo/package-lisa/package.lisa.json +12 -2
- package/harper-fabric/package-lisa/package.lisa.json +38 -8
- package/nestjs/package-lisa/package.lisa.json +11 -3
- package/package.json +1 -1
- package/phaser/package-lisa/package.lisa.json +38 -8
- 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 +38 -9
- package/ui/index.html +5 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.64.
|
|
3
|
+
"version": "3.64.2",
|
|
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.64.
|
|
3
|
+
"version": "3.64.2",
|
|
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"
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"force": {
|
|
3
3
|
"scripts": {
|
|
4
4
|
"setup:deploy-key": "setup-deploy-key",
|
|
5
|
-
"lint": "oxlint && eslint . --quiet",
|
|
6
|
-
"format:check": "prettier --check .",
|
|
5
|
+
"lint:lisa": "oxlint && eslint . --quiet",
|
|
6
|
+
"format:check:lisa": "prettier --check .",
|
|
7
7
|
"format": "prettier --check . --write",
|
|
8
8
|
"test": "vitest run",
|
|
9
9
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"test:mutation": "node scripts/lisa-mutation.mjs",
|
|
13
13
|
"test:watch": "vitest",
|
|
14
14
|
"lint:fix": "oxlint --fix && eslint . --fix",
|
|
15
|
-
"lint:slow": "eslint . --config eslint.slow.config.ts --quiet",
|
|
16
|
-
"typecheck": "tsc --noEmit",
|
|
17
|
-
"knip:check": "knip",
|
|
15
|
+
"lint:slow:lisa": "eslint . --config eslint.slow.config.ts --quiet",
|
|
16
|
+
"typecheck:lisa": "tsc --noEmit",
|
|
17
|
+
"knip:check:lisa": "knip",
|
|
18
18
|
"knip:fix": "knip --fix",
|
|
19
|
-
"sg:scan": "ast-grep scan",
|
|
19
|
+
"sg:scan:lisa": "ast-grep scan",
|
|
20
20
|
"sg:test": "ast-grep test",
|
|
21
21
|
"prepare": "node -e \"if (process.env.INIT_CWD?.includes('.serverless')) process.exit(0); process.exit(1);\" || husky install || true",
|
|
22
22
|
"nightly:health": "node scripts/check-nightly-e2e-health.mjs",
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"defaults": {
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@ast-grep/cli": "^0.40.4",
|
|
69
|
-
"@codyswann/lisa": "^2.106.0",
|
|
70
69
|
"@vitest/coverage-v8": "^4.1.0",
|
|
71
70
|
"eslint": "^9.39.0",
|
|
72
71
|
"husky": "^8.0.0",
|
|
@@ -77,7 +76,13 @@
|
|
|
77
76
|
"scripts": {
|
|
78
77
|
"build": "tsc",
|
|
79
78
|
"postinstall": "[ -n \"$CI\" ] || LISA_BOOTSTRAP=1 node node_modules/@codyswann/lisa/all/copy-overwrite/scripts/lisa-postinstall.mjs || true",
|
|
80
|
-
"test:integration": "vitest run tests/integration"
|
|
79
|
+
"test:integration": "vitest run tests/integration",
|
|
80
|
+
"lint": "$npm_execpath run lint:lisa",
|
|
81
|
+
"format:check": "$npm_execpath run format:check:lisa",
|
|
82
|
+
"lint:slow": "$npm_execpath run lint:slow:lisa",
|
|
83
|
+
"typecheck": "$npm_execpath run typecheck:lisa",
|
|
84
|
+
"knip:check": "$npm_execpath run knip:check:lisa",
|
|
85
|
+
"sg:scan": "$npm_execpath run sg:scan:lisa"
|
|
81
86
|
},
|
|
82
87
|
"engines": {
|
|
83
88
|
"npm": "please-use-bun",
|
|
@@ -102,7 +107,31 @@
|
|
|
102
107
|
"brace-expansion"
|
|
103
108
|
],
|
|
104
109
|
"scripts": [
|
|
105
|
-
"knip"
|
|
110
|
+
"knip",
|
|
111
|
+
"knip:lisa"
|
|
106
112
|
]
|
|
113
|
+
},
|
|
114
|
+
"adopt": {
|
|
115
|
+
"scripts": {
|
|
116
|
+
"lint": [
|
|
117
|
+
"oxlint && eslint . --quiet",
|
|
118
|
+
"eslint . --quiet"
|
|
119
|
+
],
|
|
120
|
+
"format:check": [
|
|
121
|
+
"prettier --check ."
|
|
122
|
+
],
|
|
123
|
+
"lint:slow": [
|
|
124
|
+
"eslint . --config eslint.slow.config.ts --quiet"
|
|
125
|
+
],
|
|
126
|
+
"typecheck": [
|
|
127
|
+
"tsc --noEmit"
|
|
128
|
+
],
|
|
129
|
+
"knip:check": [
|
|
130
|
+
"knip"
|
|
131
|
+
],
|
|
132
|
+
"sg:scan": [
|
|
133
|
+
"ast-grep scan"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
107
136
|
}
|
|
108
137
|
}
|
package/ui/index.html
CHANGED
|
@@ -7590,8 +7590,11 @@
|
|
|
7590
7590
|
{
|
|
7591
7591
|
key: "package-lisa",
|
|
7592
7592
|
label: "package.json governance",
|
|
7593
|
-
desc: "Sidecar package.lisa.json with force (Lisa replaces), defaults (project preserved), merge (arrays deduped), remove (keys stripped).",
|
|
7594
|
-
control: stat(
|
|
7593
|
+
desc: "Sidecar package.lisa.json with force (Lisa replaces), defaults (project preserved), merge (arrays deduped), remove (keys stripped), adopt (Lisa reclaims its own leftover value so defaults can refresh it).",
|
|
7594
|
+
control: stat(
|
|
7595
|
+
"force · defaults · merge · remove · adopt",
|
|
7596
|
+
"mono"
|
|
7597
|
+
),
|
|
7595
7598
|
},
|
|
7596
7599
|
],
|
|
7597
7600
|
},
|