@codyswann/lisa 2.300.0 → 2.300.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/dist/cli/doctor-readiness-supply-chain-scan.d.ts +7 -0
- package/dist/cli/doctor-readiness-supply-chain-scan.d.ts.map +1 -1
- package/dist/cli/doctor-readiness-supply-chain-scan.js +101 -0
- package/dist/cli/doctor-readiness-supply-chain-scan.js.map +1 -1
- package/dist/cli/doctor-readiness-supply-chain.d.ts.map +1 -1
- package/dist/cli/doctor-readiness-supply-chain.js +16 -1
- package/dist/cli/doctor-readiness-supply-chain.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +4 -2
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/package.json +3 -3
- 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/copy-contents/.husky/pre-commit +0 -8
- package/typescript/copy-contents/.husky/pre-push +10 -0
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"vite": "$vite",
|
|
95
95
|
"ws": ">=8.21.0",
|
|
96
96
|
"multer": ">=2.2.0",
|
|
97
|
-
"postcss": ">=8.5.
|
|
97
|
+
"postcss": ">=8.5.18",
|
|
98
98
|
"undici": ">=6.27.0",
|
|
99
99
|
"form-data": ">=4.0.6",
|
|
100
100
|
"brace-expansion": ">=5.0.6"
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"vite": "$vite",
|
|
110
110
|
"ws": ">=8.21.0",
|
|
111
111
|
"multer": ">=2.2.0",
|
|
112
|
-
"postcss": ">=8.5.
|
|
112
|
+
"postcss": ">=8.5.18",
|
|
113
113
|
"undici": ">=6.27.0",
|
|
114
114
|
"form-data": ">=4.0.6",
|
|
115
115
|
"brace-expansion": ">=5.0.6"
|
|
116
116
|
},
|
|
117
117
|
"name": "@codyswann/lisa",
|
|
118
|
-
"version": "2.300.
|
|
118
|
+
"version": "2.300.2",
|
|
119
119
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
120
120
|
"main": "dist/index.js",
|
|
121
121
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.300.
|
|
3
|
+
"version": "2.300.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": "2.300.
|
|
3
|
+
"version": "2.300.2",
|
|
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.300.
|
|
3
|
+
"version": "2.300.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": "2.300.
|
|
3
|
+
"version": "2.300.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": "2.300.
|
|
3
|
+
"version": "2.300.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"
|
|
@@ -126,14 +126,6 @@ if [ -f "scripts/check-threshold-ratchet.mjs" ] && command -v node >/dev/null 2>
|
|
|
126
126
|
fi
|
|
127
127
|
fi
|
|
128
128
|
|
|
129
|
-
# Run type check on entire project (can't be done incrementally)
|
|
130
|
-
echo "🔍 Running type check..."
|
|
131
|
-
$RUNNER typecheck
|
|
132
|
-
if [ $? -ne 0 ]; then
|
|
133
|
-
echo "❌ Type check failed. Please fix TypeScript errors before committing."
|
|
134
|
-
exit 1
|
|
135
|
-
fi
|
|
136
|
-
|
|
137
129
|
# Run lint-staged for incremental lint and format checks
|
|
138
130
|
echo "🚀 Running lint-staged..."
|
|
139
131
|
$EXECUTOR lint-staged --config .lintstagedrc.json
|
|
@@ -38,6 +38,16 @@ fi
|
|
|
38
38
|
|
|
39
39
|
echo "📦 Using package manager: $PACKAGE_MANAGER"
|
|
40
40
|
|
|
41
|
+
# Run the whole-project type check once before code leaves the machine. It is
|
|
42
|
+
# intentionally not a pre-commit gate because TypeScript cannot check only the
|
|
43
|
+
# staged files and rebuilding the full program makes small commits too slow.
|
|
44
|
+
echo "🔍 Running type check..."
|
|
45
|
+
$RUNNER typecheck
|
|
46
|
+
if [ $? -ne 0 ]; then
|
|
47
|
+
echo "❌ Type check failed. Please fix TypeScript errors before pushing."
|
|
48
|
+
exit 1
|
|
49
|
+
fi
|
|
50
|
+
|
|
41
51
|
# Run security audit
|
|
42
52
|
echo "🔒 Running security audit..."
|
|
43
53
|
|