@codyswann/lisa 3.39.0 โ 3.40.0
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/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +9 -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 +6 -3
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/create-only/.github/workflows/nightly-e2e-report.yml +40 -0
- 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/scripts/check-nightly-e2e-health.mjs +531 -18
- package/typescript/copy-overwrite/scripts/nightly-e2e-suites.schema.json +4 -0
|
@@ -31,6 +31,21 @@ name: ๐ Nightly E2E Report
|
|
|
31
31
|
# the runs they produced; running it first reports on yesterday's.
|
|
32
32
|
# 3. Leave the `nightly-e2e` label alone once issues exist under it โ the label
|
|
33
33
|
# is how this job finds the issue it already owns.
|
|
34
|
+
# 4. If you renamed either half of the gate's job name, set `gate_context` to
|
|
35
|
+
# match โ see below.
|
|
36
|
+
#
|
|
37
|
+
# ## What the issue says about blocking merges is MEASURED (ยง10.7)
|
|
38
|
+
#
|
|
39
|
+
# The reporter reads `dev`'s branch rules at generation time and renders one of
|
|
40
|
+
# `required` / `not_required` / `unknown` into the issue title, body and close
|
|
41
|
+
# comment. It does NOT assume. That is a fix, not a feature: this reporter used
|
|
42
|
+
# to state that pull requests were blocked in every issue it filed, and in
|
|
43
|
+
# TunnlAI/frontend that was false โ zero required contexts on `dev` matched the
|
|
44
|
+
# gate, and people were burning audited bypass labels to clear a gate that was
|
|
45
|
+
# not gating.
|
|
46
|
+
#
|
|
47
|
+
# If your issues say `not blocking merges` and you expected otherwise, the gate
|
|
48
|
+
# is not wired into your ruleset. That is the ruleset to fix, not this file.
|
|
34
49
|
#
|
|
35
50
|
# ## Concurrency
|
|
36
51
|
#
|
|
@@ -63,7 +78,32 @@ jobs:
|
|
|
63
78
|
uses: CodySwannGT/lisa/.github/workflows/nightly-e2e-report.yml@v3.35.0
|
|
64
79
|
with:
|
|
65
80
|
branch: dev
|
|
81
|
+
# The status-check context the GATE publishes, used to MEASURE whether it
|
|
82
|
+
# is actually required on `branch`. This default is the composite GitHub
|
|
83
|
+
# builds from `nightly-e2e-health.yml`'s job name plus the reusable's job
|
|
84
|
+
# name (`๐ Nightly E2E Health` / `๐ Gate`), byte for byte, emoji
|
|
85
|
+
# included. Change it only if you renamed either half โ and if you did,
|
|
86
|
+
# your ruleset needs the same edit or the gate is already disarmed (ยง5).
|
|
87
|
+
gate_context: '๐ Nightly E2E Health / ๐ Gate'
|
|
88
|
+
# Quoted in the issue's waiver instructions, and only when the gate is
|
|
89
|
+
# actually required. KEEP IT IDENTICAL to nightly-e2e-health.yml's
|
|
90
|
+
# `bypass_label`, or the issue will tell people to apply a label the gate
|
|
91
|
+
# does not read.
|
|
92
|
+
bypass_label: nightly-e2e-bypass
|
|
93
|
+
# Pin the tracking issue while its suite is red; unpin it on green.
|
|
94
|
+
# OFF by default โ GitHub allows only three pinned issues per repository,
|
|
95
|
+
# so spending one is a choice. Past the limit the pin is a warning and the
|
|
96
|
+
# issue is still filed correctly; a full pin board never fails this job.
|
|
97
|
+
pin_issues: false
|
|
66
98
|
# KEEP THIS IDENTICAL to the `suites` value in nightly-e2e-health.yml.
|
|
99
|
+
#
|
|
100
|
+
# `"gated": false` on a suite makes its issue say "this suite does not
|
|
101
|
+
# gate merges" instead of claiming to block. Use it for a suite you track
|
|
102
|
+
# but do not enforce โ an ungated suite that claimed to block merges is
|
|
103
|
+
# crying wolf, and a reader who catches one gate lying stops believing the
|
|
104
|
+
# ones telling the truth. It can only make the claim WEAKER: `true` never
|
|
105
|
+
# manufactures a blocking claim on a branch where the gate is not
|
|
106
|
+
# required.
|
|
67
107
|
suites: |
|
|
68
108
|
[
|
|
69
109
|
{
|
package/package.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"ws": ">=8.21.0"
|
|
135
135
|
},
|
|
136
136
|
"name": "@codyswann/lisa",
|
|
137
|
-
"version": "3.
|
|
137
|
+
"version": "3.40.0",
|
|
138
138
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
139
139
|
"main": "dist/index.js",
|
|
140
140
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
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.40.0",
|
|
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.40.0",
|
|
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.40.0",
|
|
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.40.0",
|
|
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"
|