@codyswann/lisa 3.47.4 → 3.47.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/lib/gate-failure-diagnosis.mjs +270 -0
- package/all/copy-overwrite/scripts/lisa-gates.mjs +30 -0
- package/all/copy-overwrite/scripts/lisa-run-gates.mjs +294 -34
- package/all/copy-overwrite/scripts/lisa-schema-validate.mjs +126 -32
- package/all/copy-overwrite/scripts/lisa-work-item.mjs +83 -26
- package/dist/configs/eslint/expo.d.ts +50 -1
- package/dist/configs/eslint/expo.d.ts.map +1 -1
- package/dist/configs/eslint/expo.js +86 -5
- package/dist/configs/eslint/expo.js.map +1 -1
- package/dist/core/downstream-names.d.ts +83 -0
- package/dist/core/downstream-names.d.ts.map +1 -0
- package/dist/core/downstream-names.js +289 -0
- package/dist/core/downstream-names.js.map +1 -0
- package/dist/core/downstream-references.d.ts +21 -6
- package/dist/core/downstream-references.d.ts.map +1 -1
- package/dist/core/downstream-references.js +19 -16
- package/dist/core/downstream-references.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +16 -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 +23 -10
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/migrations/ensure-tsconfig-local-includes.d.ts +1 -1
- package/dist/migrations/ensure-tsconfig-local-includes.js +1 -1
- package/expo/copy-overwrite/eslint.config.ts +9 -0
- package/expo/copy-overwrite/eslint.expo.ts +92 -4
- package/package.json +5 -2
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/rules/reference/design-value-binding.md +4 -0
- 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-copilot/rules/reference/design-value-binding.md +4 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/design-value-binding-reference.mdc +4 -0
- 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/design-value-binding.md +4 -0
- package/scripts/lisa-mutation.mjs +13 -0
- package/typescript/copy-contents/.husky/pre-push +7 -1
- package/typescript/copy-overwrite/scripts/lisa-mutation.mjs +496 -122
- package/typescript/package-lisa/package.lisa.json +1 -0
|
@@ -4,13 +4,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
4
4
|
"all/copy-contents/.gitattributes": "9d3831007e681186a3673e1037ef3fc82980cab2fc04e27c0868e562912c9e9f",
|
|
5
5
|
"all/copy-contents/gitignore": "8104ccd32d7e6137cae706511c5037d11d6b6045b8e2a9bb7b3a48a81c053cfa",
|
|
6
6
|
"all/copy-overwrite/scripts/check-state-classification.mjs": "a72910f9885629dd6d8a739b900f5603e4b53d68ece64100a2a5647016b58e1e",
|
|
7
|
+
"all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs": "503b51e9239411d07ce6b51dbe2b3079bb12e94bf7c0310e76247af19ff667e6",
|
|
7
8
|
"all/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
8
9
|
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "014a94647efc636cbce961364a82f03c1f3c1e54a55e9d21508fded88dce49c4",
|
|
9
10
|
"all/copy-overwrite/scripts/lisa-destructive-guard.mjs": "f0f3c43bbb6d1e389135b0205a051e64891e539d4272df2a87841ee82a8b7a55",
|
|
10
11
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "b4cc14d5dc02c790ea3e51b0134b9c3d5e4a0e8ef08a652817f7485a0badde17",
|
|
11
12
|
"all/copy-overwrite/scripts/lisa-environment-prepare.mjs": "f936bc8a038a7901ade1ba58cc52e5f5a8b8b2a52a9f0c1516567cc80eb02ccb",
|
|
12
13
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "16f609ebf97f4f52e462ed97a774c2b56a33a99865cc11a5c069fbbbb45b007c",
|
|
13
|
-
"all/copy-overwrite/scripts/lisa-gates.mjs": "
|
|
14
|
+
"all/copy-overwrite/scripts/lisa-gates.mjs": "96077d0bbcf53ccc6b1baadef319cb9fa9979413bcff418ecea5abd136ff3491",
|
|
14
15
|
"all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "698131242f9ea27ea00e864d4b302f4ccc4a24d1383cb8ca9f0b17b565796197",
|
|
15
16
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "3e709e1ec8a5843c00684bc477ad32ddab2c5fdb11f71d5aeec0c49609eaf025",
|
|
16
17
|
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": "d3ef2562b718156912f0877f8a0668026f5966fcca43eb9e064aa57a4e9a4976",
|
|
@@ -21,10 +22,10 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
21
22
|
"all/copy-overwrite/scripts/lisa-lint-staged-preflight.mjs": "ce4bc224a102e3ac2bc29d8f2038eefd619129d4639c25954c93f05011f7f977",
|
|
22
23
|
"all/copy-overwrite/scripts/lisa-postinstall.mjs": "98fe3adf3192a72f40eb75757193ce866f0a6123387377f6041e54d938df8d96",
|
|
23
24
|
"all/copy-overwrite/scripts/lisa-reconcile-policy.mjs": "3c062d0b79961a9a93a822507e893dcdaa71d65d735557727d20464c2489d812",
|
|
24
|
-
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "
|
|
25
|
-
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "
|
|
25
|
+
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "94453bdae8ab3dd2eba0883c4b278027396090e0bdc8e2f102414abc6415912a",
|
|
26
|
+
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "08cb25c2c49e0e5fd01e29861bbb8c90f612f9736ca2df86789fa72bd26d271e",
|
|
26
27
|
"all/copy-overwrite/scripts/lisa-test-node.mjs": "31b338144af00e20e3de02202982846d7333433a9bbda76a8c77d50e6fdbc47b",
|
|
27
|
-
"all/copy-overwrite/scripts/lisa-work-item.mjs": "
|
|
28
|
+
"all/copy-overwrite/scripts/lisa-work-item.mjs": "2289eb74705b6e24fc947182fb3cd64422b918d0dcb3abf546c2452ab247b5b8",
|
|
28
29
|
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": "d153b7c2953a30f180e38f09e98240c63327f5196eeba9bdf545e5a1f125a879",
|
|
29
30
|
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": "6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
|
|
30
31
|
"all/create-only/.agents/rules/README.md": "fd260fd9b2934d0d698a8098dfff07fedc071849d588e602d773666678c3d540",
|
|
@@ -87,8 +88,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
87
88
|
"eslint-plugin-ui-standards/rules/no-direct-rn-imports.js": "e25d0c26e865ea72c4914a7c3f10ff92bd084efd04f8665c896b1d9eed923299",
|
|
88
89
|
"eslint-plugin-ui-standards/rules/no-unbound-design-value.js": "838d6a46741d5c47398383a2b0366a62d3b408ffb126b695c110d77041c0e43b",
|
|
89
90
|
"expo/copy-overwrite/.easignore.extra": "1d30dac09405c41e23f6212553abacea478d7759b69c18edac0c0053f00e0d37",
|
|
90
|
-
"expo/copy-overwrite/eslint.config.ts": "
|
|
91
|
-
"expo/copy-overwrite/eslint.expo.ts": "
|
|
91
|
+
"expo/copy-overwrite/eslint.config.ts": "bb02718e1a809151c282d5fc54a1b570fe1cc86236dc1e5f2bcb570b06a22baa",
|
|
92
|
+
"expo/copy-overwrite/eslint.expo.ts": "31ec984b1922dbd8c177588d37a8d6c25bc5e91063186cc8d60197c83f6c707f",
|
|
92
93
|
"expo/copy-overwrite/eslint.slow.config.ts": "48d6a35be75450becde07d30d859c970c48a0438e730845272629c8ec677d3eb",
|
|
93
94
|
"expo/copy-overwrite/jest.config.ts": "b58454a9cf55cf5c1449457fe8eae8390471c57787bdee05b5e34710aa89950a",
|
|
94
95
|
"expo/copy-overwrite/jest.expo.ts": "e6d7dffc4c83fccc02e0b2d2a52e10de30c8c00a12de44184e960bd6155edcd6",
|
|
@@ -435,7 +436,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
435
436
|
"plugins/src/base/rules/reference/dependency-trust-classes.md": "82216b80d4807e0ad302d04924032cc6a7a95b26f72ea853e378572a5c31821c",
|
|
436
437
|
"plugins/src/base/rules/reference/derived-branch-plan.md": "728ef5366d8d2645cce47e4544a7c175d7a7ba8bd6f7768ddb21e4415d53f4ad",
|
|
437
438
|
"plugins/src/base/rules/reference/design-source-of-truth.md": "38f477cb0703627ac5daf561a9a1c42bd41be6d20113aba22f30d5e47d573dcf",
|
|
438
|
-
"plugins/src/base/rules/reference/design-value-binding.md": "
|
|
439
|
+
"plugins/src/base/rules/reference/design-value-binding.md": "d93b79608cd7d6b5795a46c103a0cfa54d7b96d193058d08ce2139709353a008",
|
|
439
440
|
"plugins/src/base/rules/reference/do-it-now.md": "46fdcc335e115d0f387af398789f443ef8dd3ab17de5f7d95120c31f913a8fce",
|
|
440
441
|
"plugins/src/base/rules/reference/documentation-source-paths.md": "555155889c9cf279865b9d8fc554bdd461c96a3ec76a5001dfeb361a71056999",
|
|
441
442
|
"plugins/src/base/rules/reference/empirical-inquiry.md": "8cb166ab9eff4eb30287822a4d7843f76884d70d683d7c61d6a7ffd4ff9f7159",
|
|
@@ -1113,6 +1114,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1113
1114
|
"scripts/lisa-github-repo-settings.sh": "4afbccdfb08c62ba13afee42ec8561a28facf87c61f6f4b80000115328364d54",
|
|
1114
1115
|
"scripts/lisa-github-repo-setup.sh": "dc2f1c9d718aa34ba57161120d9319b5f78fe6b0b496d8e3c77226a08795aa36",
|
|
1115
1116
|
"scripts/lisa-github-rulesets.sh": "3e496f8d2d294d68c9f4d156684943dd2c7e35f2aaccf476ea4c7309c3a57b77",
|
|
1117
|
+
"scripts/lisa-mutation.mjs": "74603e61f493d700318feb862f61ee1653430700b5edf232e70241ccdedac587",
|
|
1116
1118
|
"scripts/lisa-remote-env/session-start.sh": "cb63d08b14ab7aa2d405e6770e0cf7db5d6588ae1dcb924ea6224b026fcff496",
|
|
1117
1119
|
"scripts/lisa-remote-env/setup.sh": "c30d98a5645f033fc1d3a723043691b9ad997ae5666df539ff6aa19c563431b2",
|
|
1118
1120
|
"scripts/lisa-update-local.sh": "c811f9e10dbcb38499a9791c1ae9051460b347051d04a1d2046925bab9a53c96",
|
|
@@ -1144,7 +1146,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1144
1146
|
"typescript/copy-contents/.husky/commit-msg": "7c925044ba7c38e6ffc9f981f743f7d7a8ba7b2b587fc71b23f1b08c115556e6",
|
|
1145
1147
|
"typescript/copy-contents/.husky/post-checkout": "f3abc4528e12d3ad2bc48b236d19f105e2817595c744156a558c62ae5551ccfb",
|
|
1146
1148
|
"typescript/copy-contents/.husky/pre-commit": "e37bf7e8e49139fd726bda6bfeb69dd30008d8e5d14fa562a3ff4f541f217e6f",
|
|
1147
|
-
"typescript/copy-contents/.husky/pre-push": "
|
|
1149
|
+
"typescript/copy-contents/.husky/pre-push": "a8005d506320dafe752aa9bc2d59c3f6cc787eded92dacf3990ecc8e9ec1e0f4",
|
|
1148
1150
|
"typescript/copy-contents/.husky/prepare-commit-msg": "4a719c20da65653f266e7c8a346b5546ad05f1dfa34665fc7fec47e89d2f58d1",
|
|
1149
1151
|
"typescript/copy-overwrite/.claude/hooks/worktree-create.sh": "8dbddc0297ca574d150b3e669550320bd2df6e592c083317626f53a91f36d349",
|
|
1150
1152
|
"typescript/copy-overwrite/.github/GITHUB_ACTIONS.md": "e968bd4474853f7ff2d03aa5c80a7dc5a6aa2b02eb84b2d1b97da88949d64106",
|
|
@@ -1172,7 +1174,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1172
1174
|
"typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "6bcf8b88b1d5ade1aa7c7902ba12af1df7b0b13d4e69c49a24f76a92474c93ec",
|
|
1173
1175
|
"typescript/copy-overwrite/scripts/check-verification-coverage.mjs": "0cddac03366644cdc99cc239e74520ac420d475b461a40a21728e43756872b07",
|
|
1174
1176
|
"typescript/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
1175
|
-
"typescript/copy-overwrite/scripts/lisa-mutation.mjs": "
|
|
1177
|
+
"typescript/copy-overwrite/scripts/lisa-mutation.mjs": "227dfa273802d6a5c03c3bf67136b743de98370127c7417db454f2e7424e98a0",
|
|
1176
1178
|
"typescript/copy-overwrite/scripts/nightly-e2e-suites.schema.json": "bce579fc87a3ca892dc96f0366ef8afdc650a20015f4623f2561662ec7a1f6c8",
|
|
1177
1179
|
"typescript/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "b5e064971bc29a052ee3757c24696c2fd8c2cd83cd3200a2420dba52351c395c",
|
|
1178
1180
|
"typescript/copy-overwrite/scripts/threshold-ratchet-families.mjs": "f50e35d11295a836bd5b6d818aed6daea68ff70bdffbbdf9f67b09984a2628da",
|
|
@@ -1200,7 +1202,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1200
1202
|
"typescript/github-rulesets/quality-checks.json": "cb544af6fb2e3c97b4eb59cca00a30e3dcb566b000d0496c01261f958b3c8295",
|
|
1201
1203
|
"typescript/merge/.claude/settings.json": "834e6456cae81f45073bbbb08bf731fef043efb30cae2658cb4a59f17e66d165",
|
|
1202
1204
|
"typescript/merge/.oxlintrc.json": "9504c20db80470c242c4ffe8cccad6951ed8141dfb5bf6503053e0b2712ab276",
|
|
1203
|
-
"typescript/package-lisa/package.lisa.json": "
|
|
1205
|
+
"typescript/package-lisa/package.lisa.json": "e89a3414cafedc3ee933542b3718582727e2159d7807fdf47a50d9e0492618fa",
|
|
1204
1206
|
"ui/README.md": "deeb35e767ea5dd2883268835ea3ad21cbad9fa63ec8d8ff5e200f0e2a7d2751",
|
|
1205
1207
|
"ui/index.html": "8952fdef959d76c75cbb3aa50467f396e14a56cc8d092c543a6a2a0b88590520",
|
|
1206
1208
|
});
|
|
@@ -1338,6 +1340,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1338
1340
|
"all/copy-contents/.gitattributes": true,
|
|
1339
1341
|
"all/copy-contents/gitignore": true,
|
|
1340
1342
|
"all/copy-overwrite/scripts/check-state-classification.mjs": true,
|
|
1343
|
+
"all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs": true,
|
|
1341
1344
|
"all/copy-overwrite/scripts/lib/invoked-as-script.mjs": true,
|
|
1342
1345
|
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": true,
|
|
1343
1346
|
"all/copy-overwrite/scripts/lisa-destructive-guard.mjs": true,
|
|
@@ -1566,6 +1569,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1566
1569
|
"harper-fabric/merge/.oxlintrc.json": true,
|
|
1567
1570
|
"harper-fabric/package-lisa/package.lisa.json": true,
|
|
1568
1571
|
"knip.json": true,
|
|
1572
|
+
"mutation.gate.json": true,
|
|
1569
1573
|
"nestjs/copy-overwrite/eslint.config.ts": true,
|
|
1570
1574
|
"nestjs/copy-overwrite/eslint.nestjs.ts": true,
|
|
1571
1575
|
"nestjs/copy-overwrite/eslint.slow.config.ts": true,
|
|
@@ -7068,6 +7072,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7068
7072
|
"scripts/lisa-github-repo-settings.sh": true,
|
|
7069
7073
|
"scripts/lisa-github-repo-setup.sh": true,
|
|
7070
7074
|
"scripts/lisa-github-rulesets.sh": true,
|
|
7075
|
+
"scripts/lisa-mutation.mjs": true,
|
|
7071
7076
|
"scripts/lisa-remote-env/session-start.sh": true,
|
|
7072
7077
|
"scripts/lisa-remote-env/setup.sh": true,
|
|
7073
7078
|
"scripts/lisa-update-local.sh": true,
|
|
@@ -7259,6 +7264,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7259
7264
|
"src/core/apply-receipt.ts": true,
|
|
7260
7265
|
"src/core/bootstrap-environment.ts": true,
|
|
7261
7266
|
"src/core/config.ts": true,
|
|
7267
|
+
"src/core/downstream-names.ts": true,
|
|
7262
7268
|
"src/core/downstream-references.ts": true,
|
|
7263
7269
|
"src/core/git-service.ts": true,
|
|
7264
7270
|
"src/core/guard-capabilities.ts": true,
|
|
@@ -7544,6 +7550,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7544
7550
|
"tests/integration/failure-issue-workflows.test.ts": true,
|
|
7545
7551
|
"tests/integration/floor-collisions-gate-fail-closed.test.ts": true,
|
|
7546
7552
|
"tests/integration/gate-config-validity-job.test.ts": true,
|
|
7553
|
+
"tests/integration/gate-failure-vocabulary-bite.test.ts": true,
|
|
7547
7554
|
"tests/integration/jest-expo-haste-pruning.test.ts": true,
|
|
7548
7555
|
"tests/integration/lisa.test.ts": true,
|
|
7549
7556
|
"tests/integration/maestro-build-reuse.test.ts": true,
|
|
@@ -7559,12 +7566,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7559
7566
|
"tests/integration/maestro-native-driver-retry.test.ts": true,
|
|
7560
7567
|
"tests/integration/maestro-native-flake-classification.test.ts": true,
|
|
7561
7568
|
"tests/integration/maestro-native-flow-runner.test.ts": true,
|
|
7569
|
+
"tests/integration/maestro-native-suite-scope.test.ts": true,
|
|
7562
7570
|
"tests/integration/maestro-native-workflow.test.ts": true,
|
|
7563
7571
|
"tests/integration/maestro-native-zero-flow.test.ts": true,
|
|
7564
7572
|
"tests/integration/maestro-pre-suite-exports.test.ts": true,
|
|
7565
7573
|
"tests/integration/maestro-pre-suite-seam.test.ts": true,
|
|
7566
7574
|
"tests/integration/mjs-suite-runner-resolution.test.ts": true,
|
|
7567
7575
|
"tests/integration/mutation-gate-bite.test.ts": true,
|
|
7576
|
+
"tests/integration/mutation-gate-diff-bite.test.ts": true,
|
|
7568
7577
|
"tests/integration/nightly-e2e-gate-contract-doc.test.ts": true,
|
|
7569
7578
|
"tests/integration/nightly-e2e-grace-wiring.test.ts": true,
|
|
7570
7579
|
"tests/integration/nightly-e2e-health-workflow.test.ts": true,
|
|
@@ -7750,6 +7759,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7750
7759
|
"tests/unit/config/eslint-shipped-mjs-clean.test.ts": true,
|
|
7751
7760
|
"tests/unit/config/eslint-shipped-mjs-coverage.test.ts": true,
|
|
7752
7761
|
"tests/unit/config/eslint-test-files-override.test.ts": true,
|
|
7762
|
+
"tests/unit/config/expo-design-value-arming.test.ts": true,
|
|
7753
7763
|
"tests/unit/config/expo-eslint-local-config.test.ts": true,
|
|
7754
7764
|
"tests/unit/config/fast-xml-parser-security-floor.test.ts": true,
|
|
7755
7765
|
"tests/unit/config/gitleaks-template.test.ts": true,
|
|
@@ -7969,6 +7979,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7969
7979
|
"tests/unit/scripts/e2e-coverage-run-awareness.test.ts": true,
|
|
7970
7980
|
"tests/unit/scripts/e2e-coverage.test.ts": true,
|
|
7971
7981
|
"tests/unit/scripts/floor-collisions.test.ts": true,
|
|
7982
|
+
"tests/unit/scripts/gate-failure-diagnosis.test.ts": true,
|
|
7972
7983
|
"tests/unit/scripts/generate-agy-plugin-artifacts.test.ts": true,
|
|
7973
7984
|
"tests/unit/scripts/generate-copilot-plugin-artifacts.test.ts": true,
|
|
7974
7985
|
"tests/unit/scripts/generate-cursor-plugin-artifacts.artifacts.test.ts": true,
|
|
@@ -7990,6 +8001,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7990
8001
|
"tests/unit/scripts/lisa-github-environments.test.ts": true,
|
|
7991
8002
|
"tests/unit/scripts/lisa-github-repo-settings.test.ts": true,
|
|
7992
8003
|
"tests/unit/scripts/lisa-github-rulesets.test.ts": true,
|
|
8004
|
+
"tests/unit/scripts/lisa-mutation-gate.test.ts": true,
|
|
7993
8005
|
"tests/unit/scripts/lisa-owned-hash-ledger.test.ts": true,
|
|
7994
8006
|
"tests/unit/scripts/lisa-postinstall.test.ts": true,
|
|
7995
8007
|
"tests/unit/scripts/lisa-reconcile-policy-fixtures.ts": true,
|
|
@@ -8031,6 +8043,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8031
8043
|
"tests/unit/scripts/required-check-promotions.repo.test.ts": true,
|
|
8032
8044
|
"tests/unit/scripts/required-check-promotions.test.ts": true,
|
|
8033
8045
|
"tests/unit/scripts/required-check-promotions.wiring.test.ts": true,
|
|
8046
|
+
"tests/unit/scripts/schema-validate-keyword-forms.test.ts": true,
|
|
8034
8047
|
"tests/unit/scripts/security-floors.test.ts": true,
|
|
8035
8048
|
"tests/unit/scripts/setup-jira-cli-config.test.ts": true,
|
|
8036
8049
|
"tests/unit/scripts/skipped-required-checks-wiring.test.ts": true,
|