@codyswann/lisa 2.204.1 → 2.204.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/expo/create-only/.github/workflows/deploy.yml +13 -0
- package/nestjs/create-only/.github/workflows/deploy.yml +64 -4
- 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
|
@@ -47,6 +47,8 @@ jobs:
|
|
|
47
47
|
name: 🌍 Determine Environment
|
|
48
48
|
runs-on: ubuntu-latest
|
|
49
49
|
timeout-minutes: 5
|
|
50
|
+
permissions:
|
|
51
|
+
contents: read
|
|
50
52
|
outputs:
|
|
51
53
|
environment: ${{ steps.env.outputs.environment }}
|
|
52
54
|
approval_environment: ${{ steps.approval.outputs.approval_environment }}
|
|
@@ -88,6 +90,9 @@ jobs:
|
|
|
88
90
|
# Reference to the quality checks workflow
|
|
89
91
|
uses: CodySwannGT/lisa/.github/workflows/release.yml@main
|
|
90
92
|
needs: [determine_environment]
|
|
93
|
+
permissions:
|
|
94
|
+
contents: write
|
|
95
|
+
pull-requests: read
|
|
91
96
|
with:
|
|
92
97
|
environment: ${{ needs.determine_environment.outputs.environment }}
|
|
93
98
|
release_strategy: 'standard-version'
|
|
@@ -114,6 +119,8 @@ jobs:
|
|
|
114
119
|
name: Check EAS Setup
|
|
115
120
|
runs-on: ubuntu-latest
|
|
116
121
|
needs: [determine_environment]
|
|
122
|
+
permissions:
|
|
123
|
+
contents: read
|
|
117
124
|
outputs:
|
|
118
125
|
has_eas_setup: ${{ steps.check.outputs.has_eas_setup }}
|
|
119
126
|
steps:
|
|
@@ -132,6 +139,8 @@ jobs:
|
|
|
132
139
|
name: Check App Config Changes
|
|
133
140
|
runs-on: ubuntu-latest
|
|
134
141
|
needs: [determine_environment]
|
|
142
|
+
permissions:
|
|
143
|
+
contents: read
|
|
135
144
|
outputs:
|
|
136
145
|
app_config_changed: ${{ steps.check_changes.outputs.app_config_changed }}
|
|
137
146
|
steps:
|
|
@@ -157,6 +166,8 @@ jobs:
|
|
|
157
166
|
needs: [determine_environment, check_eas_setup, check_app_config_changes]
|
|
158
167
|
if: needs.check_eas_setup.outputs.has_eas_setup == 'true' && (needs.check_app_config_changes.outputs.app_config_changed == 'true' || inputs.force_build == true)
|
|
159
168
|
uses: CodySwannGT/lisa/.github/workflows/build.yml@main
|
|
169
|
+
permissions:
|
|
170
|
+
contents: read
|
|
160
171
|
with:
|
|
161
172
|
environment: ${{ needs.determine_environment.outputs.environment }}
|
|
162
173
|
secrets:
|
|
@@ -178,6 +189,8 @@ jobs:
|
|
|
178
189
|
always() &&
|
|
179
190
|
needs.check_eas_setup.outputs.has_eas_setup == 'true' &&
|
|
180
191
|
needs.release.result == 'success'
|
|
192
|
+
permissions:
|
|
193
|
+
contents: read
|
|
181
194
|
steps:
|
|
182
195
|
- name: Checkout repository
|
|
183
196
|
uses: actions/checkout@v6
|
|
@@ -40,6 +40,8 @@ jobs:
|
|
|
40
40
|
name: 🌍 Determine Environment
|
|
41
41
|
runs-on: ubuntu-latest
|
|
42
42
|
timeout-minutes: 5
|
|
43
|
+
permissions:
|
|
44
|
+
contents: read
|
|
43
45
|
outputs:
|
|
44
46
|
environment: ${{ steps.env.outputs.environment }}
|
|
45
47
|
approval_environment: ${{ steps.approval.outputs.approval_environment }}
|
|
@@ -81,6 +83,9 @@ jobs:
|
|
|
81
83
|
name: 📦 Release
|
|
82
84
|
uses: CodySwannGT/lisa/.github/workflows/release.yml@main
|
|
83
85
|
needs: [determine_environment]
|
|
86
|
+
permissions:
|
|
87
|
+
contents: write
|
|
88
|
+
pull-requests: read
|
|
84
89
|
with:
|
|
85
90
|
environment: ${{ needs.determine_environment.outputs.environment }}
|
|
86
91
|
release_strategy: 'standard-version'
|
|
@@ -105,6 +110,8 @@ jobs:
|
|
|
105
110
|
name: Verify AWS Credentials
|
|
106
111
|
runs-on: ubuntu-latest
|
|
107
112
|
needs: [release]
|
|
113
|
+
permissions:
|
|
114
|
+
contents: read
|
|
108
115
|
outputs:
|
|
109
116
|
has_aws_credentials: ${{ steps.check.outputs.has_aws_credentials }}
|
|
110
117
|
steps:
|
|
@@ -129,6 +136,8 @@ jobs:
|
|
|
129
136
|
runs-on: ubuntu-latest
|
|
130
137
|
needs: [release, verify_aws_credentials]
|
|
131
138
|
if: needs.verify_aws_credentials.outputs.has_aws_credentials == 'true'
|
|
139
|
+
permissions:
|
|
140
|
+
contents: read
|
|
132
141
|
outputs:
|
|
133
142
|
requires_migration: ${{ steps.check.outputs.requires_migration }}
|
|
134
143
|
steps:
|
|
@@ -144,13 +153,14 @@ jobs:
|
|
|
144
153
|
shell: bash
|
|
145
154
|
env:
|
|
146
155
|
SKIP_MIGRATIONS: ${{ vars.SKIP_MIGRATIONS }}
|
|
147
|
-
GITHUB_OUTPUT: ${{ github.output }}
|
|
148
156
|
|
|
149
157
|
verify_vpn:
|
|
150
158
|
name: Verify VPN
|
|
151
159
|
runs-on: ubuntu-latest
|
|
152
160
|
needs: [check_migration_required]
|
|
153
161
|
if: always() && needs.check_migration_required.outputs.requires_migration == 'true'
|
|
162
|
+
permissions:
|
|
163
|
+
contents: read
|
|
154
164
|
outputs:
|
|
155
165
|
has_vpn_setup: ${{ steps.check.outputs.has_vpn_setup }}
|
|
156
166
|
steps:
|
|
@@ -168,7 +178,6 @@ jobs:
|
|
|
168
178
|
fi
|
|
169
179
|
env:
|
|
170
180
|
OVPN_CONFIG: ${{ secrets[env.OVPN_CONFIG_NAME] }}
|
|
171
|
-
GITHUB_OUTPUT: ${{ github.output }}
|
|
172
181
|
migrate:
|
|
173
182
|
name: Schema Migrations
|
|
174
183
|
runs-on: ubuntu-latest
|
|
@@ -217,13 +226,27 @@ jobs:
|
|
|
217
226
|
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
|
|
218
227
|
AWS_PROFILE: '' # Override serverless.yml profile with empty string for CI
|
|
219
228
|
deploy:
|
|
220
|
-
needs:
|
|
229
|
+
needs:
|
|
230
|
+
[
|
|
231
|
+
determine_environment,
|
|
232
|
+
release,
|
|
233
|
+
check_migration_required,
|
|
234
|
+
migrate,
|
|
235
|
+
verify_aws_credentials,
|
|
236
|
+
]
|
|
221
237
|
if: |
|
|
222
238
|
always() &&
|
|
223
239
|
needs.verify_aws_credentials.outputs.has_aws_credentials == 'true' &&
|
|
224
|
-
|
|
240
|
+
needs.check_migration_required.result == 'success' &&
|
|
241
|
+
(
|
|
242
|
+
needs.migrate.result == 'success' ||
|
|
243
|
+
(needs.check_migration_required.outputs.requires_migration != 'true' && needs.migrate.result == 'skipped')
|
|
244
|
+
)
|
|
225
245
|
name: Deploy
|
|
226
246
|
runs-on: ubuntu-latest
|
|
247
|
+
outputs:
|
|
248
|
+
environment_url: ${{ steps.deployment_outputs.outputs.environment_url }}
|
|
249
|
+
deployment_status: ${{ steps.deployment_outputs.outputs.deployment_status }}
|
|
227
250
|
permissions:
|
|
228
251
|
id-token: write # needed to interact with GitHub's OIDC Token endpoint
|
|
229
252
|
contents: read
|
|
@@ -325,6 +348,43 @@ jobs:
|
|
|
325
348
|
fi
|
|
326
349
|
echo "Health check passed: $health_url"
|
|
327
350
|
|
|
351
|
+
- name: Resolve deployment outputs
|
|
352
|
+
id: deployment_outputs
|
|
353
|
+
shell: bash
|
|
354
|
+
env:
|
|
355
|
+
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
|
|
356
|
+
AWS_PROFILE: ''
|
|
357
|
+
DEPLOYMENT_URL: ${{ vars.DEPLOYMENT_URL }}
|
|
358
|
+
HEALTH_OUTPUT_KEY: ${{ vars.POST_DEPLOY_HEALTH_OUTPUT_KEY || 'HttpApiUrl' }}
|
|
359
|
+
SERVERLESS_STACK_NAME: ${{ vars.SERVERLESS_STACK_NAME }}
|
|
360
|
+
STAGE: ${{ github.ref_name != 'main' && github.ref_name || 'production' }}
|
|
361
|
+
run: |
|
|
362
|
+
set -euo pipefail
|
|
363
|
+
environment_url="$DEPLOYMENT_URL"
|
|
364
|
+
|
|
365
|
+
if [ -z "$environment_url" ]; then
|
|
366
|
+
stack_name="$SERVERLESS_STACK_NAME"
|
|
367
|
+
if [ -z "$stack_name" ]; then
|
|
368
|
+
service_name=$(bun run serverless print --stage "$STAGE" --format json | jq -r '.service // empty' 2>/dev/null || true)
|
|
369
|
+
if [ -n "$service_name" ]; then
|
|
370
|
+
stack_name="${service_name}-${STAGE}"
|
|
371
|
+
fi
|
|
372
|
+
fi
|
|
373
|
+
|
|
374
|
+
if [ -n "$stack_name" ]; then
|
|
375
|
+
environment_url=$(aws cloudformation describe-stacks \
|
|
376
|
+
--stack-name "$stack_name" \
|
|
377
|
+
--query "Stacks[0].Outputs[?OutputKey=='${HEALTH_OUTPUT_KEY}'].OutputValue | [0]" \
|
|
378
|
+
--output text 2>/dev/null || true)
|
|
379
|
+
if [ "$environment_url" = "None" ]; then
|
|
380
|
+
environment_url=""
|
|
381
|
+
fi
|
|
382
|
+
fi
|
|
383
|
+
fi
|
|
384
|
+
|
|
385
|
+
echo "environment_url=$environment_url" >> "$GITHUB_OUTPUT"
|
|
386
|
+
echo "deployment_status=success" >> "$GITHUB_OUTPUT"
|
|
387
|
+
|
|
328
388
|
- name: 📢 Notify on success
|
|
329
389
|
run: echo "Successfully deployed version ${{ needs.release.outputs.version }} to ${{ needs.determine_environment.outputs.environment }}"
|
|
330
390
|
|
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"ws": ">=8.20.1"
|
|
96
96
|
},
|
|
97
97
|
"name": "@codyswann/lisa",
|
|
98
|
-
"version": "2.204.
|
|
98
|
+
"version": "2.204.2",
|
|
99
99
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
100
100
|
"main": "dist/index.js",
|
|
101
101
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.204.
|
|
3
|
+
"version": "2.204.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.204.
|
|
3
|
+
"version": "2.204.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.204.
|
|
3
|
+
"version": "2.204.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.204.
|
|
3
|
+
"version": "2.204.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.204.
|
|
3
|
+
"version": "2.204.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"
|