@codyswann/lisa 2.348.0 โ 2.349.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/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +26 -3
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/create-only/.github/required-checks.json +52 -0
- package/expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml +83 -0
- package/expo/create-only/.github/workflows/nightly-e2e-health.yml +140 -0
- package/expo/github-rulesets/{playwright.json โ nightly-e2e-health.json} +3 -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
- package/typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs +1516 -0
- package/typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs +580 -0
- package/typescript/copy-overwrite/scripts/nightly-e2e-suites.schema.json +85 -0
- package/typescript/create-only/.github/required-checks.json +28 -0
- package/typescript/package-lisa/package.lisa.json +4 -1
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_readme": [
|
|
3
|
+
"Two REVIEWED SNAPSHOTS that scripts/check-skipped-required-checks.mjs makes police each other.",
|
|
4
|
+
"Neither is derivable from this repository: `required_contexts` lives in a GitHub ruleset that humans edit in an admin console, and the skip_jobs token -> job name map lives in Lisa's quality.yml, which is not vendored here.",
|
|
5
|
+
"Why it matters: GitHub counts a SKIPPED required status check as SATISFIED. A job named in `skip_jobs` still reports green against its required context having run zero steps, so the merge gate can never be red and therefore can never block anything.",
|
|
6
|
+
"Transcribe `required_contexts` BYTE FOR BYTE from the ruleset, emoji and the ' / ' separator included. The guard compares with exact string equality on purpose: a repo routinely carries confusable pairs (an external app's required `SonarCloud Code Analysis` beside a skippable, not-required `SonarCloud SAST`; `Run Tests` beside `Run Unit Tests`), and a fuzzy match would raise a false alarm whose obvious fix is to delete the guard.",
|
|
7
|
+
"Run `node scripts/check-skipped-required-checks.mjs --remote` periodically: two snapshots in one repo can only catch each other drifting from the CODE, never from a ruleset edited in the console.",
|
|
8
|
+
"Fill in `ruleset.repo` / `ruleset.ids` before --remote can work. Find the ids with: gh api repos/OWNER/NAME/rulesets --jq '.[] | \"\\(.id) \\(.name)\"'"
|
|
9
|
+
],
|
|
10
|
+
"ruleset": {
|
|
11
|
+
"repo": "",
|
|
12
|
+
"ids": [],
|
|
13
|
+
"baseline_fetched_at": ""
|
|
14
|
+
},
|
|
15
|
+
"workflows": [".github/workflows/ci.yml"],
|
|
16
|
+
"exemption_ticket_pattern": "^[A-Z][A-Z0-9]+-\\d+$",
|
|
17
|
+
"required_contexts": [
|
|
18
|
+
"๐ Quality Checks / ๐งน Lint",
|
|
19
|
+
"๐ Quality Checks / ๐ Type Check",
|
|
20
|
+
"๐ Quality Checks / ๐๏ธ Build",
|
|
21
|
+
"๐ Quality Checks / ๐ Check Formatting",
|
|
22
|
+
"๐ Quality Checks / ๐ Security Scan",
|
|
23
|
+
"๐ Quality Checks / ๐งช Run Unit Tests",
|
|
24
|
+
"๐ Quality Checks / ๐งช Run Integration Tests",
|
|
25
|
+
"๐ Quality Checks / ๐ Work-Item Traceability"
|
|
26
|
+
],
|
|
27
|
+
"skip_job_declarations": {}
|
|
28
|
+
}
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"knip:check": "knip",
|
|
17
17
|
"knip:fix": "knip --fix",
|
|
18
18
|
"sg:scan": "ast-grep scan",
|
|
19
|
-
"prepare": "node -e \"if (process.env.INIT_CWD?.includes('.serverless')) process.exit(0); process.exit(1);\" || husky install || true"
|
|
19
|
+
"prepare": "node -e \"if (process.env.INIT_CWD?.includes('.serverless')) process.exit(0); process.exit(1);\" || husky install || true",
|
|
20
|
+
"nightly:health": "node scripts/check-nightly-e2e-health.mjs",
|
|
21
|
+
"check:skipped-required-checks": "node scripts/check-skipped-required-checks.mjs",
|
|
22
|
+
"check:skipped-required-checks:remote": "node scripts/check-skipped-required-checks.mjs --remote"
|
|
20
23
|
},
|
|
21
24
|
"devDependencies": {
|
|
22
25
|
"eslint-plugin-oxlint": "^1.62.0",
|