@codyswann/lisa 3.14.3 → 3.14.4
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/core/upstream-evidence-manifest.js +1 -1
- package/expo/create-only/.github/workflows/maestro-e2e.yml +21 -8
- 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
|
@@ -104,7 +104,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
104
104
|
"expo/create-only/.github/required-checks.json": "9f23b0477f93c3193ab22251dd03251038cfe45c5a2603cb49fdf97cae799442",
|
|
105
105
|
"expo/create-only/.github/workflows/ci.yml": "88b186c48a51a53aec40ea4b6e515b7333b8e086f8b358f323208a2bb42aeed3",
|
|
106
106
|
"expo/create-only/.github/workflows/deploy.yml": "27f5037db910501f8d76f828f91a605e3c4d321d1df362d317c440ab7abc9f14",
|
|
107
|
-
"expo/create-only/.github/workflows/maestro-e2e.yml": "
|
|
107
|
+
"expo/create-only/.github/workflows/maestro-e2e.yml": "cb7ae17a845f4a0cab21b8eb87291f2746610880c6a611731520ee1b925ecf85",
|
|
108
108
|
"expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "db78a1012a00cf4e8b023a67bb57566ae85cf790c3856f3e299636c766f0c242",
|
|
109
109
|
"expo/create-only/.github/workflows/nightly-e2e-health.yml": "9852ce44177be171aca0c0f66136c88ae654409d7bcfc8bad989eedc18980780",
|
|
110
110
|
"expo/create-only/.github/workflows/nightly-e2e-report.yml": "5fccbcbb3f121eb80b165e6403ef131d4ed71da9b9f58386fa0db66daf4026f9",
|
|
@@ -71,11 +71,15 @@ on:
|
|
|
71
71
|
|
|
72
72
|
permissions:
|
|
73
73
|
contents: read
|
|
74
|
-
# Read-only, and only this run's own job list. It is
|
|
75
|
-
#
|
|
76
|
-
#
|
|
77
|
-
#
|
|
78
|
-
#
|
|
74
|
+
# Read-only, and only this run's own job list. It is granted HERE, in the
|
|
75
|
+
# caller, because that is the only place it can safely be granted: a called
|
|
76
|
+
# workflow that DECLARES a scope its caller did not grant is a
|
|
77
|
+
# `startup_failure` for the whole run. So this line plus the forwarded
|
|
78
|
+
# LEG_ORDER_TOKEN secret below are what let `serialize_platform_legs` read
|
|
79
|
+
# when the iOS leg finished.
|
|
80
|
+
#
|
|
81
|
+
# Drop this line and nothing breaks — the ordering job reports the gap and
|
|
82
|
+
# lets the Android leg start. You lose the ordering, not the suite.
|
|
79
83
|
actions: read
|
|
80
84
|
|
|
81
85
|
# Keyed on the ENVIRONMENT this suite drives, not on the ref. Every run of this
|
|
@@ -126,10 +130,19 @@ jobs:
|
|
|
126
130
|
# other's session, so the loser hits a sign-in screen mid-suite and fails
|
|
127
131
|
# an assertion that has nothing wrong with it. This runs iOS first, then
|
|
128
132
|
# Android. It is ordering, not gating: a FAILING iOS leg still releases
|
|
129
|
-
# Android, so turning it on never narrows what gets tested.
|
|
130
|
-
# `actions: read` permission above
|
|
131
|
-
#
|
|
133
|
+
# Android, so turning it on never narrows what gets tested. Needs the
|
|
134
|
+
# `actions: read` permission above AND the LEG_ORDER_TOKEN secret below;
|
|
135
|
+
# without either it reports the gap and runs the legs concurrently rather
|
|
136
|
+
# than failing. Leave it off if your legs use per-platform accounts — the
|
|
137
|
+
# concurrency is free coverage in that case. The cost when on is the suite
|
|
138
|
+
# taking iOS PLUS Android instead of the slower of the two.
|
|
132
139
|
# serialize_platform_legs: true
|
|
133
140
|
secrets:
|
|
134
141
|
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
|
|
135
142
|
MAESTRO_SECRET_ENV: ${{ secrets.MAESTRO_SECRET_ENV }}
|
|
143
|
+
# Only read when serialize_platform_legs is true. A forwarded secret
|
|
144
|
+
# carries THIS workflow's token and therefore THIS workflow's
|
|
145
|
+
# `actions: read` — which is why the scope can be granted above without
|
|
146
|
+
# the reusable workflow having to declare it and startup-fail every caller
|
|
147
|
+
# that grants less. Harmless to pass when the input is off.
|
|
148
|
+
LEG_ORDER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
package/package.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"name": "@codyswann/lisa",
|
|
128
|
-
"version": "3.14.
|
|
128
|
+
"version": "3.14.4",
|
|
129
129
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
130
130
|
"main": "dist/index.js",
|
|
131
131
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.4",
|
|
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.14.
|
|
3
|
+
"version": "3.14.4",
|
|
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.14.
|
|
3
|
+
"version": "3.14.4",
|
|
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.14.
|
|
3
|
+
"version": "3.14.4",
|
|
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.14.
|
|
3
|
+
"version": "3.14.4",
|
|
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"
|