@codyswann/lisa 3.56.0 → 3.59.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/{scripts → all/copy-overwrite/scripts}/check-conflict-markers.mjs +15 -8
- package/all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs +92 -5
- package/all/copy-overwrite/scripts/lisa-gates.mjs +1015 -33
- package/all/copy-overwrite/scripts/lisa-reconcile-policy.mjs +4 -4
- package/all/copy-overwrite/scripts/lisa-run-gates.mjs +12 -2
- package/dist/cli/gate-report-upstream.d.ts +33 -4
- package/dist/cli/gate-report-upstream.d.ts.map +1 -1
- package/dist/cli/gate-report-upstream.js +69 -11
- package/dist/cli/gate-report-upstream.js.map +1 -1
- package/dist/cli/gate-report.d.ts.map +1 -1
- package/dist/cli/gate-report.js +2 -10
- package/dist/cli/gate-report.js.map +1 -1
- package/dist/cli/ui-ci-quality-jobs-compute.js +2 -2
- package/dist/cli/ui-ci-quality-jobs-compute.js.map +1 -1
- package/dist/cli/ui-github-repo-expected.js +1 -1
- package/dist/cli/ui-github-repo-expected.js.map +1 -1
- package/dist/configs/vitest/base.d.ts +16 -12
- package/dist/configs/vitest/base.d.ts.map +1 -1
- package/dist/configs/vitest/base.js +51 -0
- package/dist/configs/vitest/base.js.map +1 -1
- package/dist/configs/vitest/cdk.d.ts +2 -2
- package/dist/configs/vitest/cdk.d.ts.map +1 -1
- package/dist/configs/vitest/cdk.js +4 -2
- package/dist/configs/vitest/cdk.js.map +1 -1
- package/dist/configs/vitest/harper-fabric.d.ts +2 -2
- package/dist/configs/vitest/harper-fabric.d.ts.map +1 -1
- package/dist/configs/vitest/harper-fabric.js +4 -2
- package/dist/configs/vitest/harper-fabric.js.map +1 -1
- package/dist/configs/vitest/nestjs.d.ts +2 -2
- package/dist/configs/vitest/nestjs.d.ts.map +1 -1
- package/dist/configs/vitest/nestjs.js +4 -2
- package/dist/configs/vitest/nestjs.js.map +1 -1
- package/dist/configs/vitest/phaser.d.ts +2 -2
- package/dist/configs/vitest/phaser.d.ts.map +1 -1
- package/dist/configs/vitest/phaser.js +4 -2
- package/dist/configs/vitest/phaser.js.map +1 -1
- package/dist/configs/vitest/scratch-global-setup.d.ts +72 -0
- package/dist/configs/vitest/scratch-global-setup.d.ts.map +1 -0
- package/dist/configs/vitest/scratch-global-setup.js +168 -0
- package/dist/configs/vitest/scratch-global-setup.js.map +1 -0
- package/dist/configs/vitest/scratch-setup.d.ts +12 -0
- package/dist/configs/vitest/scratch-setup.d.ts.map +1 -0
- package/dist/configs/vitest/scratch-setup.js +70 -0
- package/dist/configs/vitest/scratch-setup.js.map +1 -0
- package/dist/configs/vitest/scratch.d.ts +192 -0
- package/dist/configs/vitest/scratch.d.ts.map +1 -0
- package/dist/configs/vitest/scratch.js +301 -0
- package/dist/configs/vitest/scratch.js.map +1 -0
- package/dist/configs/vitest/typescript.d.ts +2 -2
- package/dist/configs/vitest/typescript.d.ts.map +1 -1
- package/dist/configs/vitest/typescript.js +4 -2
- package/dist/configs/vitest/typescript.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +28 -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 +35 -17
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/migrations/ensure-seeded-gates.d.ts +47 -0
- package/dist/migrations/ensure-seeded-gates.d.ts.map +1 -0
- package/dist/migrations/ensure-seeded-gates.js +139 -0
- package/dist/migrations/ensure-seeded-gates.js.map +1 -0
- package/dist/migrations/index.d.ts +1 -0
- package/dist/migrations/index.d.ts.map +1 -1
- package/dist/migrations/index.js +3 -0
- package/dist/migrations/index.js.map +1 -1
- package/expo/copy-overwrite/scripts/bdd/baseline.mjs +36 -45
- package/expo/copy-overwrite/scripts/bdd/render.mjs +1 -1
- package/expo/copy-overwrite/scripts/check-bdd-coverage.mjs +0 -6
- package/package.json +2 -2
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-sonar/SKILL.md +1 -1
- package/plugins/lisa/rules/reference/bdd-e2e-coverage.md +3 -3
- package/plugins/lisa/skills/lisa-setup-sonar/SKILL.md +1 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-setup-sonar/SKILL.md +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-copilot/rules/reference/bdd-e2e-coverage.md +3 -3
- package/plugins/lisa-copilot/skills/lisa-setup-sonar/SKILL.md +1 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/bdd-e2e-coverage-reference.mdc +3 -3
- package/plugins/lisa-cursor/skills/lisa-setup-sonar/SKILL.md +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/plugins/src/base/rules/reference/bdd-e2e-coverage.md +3 -3
- package/plugins/src/base/skills/lisa-setup-sonar/SKILL.md +1 -1
- package/typescript/copy-contents/.husky/pre-push +21 -0
- package/typescript/copy-overwrite/.prettierignore +1 -0
- package/typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs +13 -6
- package/typescript/create-only/.github/required-checks.json +1 -1
- package/typescript/package-lisa/package.lisa.json +1 -0
- package/ui/index.html +2 -2
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
4
4
|
"all/copy-contents/.gitattributes": "9d3831007e681186a3673e1037ef3fc82980cab2fc04e27c0868e562912c9e9f",
|
|
5
5
|
"all/copy-contents/gitignore": "8104ccd32d7e6137cae706511c5037d11d6b6045b8e2a9bb7b3a48a81c053cfa",
|
|
6
|
+
"all/copy-overwrite/scripts/check-conflict-markers.mjs": "92f4413e8becaf66244b67297acfb223227ac42c2ddb1f715c8bce269708e526",
|
|
6
7
|
"all/copy-overwrite/scripts/check-state-classification.mjs": "a72910f9885629dd6d8a739b900f5603e4b53d68ece64100a2a5647016b58e1e",
|
|
7
|
-
"all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs": "
|
|
8
|
+
"all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs": "b4a0b1a0df6e944313b4a197925a0003fb9aed517fbd5708deda2a2a67f53faf",
|
|
8
9
|
"all/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
9
10
|
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "014a94647efc636cbce961364a82f03c1f3c1e54a55e9d21508fded88dce49c4",
|
|
10
11
|
"all/copy-overwrite/scripts/lisa-commit-msg-gates.mjs": "5d587fd849cef02e9706d084ac2b508f3885da0ba59b76311e3b666f4fbff01e",
|
|
@@ -12,7 +13,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
12
13
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "b4cc14d5dc02c790ea3e51b0134b9c3d5e4a0e8ef08a652817f7485a0badde17",
|
|
13
14
|
"all/copy-overwrite/scripts/lisa-environment-prepare.mjs": "f936bc8a038a7901ade1ba58cc52e5f5a8b8b2a52a9f0c1516567cc80eb02ccb",
|
|
14
15
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "16f609ebf97f4f52e462ed97a774c2b56a33a99865cc11a5c069fbbbb45b007c",
|
|
15
|
-
"all/copy-overwrite/scripts/lisa-gates.mjs": "
|
|
16
|
+
"all/copy-overwrite/scripts/lisa-gates.mjs": "b19f334763699490cffdc2819b4848a798fcecbce82d19791cd57ea8bc92ffeb",
|
|
16
17
|
"all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "17c442bf60259d8183c7359bc54f992e8b7f305798704af1ed33f3e22e1a6006",
|
|
17
18
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "3e709e1ec8a5843c00684bc477ad32ddab2c5fdb11f71d5aeec0c49609eaf025",
|
|
18
19
|
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": "d3ef2562b718156912f0877f8a0668026f5966fcca43eb9e064aa57a4e9a4976",
|
|
@@ -22,8 +23,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
22
23
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": "cd47e1a54ce35a6446ed67d66f93d022445e94560e7238e6e031f199240e5e92",
|
|
23
24
|
"all/copy-overwrite/scripts/lisa-lint-staged-preflight.mjs": "ce4bc224a102e3ac2bc29d8f2038eefd619129d4639c25954c93f05011f7f977",
|
|
24
25
|
"all/copy-overwrite/scripts/lisa-postinstall.mjs": "98fe3adf3192a72f40eb75757193ce866f0a6123387377f6041e54d938df8d96",
|
|
25
|
-
"all/copy-overwrite/scripts/lisa-reconcile-policy.mjs": "
|
|
26
|
-
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "
|
|
26
|
+
"all/copy-overwrite/scripts/lisa-reconcile-policy.mjs": "d429b5c3ad47553a73cdb2e0ea3ee81268df85d5374b06a93233d1971f7d15da",
|
|
27
|
+
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "ba610745a8878bb9a21af249d6ab5b384fcf88e7c530db846f4f8163faba7a8e",
|
|
27
28
|
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "08cb25c2c49e0e5fd01e29861bbb8c90f612f9736ca2df86789fa72bd26d271e",
|
|
28
29
|
"all/copy-overwrite/scripts/lisa-test-node.mjs": "31b338144af00e20e3de02202982846d7333433a9bbda76a8c77d50e6fdbc47b",
|
|
29
30
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": "04401ae05bf9464e6929180ffdfff80afc528a1df20733b032a0342252ca1d4a",
|
|
@@ -98,17 +99,17 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
98
99
|
"expo/copy-overwrite/jest.setup.ts": "826ab9387f73b19f1faa2ee4263344a64f6fa34fa872ba1162fef9d81406e556",
|
|
99
100
|
"expo/copy-overwrite/knip.json": "054a6ac5289168f5b19ad705ca7dd0083a7feea1114d79014fbc72ed2a6f5a76",
|
|
100
101
|
"expo/copy-overwrite/scripts/bdd-matrix.mjs": "d5b4bddf925290c786564e00fb699a213446e736f1cb36e54c8d1e0d7fd79927",
|
|
101
|
-
"expo/copy-overwrite/scripts/bdd/baseline.mjs": "
|
|
102
|
+
"expo/copy-overwrite/scripts/bdd/baseline.mjs": "454eed958d278f97f0af8a95183e67a47e9368713bd77b3e3673aa9e79f91447",
|
|
102
103
|
"expo/copy-overwrite/scripts/bdd/contract.mjs": "0cbbc0801c6d5fddf030205b18bc6b4d133b0fac7abaf7af19072e8bc83e21ad",
|
|
103
104
|
"expo/copy-overwrite/scripts/bdd/discover.mjs": "6b3be9e8fb22fa054300edd99383c1a4573466a0bd9342b7d5e0c88dba5ab4b5",
|
|
104
105
|
"expo/copy-overwrite/scripts/bdd/envelope.mjs": "2b44e2baffd2bde541c95ed267f4a6962b421e3e7d2723d5f4660f8829c19645",
|
|
105
106
|
"expo/copy-overwrite/scripts/bdd/markdown-cell.mjs": "eafddef7d95b88652ef46fe87f9b62176a1ca08913e13e47c5eca8cd979f29e2",
|
|
106
107
|
"expo/copy-overwrite/scripts/bdd/parse.mjs": "46584d61812fb6684cc7a5fe4a2331d8fc486c0ed44f228b5049e2b1e6034fb8",
|
|
107
|
-
"expo/copy-overwrite/scripts/bdd/render.mjs": "
|
|
108
|
+
"expo/copy-overwrite/scripts/bdd/render.mjs": "e35475f7da84abb9c3ab2c55cfaa23c0dadd6e722d0086939bbcc69fafdf6232",
|
|
108
109
|
"expo/copy-overwrite/scripts/bdd/report.mjs": "41d9b085f9b593c77d9cd1be91d55cdff2440de233dcf8a6baac5574a68e1641",
|
|
109
110
|
"expo/copy-overwrite/scripts/bdd/validate.mjs": "82e89c8af789705cb992768510d1c23f84471bbca3028b3a07b577f10cfb26bf",
|
|
110
111
|
"expo/copy-overwrite/scripts/bdd/waivers.mjs": "4011bcc9643b93522d2082363a2e9de3309d92f82ec054d2988860bb7cd3d16c",
|
|
111
|
-
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "
|
|
112
|
+
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "27ed82a1f76efd40dbdf5d817f263dcef0cd9d7920e90e711016f4b60a5b1e2f",
|
|
112
113
|
"expo/copy-overwrite/scripts/check-e2e-coverage.mjs": "35f39f64b3d4f58d1da91b16337312a8b25354059e02017a7df2d793efb2f0d3",
|
|
113
114
|
"expo/copy-overwrite/scripts/classify-maestro-failures.mjs": "da1bca64624498b0c2254336eff5ddd31e1a0cbe59bff67c238c1cfbd4537c76",
|
|
114
115
|
"expo/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
@@ -424,7 +425,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
424
425
|
"plugins/src/base/rules/eager/work-item-definition-of-ready.md": "4285953f749aabee90dd44d7bff7e28a50e0a8c910917a96ebf81abfa425d836",
|
|
425
426
|
"plugins/src/base/rules/reference/automation-runbook-contract.md": "427be7bddf9a581dbb1c1fdbe07c02d4a1ff4ec96f4d91f409651b6ac4ff8a45",
|
|
426
427
|
"plugins/src/base/rules/reference/base-rules.md": "487ea1764c4b636ca4a33b78a90e925f028bb9a54182c0795cd1bbdc437a262d",
|
|
427
|
-
"plugins/src/base/rules/reference/bdd-e2e-coverage.md": "
|
|
428
|
+
"plugins/src/base/rules/reference/bdd-e2e-coverage.md": "c4b2bd970145451ab9f95e21f2b48d42fa4dd14e8a5077664ff391e47e13d8a6",
|
|
428
429
|
"plugins/src/base/rules/reference/claim-archaeology.md": "fff025d47848c768d5b2c7047de744b7151eb2e44148d2df058c87310859457b",
|
|
429
430
|
"plugins/src/base/rules/reference/claim-evidence-mapping.md": "49a3bbf4e8a9a8ca9e13eeafa672517d077060cfeb5d9710881ec9f5c3f3ec75",
|
|
430
431
|
"plugins/src/base/rules/reference/claim-time-guards.md": "50abda40a427d14560b401d32ff6b28e458298649e1ba48330105945b4128ed7",
|
|
@@ -682,7 +683,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
682
683
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/tool-floor.mjs": "8bf279a2b198c7a6d4163420ec73f871fb9c9cb70d7c87d852026bc5dbf97091",
|
|
683
684
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/toolchain.mjs": "496de5aed034692fee421dc3a1fbad9f85ed9e1d0c83a1080f781a486d0274e6",
|
|
684
685
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs": "97f83b16a0ee5fc84c3b793afce24602b9fd0f67ae89501f424eae804eaead12",
|
|
685
|
-
"plugins/src/base/skills/lisa-setup-sonar/SKILL.md": "
|
|
686
|
+
"plugins/src/base/skills/lisa-setup-sonar/SKILL.md": "de00597d260d5491837406a81b87a96b9307a7d87c040b35fc1d6e77ae2f5306",
|
|
686
687
|
"plugins/src/base/skills/lisa-setup-workstation/SKILL.md": "e57e64083c292f0402b704eeb647244be0f33ab17394a688bce57a1efd59f169",
|
|
687
688
|
"plugins/src/base/skills/lisa-setup-workstation/scripts/catalogue.mjs": "eb0b8ec8a5d4fd81402dcbf40e6ccb55eb5e0c960f11aa928e45b99de43fabbc",
|
|
688
689
|
"plugins/src/base/skills/lisa-setup-workstation/scripts/cli.mjs": "53b369907ce168991169521f50070f9741640c0c466ece7c7c4736455903fb00",
|
|
@@ -1066,7 +1067,6 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1066
1067
|
"rails/github-rulesets/quality-checks.json": "0ec1c366589edbaa6b8f45f940cef3ada5ed7b1a956d98d3fa6034b0f78fbc7c",
|
|
1067
1068
|
"rails/merge/.claude/settings.json": "9c49f8c7c453f8749c90def3e22d412c3345c533d24b30dc7745ffa052ad6fa1",
|
|
1068
1069
|
"scripts/build-plugins.sh": "00a3207bb5a485bfee80fb71be6e9577979fd156b15a85517e88a2f9261bc9f4",
|
|
1069
|
-
"scripts/check-conflict-markers.mjs": "3a2ab8dde9deab3e8ee750d5678b6653751abad2eb8f961500585ba38f502047",
|
|
1070
1070
|
"scripts/check-delivery-deletion-conflicts.mjs": "e7fe0064ad82a4dba17436657630a46891568a3d18930eb172fe9ee3f54196aa",
|
|
1071
1071
|
"scripts/check-derived-artifacts.mjs": "86cca46aa7f055ae149b5a378d56d2c4e5dbbbe48e020b79883e21cae50c5956",
|
|
1072
1072
|
"scripts/check-duplicate-versions.mjs": "26b26351dd2735dfd8d9a2436b89e876ce2ed93871d0b264f611215dd03d70ae",
|
|
@@ -1149,13 +1149,13 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1149
1149
|
"typescript/copy-contents/.husky/commit-msg": "1885cc0f655a5a336078db510ceb8854582c628cb813c14fd052a1f6aa3bab07",
|
|
1150
1150
|
"typescript/copy-contents/.husky/post-checkout": "f3abc4528e12d3ad2bc48b236d19f105e2817595c744156a558c62ae5551ccfb",
|
|
1151
1151
|
"typescript/copy-contents/.husky/pre-commit": "e37bf7e8e49139fd726bda6bfeb69dd30008d8e5d14fa562a3ff4f541f217e6f",
|
|
1152
|
-
"typescript/copy-contents/.husky/pre-push": "
|
|
1152
|
+
"typescript/copy-contents/.husky/pre-push": "9770dbd19a00b7cfe04df703edd22c4c08cc9fd160a555488fe8ae73ffff33c5",
|
|
1153
1153
|
"typescript/copy-contents/.husky/prepare-commit-msg": "4a719c20da65653f266e7c8a346b5546ad05f1dfa34665fc7fec47e89d2f58d1",
|
|
1154
1154
|
"typescript/copy-overwrite/.claude/hooks/worktree-create.sh": "8dbddc0297ca574d150b3e669550320bd2df6e592c083317626f53a91f36d349",
|
|
1155
1155
|
"typescript/copy-overwrite/.github/GITHUB_ACTIONS.md": "e968bd4474853f7ff2d03aa5c80a7dc5a6aa2b02eb84b2d1b97da88949d64106",
|
|
1156
1156
|
"typescript/copy-overwrite/.lintstagedrc.json": "60bf2d5e86bf9d72f04b8b14368591f104674ff80046fe8bd82e4174ca1523fd",
|
|
1157
1157
|
"typescript/copy-overwrite/.nvmrc": "0775c6feb7638122e8b68d611cd709bf270f7b5adb5d0d2baa9afab8a6c0fc42",
|
|
1158
|
-
"typescript/copy-overwrite/.prettierignore": "
|
|
1158
|
+
"typescript/copy-overwrite/.prettierignore": "c364a88b03f92028c74da5789afaa95c0dba3fd889784fa6aa72765821f2e1fd",
|
|
1159
1159
|
"typescript/copy-overwrite/.prettierrc.json": "a20621f79a064486fba53cc0ea3000a2ece3f312ff38495c6a6606a27d2a727c",
|
|
1160
1160
|
"typescript/copy-overwrite/.versionrc": "96d51e3087892bb795788dbd0ca3e5ebe7b67252e58adae5bbc469eaf424af35",
|
|
1161
1161
|
"typescript/copy-overwrite/.yamllint": "685de50b905e024ac8882cdf6443850e96a44744ac03366cae636ceb384dd4e0",
|
|
@@ -1173,7 +1173,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1173
1173
|
"typescript/copy-overwrite/eslint.slow.config.ts": "9f0efef2d1012e21a1d5e03eb98634bfeb459e3427147d75ad6905acbbab8466",
|
|
1174
1174
|
"typescript/copy-overwrite/knip.json": "d557bfb64c8c23d9f03c173798aa1f176f5e28d395ad6667f855049d4b886db6",
|
|
1175
1175
|
"typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "e58a0078ef3d1e1ef1c57e8004320010025c6c8414b17d5967fcaf601d28496c",
|
|
1176
|
-
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "
|
|
1176
|
+
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "3dc5c8c57ff052e29579bf4ba3900b2e65872c6d24177c39acd6fd830b051ad2",
|
|
1177
1177
|
"typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "efd42d163d34ebf9abbe462fe12ed2eb9786d2cefb517b77d9728dcf25403e38",
|
|
1178
1178
|
"typescript/copy-overwrite/scripts/check-verification-coverage.mjs": "0cddac03366644cdc99cc239e74520ac420d475b461a40a21728e43756872b07",
|
|
1179
1179
|
"typescript/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
@@ -1185,7 +1185,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1185
1185
|
"typescript/copy-overwrite/tsconfig.eslint.json": "8a8ae5e201b18887b8eeda5eb569747221695524d4193ea03b4338b97b7fa642",
|
|
1186
1186
|
"typescript/copy-overwrite/tsconfig.json": "8f4257fcd2cfd4b23e83e0fdd4908d41ee8f1ae75bb95d632e653a0ac13d58e4",
|
|
1187
1187
|
"typescript/copy-overwrite/vitest.config.ts": "dc140e617db43da38f456bcc909ae621a62996fe25e7b0babd5e81941308365c",
|
|
1188
|
-
"typescript/create-only/.github/required-checks.json": "
|
|
1188
|
+
"typescript/create-only/.github/required-checks.json": "cd20462deecc6ebed03cdb04fb4bd98d5b87c1072237328856dd743b17e041cc",
|
|
1189
1189
|
"typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml": "504aa5a04ce88a01d5b0407efd240d691a0cf8fac208a6ecfbf931f43f1437c3",
|
|
1190
1190
|
"typescript/create-only/.github/workflows/auto-update-pr-branches.yml": "4a379369c1dedd1751a24508cb1146e39beca6b92f4d31e0d32cb2e03eafe67e",
|
|
1191
1191
|
"typescript/create-only/.github/workflows/ci.yml": "409799708fe51716f3c8228950db3bb26864f43a01a9e6186f6d3d1970e29f2d",
|
|
@@ -1205,9 +1205,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1205
1205
|
"typescript/github-rulesets/quality-checks.json": "bcc64e1d21bb7c1466c58b1726788ce33a22229c5be363bb39fa5ce60209af39",
|
|
1206
1206
|
"typescript/merge/.claude/settings.json": "834e6456cae81f45073bbbb08bf731fef043efb30cae2658cb4a59f17e66d165",
|
|
1207
1207
|
"typescript/merge/.oxlintrc.json": "9504c20db80470c242c4ffe8cccad6951ed8141dfb5bf6503053e0b2712ab276",
|
|
1208
|
-
"typescript/package-lisa/package.lisa.json": "
|
|
1208
|
+
"typescript/package-lisa/package.lisa.json": "3963d603208a7482807e8aba67b92940f78cbccc5d0b3959b0c0b72322a3c8de",
|
|
1209
1209
|
"ui/README.md": "ee05dac69cbba5f74a4ff945e78afdd54bd62d26087a255799dbbfc943f52b45",
|
|
1210
|
-
"ui/index.html": "
|
|
1210
|
+
"ui/index.html": "5263286282a683fd6b65e46fac207d8a0ce4f3acc7699f73ff5eecde0b4dbe94",
|
|
1211
1211
|
});
|
|
1212
1212
|
/** Exact paths tracked by the public Lisa repository at generation time. */
|
|
1213
1213
|
export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
@@ -1343,6 +1343,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1343
1343
|
"README.md": true,
|
|
1344
1344
|
"all/copy-contents/.gitattributes": true,
|
|
1345
1345
|
"all/copy-contents/gitignore": true,
|
|
1346
|
+
"all/copy-overwrite/scripts/check-conflict-markers.mjs": true,
|
|
1346
1347
|
"all/copy-overwrite/scripts/check-state-classification.mjs": true,
|
|
1347
1348
|
"all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs": true,
|
|
1348
1349
|
"all/copy-overwrite/scripts/lib/invoked-as-script.mjs": true,
|
|
@@ -7028,7 +7029,6 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7028
7029
|
"rails/merge/.claude/settings.json": true,
|
|
7029
7030
|
"scratchpad/decision-points.sh": true,
|
|
7030
7031
|
"scripts/build-plugins.sh": true,
|
|
7031
|
-
"scripts/check-conflict-markers.mjs": true,
|
|
7032
7032
|
"scripts/check-delivery-deletion-conflicts.mjs": true,
|
|
7033
7033
|
"scripts/check-derived-artifacts.mjs": true,
|
|
7034
7034
|
"scripts/check-duplicate-versions.mjs": true,
|
|
@@ -7294,6 +7294,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7294
7294
|
"src/configs/vitest/index.ts": true,
|
|
7295
7295
|
"src/configs/vitest/nestjs.ts": true,
|
|
7296
7296
|
"src/configs/vitest/phaser.ts": true,
|
|
7297
|
+
"src/configs/vitest/scratch-global-setup.ts": true,
|
|
7298
|
+
"src/configs/vitest/scratch-setup.ts": true,
|
|
7299
|
+
"src/configs/vitest/scratch.ts": true,
|
|
7297
7300
|
"src/configs/vitest/typescript.ts": true,
|
|
7298
7301
|
"src/configs/worktrees.ts": true,
|
|
7299
7302
|
"src/copilot/copilot-instructions-installer.ts": true,
|
|
@@ -7395,6 +7398,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7395
7398
|
"src/migrations/ensure-oxlint-base-configs.ts": true,
|
|
7396
7399
|
"src/migrations/ensure-playwright-dedicated-caller.ts": true,
|
|
7397
7400
|
"src/migrations/ensure-quality-caller-scopes.ts": true,
|
|
7401
|
+
"src/migrations/ensure-seeded-gates.ts": true,
|
|
7398
7402
|
"src/migrations/ensure-sonar-excludes-lisa-harness.ts": true,
|
|
7399
7403
|
"src/migrations/ensure-tsconfig-local-files-fallback.ts": true,
|
|
7400
7404
|
"src/migrations/ensure-tsconfig-local-includes.ts": true,
|
|
@@ -7571,11 +7575,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7571
7575
|
"tests/helpers/__fixtures__/margin-guard-case.ts": true,
|
|
7572
7576
|
"tests/helpers/__fixtures__/wiki-status-fixture.ts": true,
|
|
7573
7577
|
"tests/helpers/cpu-budget.ts": true,
|
|
7578
|
+
"tests/helpers/gate-capture.ts": true,
|
|
7574
7579
|
"tests/helpers/hook-roster.ts": true,
|
|
7575
7580
|
"tests/helpers/io-latency-budget.ts": true,
|
|
7576
7581
|
"tests/helpers/nightly-e2e-gate-harness.ts": true,
|
|
7577
7582
|
"tests/helpers/nightly-e2e-reporting-harness.ts": true,
|
|
7578
7583
|
"tests/helpers/readiness-workflow-fixtures.ts": true,
|
|
7584
|
+
"tests/helpers/repo-file-walk.ts": true,
|
|
7579
7585
|
"tests/helpers/safety-net-guard-fixtures.ts": true,
|
|
7580
7586
|
"tests/helpers/safety-net-guard-harness.ts": true,
|
|
7581
7587
|
"tests/helpers/safety-net-subst-fixtures.ts": true,
|
|
@@ -7598,6 +7604,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7598
7604
|
"tests/integration/floor-collisions-gate-fail-closed.test.ts": true,
|
|
7599
7605
|
"tests/integration/gate-config-validity-job.test.ts": true,
|
|
7600
7606
|
"tests/integration/gate-failure-vocabulary-bite.test.ts": true,
|
|
7607
|
+
"tests/integration/hardcoded-invocation-fixture.ts": true,
|
|
7608
|
+
"tests/integration/hardcoded-invocation-inventory.test.ts": true,
|
|
7601
7609
|
"tests/integration/jest-expo-haste-pruning.test.ts": true,
|
|
7602
7610
|
"tests/integration/lisa.test.ts": true,
|
|
7603
7611
|
"tests/integration/maestro-build-reuse.test.ts": true,
|
|
@@ -7634,6 +7642,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7634
7642
|
"tests/integration/push-collects-integration-tree-once.test.ts": true,
|
|
7635
7643
|
"tests/integration/quality-gate-e2e-browser.test.ts": true,
|
|
7636
7644
|
"tests/integration/quality-gate-facade-fixture.ts": true,
|
|
7645
|
+
"tests/integration/quality-gate-facade-jobs.ts": true,
|
|
7637
7646
|
"tests/integration/quality-gate-facade.test.ts": true,
|
|
7638
7647
|
"tests/integration/quality-gate-moment-input.test.ts": true,
|
|
7639
7648
|
"tests/integration/quality-gate-off-state.test.ts": true,
|
|
@@ -7822,6 +7831,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7822
7831
|
"tests/unit/config/brace-expansion-security-floor.test.ts": true,
|
|
7823
7832
|
"tests/unit/config/coderabbit-labeling-scope.test.ts": true,
|
|
7824
7833
|
"tests/unit/config/coverage-unit-script-runner-parity.test.ts": true,
|
|
7834
|
+
"tests/unit/config/declared-gate-executors.test.ts": true,
|
|
7825
7835
|
"tests/unit/config/dependabot-not-distributed.test.ts": true,
|
|
7826
7836
|
"tests/unit/config/eslint-ignore-wiki.test.ts": true,
|
|
7827
7837
|
"tests/unit/config/eslint-no-unused-vars.test.ts": true,
|
|
@@ -7857,11 +7867,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7857
7867
|
"tests/unit/config/security-pin-floors.test.ts": true,
|
|
7858
7868
|
"tests/unit/config/shipped-mjs-roster.test.ts": true,
|
|
7859
7869
|
"tests/unit/config/template-script-toolchain.test.ts": true,
|
|
7870
|
+
"tests/unit/config/test-scratch-guard.test.ts": true,
|
|
7860
7871
|
"tests/unit/config/tsconfig-no-unused-flags.test.ts": true,
|
|
7861
7872
|
"tests/unit/config/tsconfig-template-references.test.ts": true,
|
|
7862
7873
|
"tests/unit/config/vitest-base.test.ts": true,
|
|
7863
7874
|
"tests/unit/config/vitest-cdk.test.ts": true,
|
|
7864
7875
|
"tests/unit/config/vitest-nestjs.test.ts": true,
|
|
7876
|
+
"tests/unit/config/vitest-scratch-install.test.ts": true,
|
|
7877
|
+
"tests/unit/config/vitest-scratch.test.ts": true,
|
|
7865
7878
|
"tests/unit/config/vitest-typescript.test.ts": true,
|
|
7866
7879
|
"tests/unit/config/work-item-traceability-gate-level.test.ts": true,
|
|
7867
7880
|
"tests/unit/config/work-item-traceability-scope-gate.test.ts": true,
|
|
@@ -7938,7 +7951,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7938
7951
|
"tests/unit/health/package-surfaces.test.ts": true,
|
|
7939
7952
|
"tests/unit/health/storage.test.ts": true,
|
|
7940
7953
|
"tests/unit/helpers/bounded-spawn-sync.test.ts": true,
|
|
7954
|
+
"tests/unit/helpers/gate-capture.test.ts": true,
|
|
7941
7955
|
"tests/unit/helpers/io-latency-budget.test.ts": true,
|
|
7956
|
+
"tests/unit/helpers/test-budget-conformance.test.ts": true,
|
|
7942
7957
|
"tests/unit/hooks/block-direct-issue-create-bypasses.test.ts": true,
|
|
7943
7958
|
"tests/unit/hooks/block-direct-issue-create-cross-repo.test.ts": true,
|
|
7944
7959
|
"tests/unit/hooks/block-direct-issue-create-declarations.test.ts": true,
|
|
@@ -8003,6 +8018,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8003
8018
|
"tests/unit/migrations/ensure-oxlint-base-configs.test.ts": true,
|
|
8004
8019
|
"tests/unit/migrations/ensure-playwright-dedicated-caller.test.ts": true,
|
|
8005
8020
|
"tests/unit/migrations/ensure-quality-caller-scopes.test.ts": true,
|
|
8021
|
+
"tests/unit/migrations/ensure-seeded-gates.test.ts": true,
|
|
8006
8022
|
"tests/unit/migrations/ensure-sonar-excludes-lisa-harness.test.ts": true,
|
|
8007
8023
|
"tests/unit/migrations/ensure-tsconfig-local-files-fallback.test.ts": true,
|
|
8008
8024
|
"tests/unit/migrations/ensure-tsconfig-local-includes.test.ts": true,
|
|
@@ -8083,11 +8099,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8083
8099
|
"tests/unit/scripts/lisa-environment-prepare.test.ts": true,
|
|
8084
8100
|
"tests/unit/scripts/lisa-gates-evidence.test.ts": true,
|
|
8085
8101
|
"tests/unit/scripts/lisa-gates-fixtures.ts": true,
|
|
8102
|
+
"tests/unit/scripts/lisa-gates-hardcoded-invocations.test.ts": true,
|
|
8086
8103
|
"tests/unit/scripts/lisa-gates-moment-validation.test.ts": true,
|
|
8087
8104
|
"tests/unit/scripts/lisa-gates-order.test.ts": true,
|
|
8088
8105
|
"tests/unit/scripts/lisa-gates-resolution.test.ts": true,
|
|
8089
8106
|
"tests/unit/scripts/lisa-gates-self-config.test.ts": true,
|
|
8090
8107
|
"tests/unit/scripts/lisa-gates-skip-jobs.test.ts": true,
|
|
8108
|
+
"tests/unit/scripts/lisa-gates-tool-moments.test.ts": true,
|
|
8091
8109
|
"tests/unit/scripts/lisa-gates.test.ts": true,
|
|
8092
8110
|
"tests/unit/scripts/lisa-github-environments.test.ts": true,
|
|
8093
8111
|
"tests/unit/scripts/lisa-github-repo-settings.test.ts": true,
|