@codyswann/lisa 3.43.2 → 3.45.1
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.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/expo/create-only/.github/workflows/nightly-e2e-health.yml +13 -3
- 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/typescript/copy-overwrite/.prettierignore +44 -7
|
@@ -87,9 +87,19 @@ concurrency:
|
|
|
87
87
|
jobs:
|
|
88
88
|
# This job's `name:` is HALF of the required status-check context; the other
|
|
89
89
|
# half is the reusable's job name (`🌙 Gate`). GitHub composes them as
|
|
90
|
-
# `🌙 Nightly E2E Health / 🌙 Gate`.
|
|
91
|
-
#
|
|
92
|
-
#
|
|
90
|
+
# `🌙 Nightly E2E Health / 🌙 Gate`. Pin both strings in a test.
|
|
91
|
+
#
|
|
92
|
+
# Renaming either half fails two different ways, and which one you get depends
|
|
93
|
+
# on whether a ruleset actually requires that context — which this file cannot
|
|
94
|
+
# see. If it IS required, the context is never reported and every PR into the
|
|
95
|
+
# protected branch DEADLOCKS until someone edits the ruleset. If it is NOT,
|
|
96
|
+
# the gate silently stops reporting and nothing blocks at all, leaving the
|
|
97
|
+
# branch ungated while this file still reads as though it were gated.
|
|
98
|
+
#
|
|
99
|
+
# Do not assume the first. Measured on a consumer 2026-08-19: zero of its 20
|
|
100
|
+
# required contexts matched /nightly/i while its workflows described the gate
|
|
101
|
+
# as blocking. Verify with `gh api repos/<owner>/<repo>/rulesets` before
|
|
102
|
+
# describing this context as required anywhere.
|
|
93
103
|
health:
|
|
94
104
|
name: 🌙 Nightly E2E Health
|
|
95
105
|
# PIN AN IMMUTABLE REF. `@main` is not a supported pin for a merge gate: the
|
package/package.json
CHANGED
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"ws": ">=8.21.0"
|
|
133
133
|
},
|
|
134
134
|
"name": "@codyswann/lisa",
|
|
135
|
-
"version": "3.
|
|
135
|
+
"version": "3.45.1",
|
|
136
136
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
137
137
|
"main": "dist/index.js",
|
|
138
138
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.45.1",
|
|
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.
|
|
3
|
+
"version": "3.45.1",
|
|
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.
|
|
3
|
+
"version": "3.45.1",
|
|
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.
|
|
3
|
+
"version": "3.45.1",
|
|
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.
|
|
3
|
+
"version": "3.45.1",
|
|
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"
|
|
@@ -42,10 +42,47 @@ amplify
|
|
|
42
42
|
# No-op for projects without an OpenCode mirror.
|
|
43
43
|
.opencode
|
|
44
44
|
|
|
45
|
-
# Lisa ships
|
|
46
|
-
#
|
|
47
|
-
#
|
|
48
|
-
#
|
|
49
|
-
# the
|
|
50
|
-
#
|
|
51
|
-
|
|
45
|
+
# Lisa ships managed helper scripts into scripts/, formatted in Lisa's own
|
|
46
|
+
# Prettier style. Host projects run varying Prettier configs, so a managed
|
|
47
|
+
# script trips their `prettier --check .` gate through no fault of the host —
|
|
48
|
+
# and reformatting it locally does not help either: copy-overwrite replaces the
|
|
49
|
+
# file on the next `lisa apply`, so the host and Lisa would reformat it against
|
|
50
|
+
# each other forever.
|
|
51
|
+
#
|
|
52
|
+
# This was previously one hand-added line for scripts/lisa-mutation.mjs, added
|
|
53
|
+
# when that file happened to bite someone. Measured 2026-08-19: 13 of the 14
|
|
54
|
+
# other shipped scripts were uncovered, and a consumer's bump went red on
|
|
55
|
+
# scripts/check-e2e-coverage.mjs. Enumerating them one incident at a time means
|
|
56
|
+
# every new managed script reintroduces the same failure. The set is now
|
|
57
|
+
# enumerated in full and a test derives the shipped list and fails when one is
|
|
58
|
+
# missing — or when one is listed that Lisa no longer ships, which would silence
|
|
59
|
+
# a HOST file of that name. Enumerated rather than globbed on purpose:
|
|
60
|
+
# scripts/check-*.mjs would cover every shipped check- script in one line, and
|
|
61
|
+
# would also stop formatting a host'"'"'s own check-something.mjs.
|
|
62
|
+
#
|
|
63
|
+
# The rails counterpart (scripts/lisa-mutation.sh) is already covered by the
|
|
64
|
+
# *.sh rule above. All no-ops for projects without these files.
|
|
65
|
+
scripts/bdd-matrix.mjs
|
|
66
|
+
scripts/check-bdd-coverage.mjs
|
|
67
|
+
scripts/check-e2e-coverage.mjs
|
|
68
|
+
scripts/check-nightly-e2e-health.mjs
|
|
69
|
+
scripts/check-skipped-required-checks.mjs
|
|
70
|
+
scripts/check-state-classification.mjs
|
|
71
|
+
scripts/check-threshold-ratchet.mjs
|
|
72
|
+
scripts/check-verification-coverage.mjs
|
|
73
|
+
scripts/classify-maestro-failures.mjs
|
|
74
|
+
scripts/lisa-command-envelope.mjs
|
|
75
|
+
scripts/lisa-destructive-guard.mjs
|
|
76
|
+
scripts/lisa-environment-prepare.mjs
|
|
77
|
+
scripts/lisa-floor-collisions.mjs
|
|
78
|
+
scripts/lisa-gates.mjs
|
|
79
|
+
scripts/lisa-lint-staged-preflight.mjs
|
|
80
|
+
scripts/lisa-mutation.mjs
|
|
81
|
+
scripts/lisa-postinstall.mjs
|
|
82
|
+
scripts/lisa-reconcile-policy.mjs
|
|
83
|
+
scripts/lisa-run-gates.mjs
|
|
84
|
+
scripts/lisa-schema-validate.mjs
|
|
85
|
+
scripts/lisa-test-node.mjs
|
|
86
|
+
scripts/lisa-work-item.mjs
|
|
87
|
+
scripts/threshold-ratchet-compare.mjs
|
|
88
|
+
scripts/threshold-ratchet-families.mjs
|