@codyswann/lisa 2.132.5 → 2.132.6
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/expo/copy-overwrite/tsconfig.expo.json +6 -8
- package/expo/package-lisa/package.lisa.json +59 -53
- package/package.json +1 -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-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/copy-overwrite/eslint.ignore.config.json +1 -0
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends": [
|
|
2
|
+
"extends": [
|
|
3
|
+
"expo/tsconfig.base",
|
|
4
|
+
"@codyswann/lisa/tsconfig/base",
|
|
5
|
+
"./tsconfig.local.json"
|
|
6
|
+
],
|
|
3
7
|
"compilerOptions": {
|
|
4
8
|
"strict": true,
|
|
5
9
|
"jsx": "react-native",
|
|
6
10
|
"noEmit": true,
|
|
7
11
|
"declaration": false,
|
|
8
12
|
"allowImportingTsExtensions": true,
|
|
9
|
-
"paths": {
|
|
10
|
-
"@/graphql/*": ["./generated/*"],
|
|
11
|
-
"@/*": ["./*"]
|
|
12
|
-
},
|
|
13
13
|
"moduleSuffixes": [".ios", ".android", ".native", ".web", ""]
|
|
14
|
-
}
|
|
15
|
-
"include": ["**/*.ts", "**/*.tsx", "nativewind-env.d.ts"],
|
|
16
|
-
"exclude": ["node_modules", "dist", "web-build", "components/ui"]
|
|
14
|
+
}
|
|
17
15
|
}
|
|
@@ -55,12 +55,68 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@apollo/client": "^3.10.8",
|
|
58
|
+
"@hookform/resolvers": "^3.9.0",
|
|
59
|
+
"apollo-link-sentry": "^4.0.0",
|
|
60
|
+
"base-64": "^1.0.0",
|
|
61
|
+
"date-fns": "^3.6.0",
|
|
62
|
+
"date-fns-tz": "^3.1.3",
|
|
63
|
+
"events": "^3.3.0",
|
|
64
|
+
"graphql": "^16.12.0",
|
|
65
|
+
"i18n-js": "^4.5.1",
|
|
66
|
+
"patch-package": "^8.0.0",
|
|
67
|
+
"react-hook-form": "^7.70.0",
|
|
68
|
+
"tailwindcss": "^3.4.7",
|
|
69
|
+
"tar": ">=7.5.11",
|
|
70
|
+
"text-encoding-polyfill": "^0.6.7",
|
|
71
|
+
"usehooks-ts": "^3.1.1",
|
|
72
|
+
"zod": "^4.3.5"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@babel/core": "^7.20.0",
|
|
76
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
77
|
+
"@codyswann/lisa": "^2.106.0",
|
|
78
|
+
"@graphql-codegen/cli": "^6.1.0",
|
|
79
|
+
"@graphql-codegen/typescript": "^4.1.6",
|
|
80
|
+
"@graphql-codegen/typescript-operations": "^4.4.2",
|
|
81
|
+
"@graphql-codegen/typescript-react-apollo": "^4.3.4",
|
|
82
|
+
"@lhci/cli": "^0.15.1",
|
|
83
|
+
"@playwright/test": "^1.57.0",
|
|
84
|
+
"@types/base-64": "^1.0.2",
|
|
85
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
86
|
+
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
87
|
+
"babel-plugin-module-resolver": "^5.0.2",
|
|
88
|
+
"baseline-browser-mapping": "^2.9.2",
|
|
89
|
+
"jest": "^30.0.0",
|
|
90
|
+
"ts-jest": "^29.4.6",
|
|
91
|
+
"@types/jest": "^30.0.0",
|
|
92
|
+
"@jest/test-sequencer": "^30.2.0",
|
|
93
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
94
|
+
"serve": "^14.2.0",
|
|
95
|
+
"eslint-plugin-oxlint": "^1.62.0",
|
|
96
|
+
"oxlint": "^1.62.0",
|
|
97
|
+
"oxlint-tsgolint": "^0.22.1"
|
|
98
|
+
},
|
|
99
|
+
"resolutions": {
|
|
100
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
101
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
102
|
+
"fast-xml-parser": "^5.3.6",
|
|
103
|
+
"tar": ">=7.5.11"
|
|
104
|
+
},
|
|
105
|
+
"overrides": {
|
|
106
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
107
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
108
|
+
"fast-xml-parser": "^5.3.6",
|
|
109
|
+
"zod-validation-error": "^4.0.0",
|
|
110
|
+
"tar": ">=7.5.11"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"defaults": {
|
|
114
|
+
"dependencies": {
|
|
58
115
|
"@expo/html-elements": "^0.12.5",
|
|
59
116
|
"@expo/metro-runtime": "~6.1.2",
|
|
60
117
|
"@gluestack-ui/core": "^3.0.10",
|
|
61
118
|
"@gluestack-ui/utils": "^3.0.7",
|
|
62
119
|
"@gorhom/bottom-sheet": "^5.2.6",
|
|
63
|
-
"@hookform/resolvers": "^3.9.0",
|
|
64
120
|
"@legendapp/motion": "^2.4.0",
|
|
65
121
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
66
122
|
"@react-native-masked-view/masked-view": "^0.3.2",
|
|
@@ -69,11 +125,6 @@
|
|
|
69
125
|
"@sentry/react-native": "~7.11.0",
|
|
70
126
|
"@shopify/flash-list": "2.0.2",
|
|
71
127
|
"@shopify/react-native-skia": "2.6.2",
|
|
72
|
-
"apollo-link-sentry": "^4.0.0",
|
|
73
|
-
"base-64": "^1.0.0",
|
|
74
|
-
"date-fns": "^3.6.0",
|
|
75
|
-
"date-fns-tz": "^3.1.3",
|
|
76
|
-
"events": "^3.3.0",
|
|
77
128
|
"expo": "~56.0.0",
|
|
78
129
|
"expo-application": "~56.0.3",
|
|
79
130
|
"expo-battery": "~56.0.4",
|
|
@@ -95,14 +146,10 @@
|
|
|
95
146
|
"expo-status-bar": "~56.0.4",
|
|
96
147
|
"expo-system-ui": "~56.0.5",
|
|
97
148
|
"expo-updates": "~56.0.17",
|
|
98
|
-
"graphql": "^16.12.0",
|
|
99
|
-
"i18n-js": "^4.5.1",
|
|
100
149
|
"lucide-react-native": "^0.562.0",
|
|
101
150
|
"nativewind": "^4.2.1",
|
|
102
|
-
"patch-package": "^8.0.0",
|
|
103
151
|
"react": "19.2.3",
|
|
104
152
|
"react-dom": "19.2.3",
|
|
105
|
-
"react-hook-form": "^7.70.0",
|
|
106
153
|
"react-native": "0.85.3",
|
|
107
154
|
"react-native-gesture-handler": "~2.31.1",
|
|
108
155
|
"react-native-keyboard-controller": "1.21.6",
|
|
@@ -110,59 +157,18 @@
|
|
|
110
157
|
"react-native-safe-area-context": "^5.6.2",
|
|
111
158
|
"react-native-screens": "4.25.2",
|
|
112
159
|
"react-native-svg": "^15.15.1",
|
|
113
|
-
"react-native-web": "^0.21.2"
|
|
114
|
-
"tailwindcss": "^3.4.7",
|
|
115
|
-
"tar": ">=7.5.11",
|
|
116
|
-
"text-encoding-polyfill": "^0.6.7",
|
|
117
|
-
"usehooks-ts": "^3.1.1",
|
|
118
|
-
"zod": "^4.3.5"
|
|
160
|
+
"react-native-web": "^0.21.2"
|
|
119
161
|
},
|
|
120
162
|
"devDependencies": {
|
|
121
|
-
"@babel/core": "^7.20.0",
|
|
122
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
123
|
-
"@codyswann/lisa": "^2.106.0",
|
|
124
|
-
"@graphql-codegen/cli": "^6.1.0",
|
|
125
|
-
"@graphql-codegen/typescript": "^4.1.6",
|
|
126
|
-
"@graphql-codegen/typescript-operations": "^4.4.2",
|
|
127
|
-
"@graphql-codegen/typescript-react-apollo": "^4.3.4",
|
|
128
|
-
"@lhci/cli": "^0.15.1",
|
|
129
|
-
"@playwright/test": "^1.57.0",
|
|
130
163
|
"@react-native-community/cli": "^20.0.2",
|
|
131
164
|
"@react-native-community/cli-platform-android": "^20.0.2",
|
|
132
165
|
"@react-native-community/cli-platform-ios": "^20.0.2",
|
|
133
166
|
"@testing-library/react-native": "^13.0.0",
|
|
134
|
-
"@types/base-64": "^1.0.2",
|
|
135
|
-
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
136
|
-
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
137
167
|
"@types/react": "~19.2.15",
|
|
138
168
|
"@types/react-dom": "~19.2.3",
|
|
139
|
-
"babel-plugin-module-resolver": "^5.0.2",
|
|
140
|
-
"baseline-browser-mapping": "^2.9.2",
|
|
141
169
|
"expo-atlas": "^0.4.0",
|
|
142
|
-
"jest": "^30.0.0",
|
|
143
|
-
"ts-jest": "^29.4.6",
|
|
144
|
-
"@types/jest": "^30.0.0",
|
|
145
|
-
"@jest/test-sequencer": "^30.2.0",
|
|
146
|
-
"jest-environment-jsdom": "^30.2.0",
|
|
147
170
|
"jest-expo": "~56.0.4",
|
|
148
|
-
"react-test-renderer": "19.2.3"
|
|
149
|
-
"serve": "^14.2.0",
|
|
150
|
-
"eslint-plugin-oxlint": "^1.62.0",
|
|
151
|
-
"oxlint": "^1.62.0",
|
|
152
|
-
"oxlint-tsgolint": "^0.22.1"
|
|
153
|
-
},
|
|
154
|
-
"resolutions": {
|
|
155
|
-
"@isaacs/brace-expansion": "^5.0.1",
|
|
156
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
157
|
-
"fast-xml-parser": "^5.3.6",
|
|
158
|
-
"tar": ">=7.5.11"
|
|
159
|
-
},
|
|
160
|
-
"overrides": {
|
|
161
|
-
"@isaacs/brace-expansion": "^5.0.1",
|
|
162
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
163
|
-
"fast-xml-parser": "^5.3.6",
|
|
164
|
-
"zod-validation-error": "^4.0.0",
|
|
165
|
-
"tar": ">=7.5.11"
|
|
171
|
+
"react-test-renderer": "19.2.3"
|
|
166
172
|
}
|
|
167
173
|
}
|
|
168
174
|
}
|
package/package.json
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"lodash": ">=4.18.1"
|
|
84
84
|
},
|
|
85
85
|
"name": "@codyswann/lisa",
|
|
86
|
-
"version": "2.132.
|
|
86
|
+
"version": "2.132.6",
|
|
87
87
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
88
88
|
"main": "dist/index.js",
|
|
89
89
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.132.
|
|
3
|
+
"version": "2.132.6",
|
|
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": "2.132.
|
|
3
|
+
"version": "2.132.6",
|
|
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": "2.132.
|
|
3
|
+
"version": "2.132.6",
|
|
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": "2.132.
|
|
3
|
+
"version": "2.132.6",
|
|
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": "2.132.
|
|
3
|
+
"version": "2.132.6",
|
|
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"
|