@codyswann/lisa 2.314.0 → 2.316.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 -4
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- 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/hooks/enforce-verification-gate.sh +52 -2
- package/plugins/lisa/rules/eager/automation-runbook-contract.md +25 -0
- package/plugins/lisa/rules/eager/empirical-inquiry.md +1 -0
- package/plugins/lisa/rules/eager/settled-decisions.md +55 -0
- package/plugins/lisa/rules/eager/stale-state-claims.md +26 -0
- package/plugins/lisa/rules/reference/falsifiable-checks.md +1 -0
- package/plugins/lisa/rules/reference/settled-decisions.md +29 -0
- package/plugins/lisa/rules/reference/stale-state-claims.md +88 -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/hooks/enforce-verification-gate.sh +52 -2
- package/plugins/lisa-copilot/rules/eager/automation-runbook-contract.md +25 -0
- package/plugins/lisa-copilot/rules/eager/empirical-inquiry.md +1 -0
- package/plugins/lisa-copilot/rules/eager/settled-decisions.md +55 -0
- package/plugins/lisa-copilot/rules/eager/stale-state-claims.md +26 -0
- package/plugins/lisa-copilot/rules/reference/falsifiable-checks.md +1 -0
- package/plugins/lisa-copilot/rules/reference/settled-decisions.md +29 -0
- package/plugins/lisa-copilot/rules/reference/stale-state-claims.md +88 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/hooks/enforce-verification-gate.sh +52 -2
- package/plugins/lisa-cursor/rules/automation-runbook-contract.mdc +25 -0
- package/plugins/lisa-cursor/rules/empirical-inquiry.mdc +1 -0
- package/plugins/lisa-cursor/rules/falsifiable-checks-reference.mdc +1 -0
- package/plugins/lisa-cursor/rules/settled-decisions-reference.mdc +34 -0
- package/plugins/lisa-cursor/rules/settled-decisions.mdc +60 -0
- package/plugins/lisa-cursor/rules/stale-state-claims-reference.mdc +93 -0
- package/plugins/lisa-cursor/rules/stale-state-claims.mdc +31 -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/hooks/enforce-verification-gate.sh +52 -2
- package/plugins/src/base/rules/eager/automation-runbook-contract.md +25 -0
- package/plugins/src/base/rules/eager/empirical-inquiry.md +1 -0
- package/plugins/src/base/rules/eager/settled-decisions.md +55 -0
- package/plugins/src/base/rules/eager/stale-state-claims.md +26 -0
- package/plugins/src/base/rules/reference/falsifiable-checks.md +1 -0
- package/plugins/src/base/rules/reference/settled-decisions.md +29 -0
- package/plugins/src/base/rules/reference/stale-state-claims.md +88 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAkkEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAs6MjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -291,7 +291,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
291
291
|
"plugins/src/base/hooks/cleanup-stale-worktrees.sh": "c9b2fcca1b34d6f636b5289ece11b254cbb8ee2c2bac5c2e426b6f4dcfa972f2",
|
|
292
292
|
"plugins/src/base/hooks/debug-hook.sh": "50124ffc72d7914553b0ed259882f2202643cdccf238380675ac1ff6d8d27d05",
|
|
293
293
|
"plugins/src/base/hooks/enforce-team-first.sh": "51d2e929ea6c04e7c7851be7849dd7d3e7cd0c211b4c8fb856e858a51ddeeb58",
|
|
294
|
-
"plugins/src/base/hooks/enforce-verification-gate.sh": "
|
|
294
|
+
"plugins/src/base/hooks/enforce-verification-gate.sh": "29885d07ff6da70f193ea0f0691d63f324deb79fbd7ede519596415875d94458",
|
|
295
295
|
"plugins/src/base/hooks/inject-flow-context.sh": "f4ab07065762d592c0fc36be2e4918e767b293aaa4094b9d85d69010576c6dbf",
|
|
296
296
|
"plugins/src/base/hooks/inject-rules.sh": "89a3780250e21aefa0eb83235523835ec0f83b25807b1ccc21f7a397a0459842",
|
|
297
297
|
"plugins/src/base/hooks/install-pkgs.sh": "e9a13faba849a277410dde911ab102ee6f88ef915b33571bb1d4eef904172db5",
|
|
@@ -306,7 +306,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
306
306
|
"plugins/src/base/hooks/threshold-ratchet.sh": "b86f4d0b554e44fd119ad8a8920cd0ba6c9dbe779f7ee219d381cf0629453990",
|
|
307
307
|
"plugins/src/base/hooks/ticket-sync-reminder.sh": "212f80bcdfd9e3ec2254987c5a7186d1d2d38065b330ddcdc631f76df7c4a6c0",
|
|
308
308
|
"plugins/src/base/hooks/track-plan-sessions.sh": "8bc47dcad3aed628df0c9efbe7b6f3df87635b94b0c54c71e0bd52eceace563a",
|
|
309
|
-
"plugins/src/base/rules/eager/automation-runbook-contract.md": "
|
|
309
|
+
"plugins/src/base/rules/eager/automation-runbook-contract.md": "3d082e2f9a980ccf1dd6b51cc7251dfb171a53f8dcc36c11b4d9fd1f3d89dec7",
|
|
310
310
|
"plugins/src/base/rules/eager/base-rules.md": "d3a4bd518acf2c6f4e866042542f9155fdbf5b2fdad5747e1afd097bdef15351",
|
|
311
311
|
"plugins/src/base/rules/eager/claim-archaeology.md": "96afa034075593dfb7433c5c990b472a6b6f7320332da42ef54b1f01fa45664b",
|
|
312
312
|
"plugins/src/base/rules/eager/claim-evidence-mapping.md": "d12a6153b8c22db2826153c479d107c7a885e22cbcdd49e4fd8193e0cbbe8ae3",
|
|
@@ -317,7 +317,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
317
317
|
"plugins/src/base/rules/eager/dependency-internalization-kit.md": "9e2cc78afffc477c14718390ed88c42f781911c51fb7c13dada497f9e956b1a3",
|
|
318
318
|
"plugins/src/base/rules/eager/dependency-trust-classes.md": "43a0932a7b8d4fd075b66bfe778025d808a13d9aa61ae793e9eb2fc8a555a381",
|
|
319
319
|
"plugins/src/base/rules/eager/documentation-source-paths.md": "3a7c2a6264654a3cc44dd326441ba211a39c1c267033cc189c1c635adb84b52b",
|
|
320
|
-
"plugins/src/base/rules/eager/empirical-inquiry.md": "
|
|
320
|
+
"plugins/src/base/rules/eager/empirical-inquiry.md": "e638352e2426110eb831a2c4c7dbbd302f578009cdc5bc69258bddf3677c2f44",
|
|
321
321
|
"plugins/src/base/rules/eager/factory-model.md": "dee39b4276926ee27a2614bf26b985fd33bb3d115313fa6e2893de12da13ed7c",
|
|
322
322
|
"plugins/src/base/rules/eager/falsifiable-checks.md": "f26bb06e17f27e2b4d2e45657df6e5b0b3990124d5937a0701d8bf5a7e47d6f8",
|
|
323
323
|
"plugins/src/base/rules/eager/history-audit.md": "e2365e3fb28230c643e943d26688a93906afa68e3e1355d3e86d4b22ab3db559",
|
|
@@ -334,6 +334,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
334
334
|
"plugins/src/base/rules/eager/rejection-detection.md": "c80771ce3b59230734e66e582b11b548b6da2498a2f822eca5db70379150ea66",
|
|
335
335
|
"plugins/src/base/rules/eager/repo-scope-split.md": "a1702d6d0e9d80abc118b7c32a97ba9a988b195d86363b2d7a35e71752d9bd2e",
|
|
336
336
|
"plugins/src/base/rules/eager/security-audit-handling.md": "1f6effe92be66736a0c9fab634c5fdd6ad1e789865faa67bb783c67ddb4ad490",
|
|
337
|
+
"plugins/src/base/rules/eager/settled-decisions.md": "f5339c81b8d29f628830e6147314cbb941b9d9e6d87c3834d8fe7adc4b46ef4c",
|
|
338
|
+
"plugins/src/base/rules/eager/stale-state-claims.md": "faf5057f5910237b8d5048dbcccb73e0cd03762a8eefbeae43b5d0153104a85a",
|
|
337
339
|
"plugins/src/base/rules/eager/tool-access-gate.md": "a5413a43ec353f768586e0a1cde3836db025cb5d8b80821020602995e71aa296",
|
|
338
340
|
"plugins/src/base/rules/eager/tracked-work.md": "ab784db4efee993e28dd2b9c8696f19ee049222890b0cae977bff5435f698aff",
|
|
339
341
|
"plugins/src/base/rules/eager/upstream-to-lisa.md": "eb8b37e789423dba78e3a77951db087c4d3f56a88478b63107ec6b9ddbf23b13",
|
|
@@ -354,7 +356,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
354
356
|
"plugins/src/base/rules/reference/documentation-source-paths.md": "555155889c9cf279865b9d8fc554bdd461c96a3ec76a5001dfeb361a71056999",
|
|
355
357
|
"plugins/src/base/rules/reference/empirical-inquiry.md": "85f4552aa4c561677de40fd01bc6cccf5dbcf13865647db9df819d11f3cc3389",
|
|
356
358
|
"plugins/src/base/rules/reference/factory-model.md": "b28a2ea4df7c33390111667a2807d9003cf8c9a14829f6fb0dbc929b05bfed3a",
|
|
357
|
-
"plugins/src/base/rules/reference/falsifiable-checks.md": "
|
|
359
|
+
"plugins/src/base/rules/reference/falsifiable-checks.md": "89015d3c21b38de5f6d871ef6d97f64820d0068cf93c5c3ab58927f65741944f",
|
|
358
360
|
"plugins/src/base/rules/reference/history-audit.md": "20a46390f71fadda499c61193d430c3d53df49b55a4cefa50a112f82fa4b05ef",
|
|
359
361
|
"plugins/src/base/rules/reference/integration-access-layer.md": "8b0a0fc0e63492efce79c58a0fc1f112748b17ad59383cfdb9c25300b29a2c8b",
|
|
360
362
|
"plugins/src/base/rules/reference/intent-routing.md": "cc3f77c7b394645b89e0bf388a0db50544a2986af61d7a5646f4ef278e94d817",
|
|
@@ -369,6 +371,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
369
371
|
"plugins/src/base/rules/reference/rejection-detection.md": "9088ce1560c13a8753b44bab80d9f9101e8a59404a2df3fd80ff2ab539ae0aef",
|
|
370
372
|
"plugins/src/base/rules/reference/repo-scope-split.md": "209920b49dfae89460ef5366d5f2213e47d32ed3c2e23ed0b50e8283c37ad57c",
|
|
371
373
|
"plugins/src/base/rules/reference/security-audit-handling.md": "9633e11ac89af26444a272449f36fe03f26e61fab40ca16a0ab50464725f7d8c",
|
|
374
|
+
"plugins/src/base/rules/reference/settled-decisions.md": "6c84f309a1f765eba1648d6ace836387bd96b924f245c16cf3629f501ef6bb18",
|
|
375
|
+
"plugins/src/base/rules/reference/stale-state-claims.md": "6329e1a7629f9a12f10454c767842aecee4964df8b7bb4aebda9dde3c0959c2a",
|
|
372
376
|
"plugins/src/base/rules/reference/tool-access-gate.md": "70fcd6cd92dc003a40886b1bef02540e6401f5b70ba97308d42bbbddc0206eab",
|
|
373
377
|
"plugins/src/base/rules/reference/tracked-work.md": "cc956e7a61d8f65bfc4e0e3bc4c3da1b5a9e541683aa17dc1850979d04abac24",
|
|
374
378
|
"plugins/src/base/rules/reference/upstream-to-lisa.md": "dcf07f8eba66aaf1d132bfaeff73cbf7576279822893235a3c3f8cbc4a4a3323",
|
|
@@ -2322,6 +2326,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2322
2326
|
"plugins/lisa-copilot/rules/eager/rejection-detection.md": true,
|
|
2323
2327
|
"plugins/lisa-copilot/rules/eager/repo-scope-split.md": true,
|
|
2324
2328
|
"plugins/lisa-copilot/rules/eager/security-audit-handling.md": true,
|
|
2329
|
+
"plugins/lisa-copilot/rules/eager/settled-decisions.md": true,
|
|
2330
|
+
"plugins/lisa-copilot/rules/eager/stale-state-claims.md": true,
|
|
2325
2331
|
"plugins/lisa-copilot/rules/eager/tool-access-gate.md": true,
|
|
2326
2332
|
"plugins/lisa-copilot/rules/eager/tracked-work.md": true,
|
|
2327
2333
|
"plugins/lisa-copilot/rules/eager/upstream-to-lisa.md": true,
|
|
@@ -2357,6 +2363,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2357
2363
|
"plugins/lisa-copilot/rules/reference/rejection-detection.md": true,
|
|
2358
2364
|
"plugins/lisa-copilot/rules/reference/repo-scope-split.md": true,
|
|
2359
2365
|
"plugins/lisa-copilot/rules/reference/security-audit-handling.md": true,
|
|
2366
|
+
"plugins/lisa-copilot/rules/reference/settled-decisions.md": true,
|
|
2367
|
+
"plugins/lisa-copilot/rules/reference/stale-state-claims.md": true,
|
|
2360
2368
|
"plugins/lisa-copilot/rules/reference/tool-access-gate.md": true,
|
|
2361
2369
|
"plugins/lisa-copilot/rules/reference/tracked-work.md": true,
|
|
2362
2370
|
"plugins/lisa-copilot/rules/reference/upstream-to-lisa.md": true,
|
|
@@ -2727,6 +2735,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2727
2735
|
"plugins/lisa-cursor/rules/repo-scope-split.mdc": true,
|
|
2728
2736
|
"plugins/lisa-cursor/rules/security-audit-handling-reference.mdc": true,
|
|
2729
2737
|
"plugins/lisa-cursor/rules/security-audit-handling.mdc": true,
|
|
2738
|
+
"plugins/lisa-cursor/rules/settled-decisions-reference.mdc": true,
|
|
2739
|
+
"plugins/lisa-cursor/rules/settled-decisions.mdc": true,
|
|
2740
|
+
"plugins/lisa-cursor/rules/stale-state-claims-reference.mdc": true,
|
|
2741
|
+
"plugins/lisa-cursor/rules/stale-state-claims.mdc": true,
|
|
2730
2742
|
"plugins/lisa-cursor/rules/tool-access-gate-reference.mdc": true,
|
|
2731
2743
|
"plugins/lisa-cursor/rules/tool-access-gate.mdc": true,
|
|
2732
2744
|
"plugins/lisa-cursor/rules/tracked-work-reference.mdc": true,
|
|
@@ -5128,6 +5140,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5128
5140
|
"plugins/lisa/rules/eager/rejection-detection.md": true,
|
|
5129
5141
|
"plugins/lisa/rules/eager/repo-scope-split.md": true,
|
|
5130
5142
|
"plugins/lisa/rules/eager/security-audit-handling.md": true,
|
|
5143
|
+
"plugins/lisa/rules/eager/settled-decisions.md": true,
|
|
5144
|
+
"plugins/lisa/rules/eager/stale-state-claims.md": true,
|
|
5131
5145
|
"plugins/lisa/rules/eager/tool-access-gate.md": true,
|
|
5132
5146
|
"plugins/lisa/rules/eager/tracked-work.md": true,
|
|
5133
5147
|
"plugins/lisa/rules/eager/upstream-to-lisa.md": true,
|
|
@@ -5163,6 +5177,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5163
5177
|
"plugins/lisa/rules/reference/rejection-detection.md": true,
|
|
5164
5178
|
"plugins/lisa/rules/reference/repo-scope-split.md": true,
|
|
5165
5179
|
"plugins/lisa/rules/reference/security-audit-handling.md": true,
|
|
5180
|
+
"plugins/lisa/rules/reference/settled-decisions.md": true,
|
|
5181
|
+
"plugins/lisa/rules/reference/stale-state-claims.md": true,
|
|
5166
5182
|
"plugins/lisa/rules/reference/tool-access-gate.md": true,
|
|
5167
5183
|
"plugins/lisa/rules/reference/tracked-work.md": true,
|
|
5168
5184
|
"plugins/lisa/rules/reference/upstream-to-lisa.md": true,
|
|
@@ -5679,6 +5695,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5679
5695
|
"plugins/src/base/rules/eager/rejection-detection.md": true,
|
|
5680
5696
|
"plugins/src/base/rules/eager/repo-scope-split.md": true,
|
|
5681
5697
|
"plugins/src/base/rules/eager/security-audit-handling.md": true,
|
|
5698
|
+
"plugins/src/base/rules/eager/settled-decisions.md": true,
|
|
5699
|
+
"plugins/src/base/rules/eager/stale-state-claims.md": true,
|
|
5682
5700
|
"plugins/src/base/rules/eager/tool-access-gate.md": true,
|
|
5683
5701
|
"plugins/src/base/rules/eager/tracked-work.md": true,
|
|
5684
5702
|
"plugins/src/base/rules/eager/upstream-to-lisa.md": true,
|
|
@@ -5714,6 +5732,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5714
5732
|
"plugins/src/base/rules/reference/rejection-detection.md": true,
|
|
5715
5733
|
"plugins/src/base/rules/reference/repo-scope-split.md": true,
|
|
5716
5734
|
"plugins/src/base/rules/reference/security-audit-handling.md": true,
|
|
5735
|
+
"plugins/src/base/rules/reference/settled-decisions.md": true,
|
|
5736
|
+
"plugins/src/base/rules/reference/stale-state-claims.md": true,
|
|
5717
5737
|
"plugins/src/base/rules/reference/tool-access-gate.md": true,
|
|
5718
5738
|
"plugins/src/base/rules/reference/tracked-work.md": true,
|
|
5719
5739
|
"plugins/src/base/rules/reference/upstream-to-lisa.md": true,
|
|
@@ -6999,6 +7019,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6999
7019
|
"tests/unit/hooks/commit-msg.test.ts": true,
|
|
7000
7020
|
"tests/unit/hooks/enforce-config-extensions.test.ts": true,
|
|
7001
7021
|
"tests/unit/hooks/enforce-team-first.test.ts": true,
|
|
7022
|
+
"tests/unit/hooks/enforce-verification-gate-preserve.test.ts": true,
|
|
7002
7023
|
"tests/unit/hooks/enforce-verification-gate-v1.test.ts": true,
|
|
7003
7024
|
"tests/unit/hooks/enforce-verification-gate-v2.test.ts": true,
|
|
7004
7025
|
"tests/unit/hooks/enforcement-gates-e2e.test.ts": true,
|
|
@@ -7232,6 +7253,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7232
7253
|
"tests/unit/strategies/setup-github-project-verification.test.ts": true,
|
|
7233
7254
|
"tests/unit/strategies/setup-linear-prd-verified-label.test.ts": true,
|
|
7234
7255
|
"tests/unit/strategies/setup-notion-prd-verified-status.test.ts": true,
|
|
7256
|
+
"tests/unit/strategies/stale-state-claims-rule.test.ts": true,
|
|
7235
7257
|
"tests/unit/strategies/tagged-merge.test.ts": true,
|
|
7236
7258
|
"tests/unit/strategies/tracked-work-contract.test.ts": true,
|
|
7237
7259
|
"tests/unit/strategies/two-way-pr-ticket-linking.test.ts": true,
|