@codyswann/lisa 3.69.4 → 3.69.6
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/all/copy-overwrite/scripts/lisa-gates.mjs +200 -15
- package/dist/cli/doctor-skip-jobs-migration.d.ts.map +1 -1
- package/dist/cli/doctor-skip-jobs-migration.js +6 -0
- package/dist/cli/doctor-skip-jobs-migration.js.map +1 -1
- package/dist/cli/gate-report-sections.d.ts.map +1 -1
- package/dist/cli/gate-report-sections.js +2 -0
- package/dist/cli/gate-report-sections.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +11 -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 +13 -8
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/copy-overwrite/scripts/bdd/contract.mjs +41 -2
- package/expo/copy-overwrite/scripts/bdd/envelope.mjs +18 -68
- package/expo/copy-overwrite/scripts/check-bdd-coverage.mjs +135 -206
- package/expo/create-only/bdd/coverage-map.json +1 -7
- 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/scripts/check-learnings-budget.ts +93 -18
- package/typescript/create-only/.github/workflows/required-checks-drift.yml +10 -4
- package/typescript/github-rulesets/quality-checks.json +4 -0
|
@@ -14,7 +14,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
14
14
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "b4cc14d5dc02c790ea3e51b0134b9c3d5e4a0e8ef08a652817f7485a0badde17",
|
|
15
15
|
"all/copy-overwrite/scripts/lisa-environment-prepare.mjs": "f936bc8a038a7901ade1ba58cc52e5f5a8b8b2a52a9f0c1516567cc80eb02ccb",
|
|
16
16
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "16f609ebf97f4f52e462ed97a774c2b56a33a99865cc11a5c069fbbbb45b007c",
|
|
17
|
-
"all/copy-overwrite/scripts/lisa-gates.mjs": "
|
|
17
|
+
"all/copy-overwrite/scripts/lisa-gates.mjs": "4b8236c11146725b2f0ae297c1741193bba2808cfc408336e9741dfa4eb424ad",
|
|
18
18
|
"all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "17c442bf60259d8183c7359bc54f992e8b7f305798704af1ed33f3e22e1a6006",
|
|
19
19
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "3e709e1ec8a5843c00684bc477ad32ddab2c5fdb11f71d5aeec0c49609eaf025",
|
|
20
20
|
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": "d3ef2562b718156912f0877f8a0668026f5966fcca43eb9e064aa57a4e9a4976",
|
|
@@ -100,16 +100,16 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
100
100
|
"expo/copy-overwrite/knip.json": "054a6ac5289168f5b19ad705ca7dd0083a7feea1114d79014fbc72ed2a6f5a76",
|
|
101
101
|
"expo/copy-overwrite/scripts/bdd-matrix.mjs": "d5b4bddf925290c786564e00fb699a213446e736f1cb36e54c8d1e0d7fd79927",
|
|
102
102
|
"expo/copy-overwrite/scripts/bdd/baseline.mjs": "454eed958d278f97f0af8a95183e67a47e9368713bd77b3e3673aa9e79f91447",
|
|
103
|
-
"expo/copy-overwrite/scripts/bdd/contract.mjs": "
|
|
103
|
+
"expo/copy-overwrite/scripts/bdd/contract.mjs": "7b47fd4a705aecd7c898f7fbbda4689d3fceda2dfe1bc959a06941f119d2e313",
|
|
104
104
|
"expo/copy-overwrite/scripts/bdd/discover.mjs": "6b3be9e8fb22fa054300edd99383c1a4573466a0bd9342b7d5e0c88dba5ab4b5",
|
|
105
|
-
"expo/copy-overwrite/scripts/bdd/envelope.mjs": "
|
|
105
|
+
"expo/copy-overwrite/scripts/bdd/envelope.mjs": "2d9dd28911c66a7cb6cadeaf10f86fa4dd5ded75fc38b0d3946d81d8878c1929",
|
|
106
106
|
"expo/copy-overwrite/scripts/bdd/markdown-cell.mjs": "eafddef7d95b88652ef46fe87f9b62176a1ca08913e13e47c5eca8cd979f29e2",
|
|
107
107
|
"expo/copy-overwrite/scripts/bdd/parse.mjs": "46584d61812fb6684cc7a5fe4a2331d8fc486c0ed44f228b5049e2b1e6034fb8",
|
|
108
108
|
"expo/copy-overwrite/scripts/bdd/render.mjs": "e35475f7da84abb9c3ab2c55cfaa23c0dadd6e722d0086939bbcc69fafdf6232",
|
|
109
109
|
"expo/copy-overwrite/scripts/bdd/report.mjs": "41d9b085f9b593c77d9cd1be91d55cdff2440de233dcf8a6baac5574a68e1641",
|
|
110
110
|
"expo/copy-overwrite/scripts/bdd/validate.mjs": "82e89c8af789705cb992768510d1c23f84471bbca3028b3a07b577f10cfb26bf",
|
|
111
111
|
"expo/copy-overwrite/scripts/bdd/waivers.mjs": "4011bcc9643b93522d2082363a2e9de3309d92f82ec054d2988860bb7cd3d16c",
|
|
112
|
-
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "
|
|
112
|
+
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "2f9b65a14ae256e15da62424d01dbd378f55e4da60959aeaee9c59cf1ab2e39b",
|
|
113
113
|
"expo/copy-overwrite/scripts/check-e2e-coverage.mjs": "35f39f64b3d4f58d1da91b16337312a8b25354059e02017a7df2d793efb2f0d3",
|
|
114
114
|
"expo/copy-overwrite/scripts/classify-maestro-failures.mjs": "da1bca64624498b0c2254336eff5ddd31e1a0cbe59bff67c238c1cfbd4537c76",
|
|
115
115
|
"expo/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
@@ -127,7 +127,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
127
127
|
"expo/create-only/.maestro/flake-classification.json": "b1259c17a875dcdc0fa2398bb280f084e898f46fefaf51e35c3c5aadcbef5a5d",
|
|
128
128
|
"expo/create-only/.zap/baseline.conf": "ab18d74ba5270dd5d795e740cd6b1292bb78dc36c79a20c1e7b752d14c0c55f5",
|
|
129
129
|
"expo/create-only/babel.config.js": "86503c2f3ccf13749e1c7674c97ab8df4cb28a8d346bd5ddcb65787290b5a9a3",
|
|
130
|
-
"expo/create-only/bdd/coverage-map.json": "
|
|
130
|
+
"expo/create-only/bdd/coverage-map.json": "b2c247a774494f04712634d4fe2d6592980f79e7115ee11f880475c88ba7816c",
|
|
131
131
|
"expo/create-only/bdd/features/.keep": "b807c9c94a3b00b93d2463a9b098dac41db227ac1f5b0b1cb746e5e6f68de15d",
|
|
132
132
|
"expo/create-only/e2e.thresholds.json": "23ac9bab7fe84cfa542785156425e020af9baabdbeb1a53293ae7e2395e4dd92",
|
|
133
133
|
"expo/create-only/eas.json": "3d710e6c1ac1d40e60aab765c8766f276a5ee1012057b0eda405eac54d301321",
|
|
@@ -1073,7 +1073,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1073
1073
|
"scripts/check-delivery-deletion-conflicts.mjs": "e7fe0064ad82a4dba17436657630a46891568a3d18930eb172fe9ee3f54196aa",
|
|
1074
1074
|
"scripts/check-derived-artifacts.mjs": "86cca46aa7f055ae149b5a378d56d2c4e5dbbbe48e020b79883e21cae50c5956",
|
|
1075
1075
|
"scripts/check-duplicate-versions.mjs": "26b26351dd2735dfd8d9a2436b89e876ce2ed93871d0b264f611215dd03d70ae",
|
|
1076
|
-
"scripts/check-learnings-budget.ts": "
|
|
1076
|
+
"scripts/check-learnings-budget.ts": "0112c857910880a5e53c4fa6bccc3ad7f060854d3402cb36bd81216181e54160",
|
|
1077
1077
|
"scripts/check-plugins-sync.sh": "3a99cbff0e8ec5e7c944690eae003a6d51b51c85436d77bd37faea4d553728af",
|
|
1078
1078
|
"scripts/check-required-check-promotions.mjs": "ae7a3d80beb98d8069af12d2d588e76f73f7a329b1f883ddbe1818bb1b5cafa9",
|
|
1079
1079
|
"scripts/check-rules-pairing.sh": "4d4a0d9e8d36794a22020f419c879d7336b1c5bfe883acdcc826d26764560c7a",
|
|
@@ -1194,7 +1194,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1194
1194
|
"typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml": "504aa5a04ce88a01d5b0407efd240d691a0cf8fac208a6ecfbf931f43f1437c3",
|
|
1195
1195
|
"typescript/create-only/.github/workflows/auto-update-pr-branches.yml": "4a379369c1dedd1751a24508cb1146e39beca6b92f4d31e0d32cb2e03eafe67e",
|
|
1196
1196
|
"typescript/create-only/.github/workflows/ci.yml": "409799708fe51716f3c8228950db3bb26864f43a01a9e6186f6d3d1970e29f2d",
|
|
1197
|
-
"typescript/create-only/.github/workflows/required-checks-drift.yml": "
|
|
1197
|
+
"typescript/create-only/.github/workflows/required-checks-drift.yml": "cb939b57c8c96cb79d0524fa607ae7d936757db64ab1e04442a0a0540cc78e57",
|
|
1198
1198
|
"typescript/create-only/.gitleaksignore": "6927d376648675331801c798a4390b652a22a3e5d350cd26f36d42c10af02d67",
|
|
1199
1199
|
"typescript/create-only/audit.ignore.local.json": "096eba7c600446a2f906369a6ff747804a51b9ad3153ca10d9a1d673e416b337",
|
|
1200
1200
|
"typescript/create-only/eslint.config.local.ts": "9194ea9f5d7696a5354022475774813aebde504bbf53a4fecbe1e97f2af75b2b",
|
|
@@ -1207,7 +1207,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1207
1207
|
"typescript/create-only/vitest.config.local.ts": "a70a6d2a4f210304cf84b8017b2c628c0ef689712c4f745ef45e1fcfffac4050",
|
|
1208
1208
|
"typescript/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
|
|
1209
1209
|
"typescript/deletions.json": "f34c7e0a3cb6a8e19f0529a0141cd331d37162638204ede8d13cd49cb985823e",
|
|
1210
|
-
"typescript/github-rulesets/quality-checks.json": "
|
|
1210
|
+
"typescript/github-rulesets/quality-checks.json": "3aa1c6dbc703ad2ecd87c6f7fdff1aae118696dba95c9795c2c954c6b8a444d9",
|
|
1211
1211
|
"typescript/merge/.claude/settings.json": "834e6456cae81f45073bbbb08bf731fef043efb30cae2658cb4a59f17e66d165",
|
|
1212
1212
|
"typescript/merge/.oxlintrc.json": "9504c20db80470c242c4ffe8cccad6951ed8141dfb5bf6503053e0b2712ab276",
|
|
1213
1213
|
"typescript/package-lisa/package.lisa.json": "b341e8c09d109d634d5069030632a0a03e90e357af4888a205e6495952344af3",
|
|
@@ -1296,6 +1296,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1296
1296
|
".github/GITHUB_ACTIONS.md": true,
|
|
1297
1297
|
".github/pull_request_template.md": true,
|
|
1298
1298
|
".github/required-check-promotions.json": true,
|
|
1299
|
+
".github/required-checks.json": true,
|
|
1299
1300
|
".github/workflow-package-floor.json": true,
|
|
1300
1301
|
".github/workflows/auto-update-pr-branches-dispatch.yml": true,
|
|
1301
1302
|
".github/workflows/auto-update-pr-branches.yml": true,
|
|
@@ -7684,6 +7685,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7684
7685
|
"tests/integration/prepare-setup-command.test.ts": true,
|
|
7685
7686
|
"tests/integration/presence-gated-absence-fail-closed.test.ts": true,
|
|
7686
7687
|
"tests/integration/push-collects-integration-tree-once.test.ts": true,
|
|
7688
|
+
"tests/integration/quality-dual-adoption-controls.test.ts": true,
|
|
7687
7689
|
"tests/integration/quality-gate-e2e-browser.test.ts": true,
|
|
7688
7690
|
"tests/integration/quality-gate-facade-fixture.ts": true,
|
|
7689
7691
|
"tests/integration/quality-gate-facade-jobs.ts": true,
|
|
@@ -7694,6 +7696,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7694
7696
|
"tests/integration/quality-gate-preallocation.test.ts": true,
|
|
7695
7697
|
"tests/integration/quality-gate-runner-validation.test.ts": true,
|
|
7696
7698
|
"tests/integration/quality-gate-skip-jobs-mapping.test.ts": true,
|
|
7699
|
+
"tests/integration/quality-non-declarable-jobs.test.ts": true,
|
|
7697
7700
|
"tests/integration/quality-script-presence-jobs.test.ts": true,
|
|
7698
7701
|
"tests/integration/quality-ungated-jobs.test.ts": true,
|
|
7699
7702
|
"tests/integration/quality-workflow.test.ts": true,
|
|
@@ -7703,6 +7706,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7703
7706
|
"tests/integration/reusable-workflow-caller-scopes.test.ts": true,
|
|
7704
7707
|
"tests/integration/security-floors-gate.test.ts": true,
|
|
7705
7708
|
"tests/integration/seeded-gates-preserve-hook-outcomes.test.ts": true,
|
|
7709
|
+
"tests/integration/skipped-required-checks-gate-fail-closed.test.ts": true,
|
|
7706
7710
|
"tests/integration/standards-proof-fixture.ts": true,
|
|
7707
7711
|
"tests/integration/standards-proof-rails.test.ts": true,
|
|
7708
7712
|
"tests/integration/standards-proof-tamper.test.ts": true,
|
|
@@ -7916,6 +7920,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7916
7920
|
"tests/unit/config/postinstall-cloud-session-guard.test.ts": true,
|
|
7917
7921
|
"tests/unit/config/rails-template.test.ts": true,
|
|
7918
7922
|
"tests/unit/config/release-push-retry.test.ts": true,
|
|
7923
|
+
"tests/unit/config/required-checks-declaration.test.ts": true,
|
|
7919
7924
|
"tests/unit/config/scratch-run-root-teardown.test.ts": true,
|
|
7920
7925
|
"tests/unit/config/security-pin-floors.test.ts": true,
|
|
7921
7926
|
"tests/unit/config/shipped-mjs-roster.test.ts": true,
|