@codyswann/lisa 3.29.2 → 3.29.3
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-work-item.mjs +29 -1
- package/dist/cli/doctor-serialize-legs-contract.d.ts +69 -0
- package/dist/cli/doctor-serialize-legs-contract.d.ts.map +1 -0
- package/dist/cli/doctor-serialize-legs-contract.js +159 -0
- package/dist/cli/doctor-serialize-legs-contract.js.map +1 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +4 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +2 -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 +4 -1
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/package.json +16 -14
- 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/package.json
CHANGED
|
@@ -94,42 +94,44 @@
|
|
|
94
94
|
"@sentry/cli"
|
|
95
95
|
],
|
|
96
96
|
"resolutions": {
|
|
97
|
-
"nanoid": "^3.3.18",
|
|
98
97
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
99
98
|
"axios": ">=1.15.2",
|
|
99
|
+
"brace-expansion": ">=5.0.9",
|
|
100
|
+
"deepmerge-ts": "^8.0.1",
|
|
100
101
|
"esbuild": ">=0.28.1",
|
|
101
102
|
"flatted": "^3.4.2",
|
|
103
|
+
"form-data": ">=4.0.6",
|
|
102
104
|
"handlebars": ">=4.7.9",
|
|
103
105
|
"lodash": ">=4.18.1",
|
|
104
|
-
"vite": "$vite",
|
|
105
|
-
"ws": ">=8.21.0",
|
|
106
106
|
"multer": ">=2.2.0",
|
|
107
|
+
"nanoid": "^3.3.18",
|
|
107
108
|
"postcss": ">=8.5.18",
|
|
108
109
|
"undici": "^6.27.0",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
110
|
+
"vite": "$vite",
|
|
111
|
+
"ws": ">=8.21.0"
|
|
111
112
|
},
|
|
112
113
|
"overrides": {
|
|
113
|
-
"nanoid": "^3.3.18",
|
|
114
114
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
115
|
+
"@istanbuljs/load-nyc-config": {
|
|
116
|
+
"js-yaml": "^3.15.1"
|
|
117
|
+
},
|
|
115
118
|
"axios": ">=1.15.2",
|
|
119
|
+
"brace-expansion": ">=5.0.9",
|
|
120
|
+
"deepmerge-ts": "^8.0.1",
|
|
116
121
|
"esbuild": ">=0.28.1",
|
|
117
122
|
"flatted": "^3.4.2",
|
|
123
|
+
"form-data": ">=4.0.6",
|
|
118
124
|
"handlebars": ">=4.7.9",
|
|
119
125
|
"lodash": ">=4.18.1",
|
|
120
|
-
"vite": "$vite",
|
|
121
|
-
"ws": ">=8.21.0",
|
|
122
126
|
"multer": ">=2.2.0",
|
|
127
|
+
"nanoid": "^3.3.18",
|
|
123
128
|
"postcss": ">=8.5.18",
|
|
124
129
|
"undici": "^6.27.0",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"@istanbuljs/load-nyc-config": {
|
|
128
|
-
"js-yaml": "^3.15.1"
|
|
129
|
-
}
|
|
130
|
+
"vite": "$vite",
|
|
131
|
+
"ws": ">=8.21.0"
|
|
130
132
|
},
|
|
131
133
|
"name": "@codyswann/lisa",
|
|
132
|
-
"version": "3.29.
|
|
134
|
+
"version": "3.29.3",
|
|
133
135
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
134
136
|
"main": "dist/index.js",
|
|
135
137
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.29.
|
|
3
|
+
"version": "3.29.3",
|
|
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.29.
|
|
3
|
+
"version": "3.29.3",
|
|
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.29.
|
|
3
|
+
"version": "3.29.3",
|
|
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.29.
|
|
3
|
+
"version": "3.29.3",
|
|
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.29.
|
|
3
|
+
"version": "3.29.3",
|
|
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"
|