@codyswann/lisa 4.3.2 → 4.3.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/create-only/.github/workflows/continuous-gates.yml +18 -1
- package/cdk/create-only/.github/workflows/deploy.yml +4 -2
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +7 -6
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/create-only/.github/workflows/deploy.yml +4 -2
- package/harper-fabric/create-only/.github/workflows/deploy.yml +4 -2
- package/nestjs/create-only/.github/workflows/deploy.yml +4 -2
- 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-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/rails/create-only/.github/workflows/deploy.yml +4 -2
|
@@ -109,7 +109,8 @@ jobs:
|
|
|
109
109
|
moment: pre-deploy:${{ needs.determine_environment.outputs.environment }}
|
|
110
110
|
node_version: '22.21.1'
|
|
111
111
|
package_manager: 'bun'
|
|
112
|
-
secrets:
|
|
112
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
113
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
113
114
|
|
|
114
115
|
release:
|
|
115
116
|
name: 📦 Release
|
|
@@ -302,4 +303,5 @@ jobs:
|
|
|
302
303
|
moment: post-deploy:${{ needs.determine_environment.outputs.environment }}
|
|
303
304
|
node_version: '22.21.1'
|
|
304
305
|
package_manager: 'bun'
|
|
305
|
-
secrets:
|
|
306
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
307
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
@@ -36,7 +36,8 @@ jobs:
|
|
|
36
36
|
moment: pre-deploy:${{ github.ref_name }}
|
|
37
37
|
node_version: '22.21.1'
|
|
38
38
|
package_manager: 'bun'
|
|
39
|
-
secrets:
|
|
39
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
40
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
40
41
|
|
|
41
42
|
deploy:
|
|
42
43
|
name: Build, deploy, and verify
|
|
@@ -119,4 +120,5 @@ jobs:
|
|
|
119
120
|
moment: post-deploy:${{ github.ref_name }}
|
|
120
121
|
node_version: '22.21.1'
|
|
121
122
|
package_manager: 'bun'
|
|
122
|
-
secrets:
|
|
123
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
124
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
@@ -105,7 +105,8 @@ jobs:
|
|
|
105
105
|
moment: pre-deploy:${{ needs.determine_environment.outputs.environment }}
|
|
106
106
|
node_version: '22.21.1'
|
|
107
107
|
package_manager: 'bun'
|
|
108
|
-
secrets:
|
|
108
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
109
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
109
110
|
|
|
110
111
|
# Step 1: Create a release
|
|
111
112
|
release:
|
|
@@ -432,7 +433,8 @@ jobs:
|
|
|
432
433
|
moment: post-deploy:${{ needs.determine_environment.outputs.environment }}
|
|
433
434
|
node_version: '22.21.1'
|
|
434
435
|
package_manager: 'bun'
|
|
435
|
-
secrets:
|
|
436
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
437
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
436
438
|
|
|
437
439
|
# Step 3: Load testing for staging deployments
|
|
438
440
|
load_testing:
|
package/package.json
CHANGED
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"zod-validation-error": "^4.0.0"
|
|
146
146
|
},
|
|
147
147
|
"name": "@codyswann/lisa",
|
|
148
|
-
"version": "4.3.
|
|
148
|
+
"version": "4.3.3",
|
|
149
149
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
150
150
|
"main": "dist/index.js",
|
|
151
151
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.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": "4.3.
|
|
3
|
+
"version": "4.3.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": "4.3.
|
|
3
|
+
"version": "4.3.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": "4.3.
|
|
3
|
+
"version": "4.3.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": "4.3.
|
|
3
|
+
"version": "4.3.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"
|
|
@@ -45,7 +45,8 @@ jobs:
|
|
|
45
45
|
with:
|
|
46
46
|
moment: pre-deploy:${{ github.ref_name }}
|
|
47
47
|
install_dependencies: false
|
|
48
|
-
secrets:
|
|
48
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
49
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|
|
49
50
|
|
|
50
51
|
release:
|
|
51
52
|
name: Release
|
|
@@ -323,4 +324,5 @@ jobs:
|
|
|
323
324
|
with:
|
|
324
325
|
moment: post-deploy:${{ github.ref_name }}
|
|
325
326
|
install_dependencies: false
|
|
326
|
-
secrets:
|
|
327
|
+
# No `secrets:` key: gates.yml declares none in its `workflow_call`, so
|
|
328
|
+
# passing any grants everything to a callee that reads nothing (#3065).
|