@codyswann/lisa 3.12.0 → 3.13.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.
Files changed (139) hide show
  1. package/all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh +15 -2
  2. package/all/create-only/scripts/remote-agent-aws-setup.sh +3 -0
  3. package/cdk/create-only/.github/workflows/deploy.yml +2 -1
  4. package/cdk/create-only/vitest.config.local.ts +3 -0
  5. package/dist/cli/doctor-lisa-owned-artifacts.d.ts +11 -2
  6. package/dist/cli/doctor-lisa-owned-artifacts.d.ts.map +1 -1
  7. package/dist/cli/doctor-lisa-owned-artifacts.js +60 -15
  8. package/dist/cli/doctor-lisa-owned-artifacts.js.map +1 -1
  9. package/dist/core/config.d.ts +21 -1
  10. package/dist/core/config.d.ts.map +1 -1
  11. package/dist/core/config.js +1 -0
  12. package/dist/core/config.js.map +1 -1
  13. package/dist/core/guard-capabilities.d.ts +60 -0
  14. package/dist/core/guard-capabilities.d.ts.map +1 -0
  15. package/dist/core/guard-capabilities.js +102 -0
  16. package/dist/core/guard-capabilities.js.map +1 -0
  17. package/dist/core/lisa-owned-hash-ledger.d.ts +11 -0
  18. package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -0
  19. package/dist/core/lisa-owned-hash-ledger.js +127 -0
  20. package/dist/core/lisa-owned-hash-ledger.js.map +1 -0
  21. package/dist/core/lisa-owned-provenance.d.ts +75 -0
  22. package/dist/core/lisa-owned-provenance.d.ts.map +1 -0
  23. package/dist/core/lisa-owned-provenance.js +127 -0
  24. package/dist/core/lisa-owned-provenance.js.map +1 -0
  25. package/dist/core/lisa.d.ts +18 -0
  26. package/dist/core/lisa.d.ts.map +1 -1
  27. package/dist/core/lisa.js +38 -0
  28. package/dist/core/lisa.js.map +1 -1
  29. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  30. package/dist/core/upstream-evidence-manifest.js +59 -51
  31. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  32. package/dist/strategies/copy-overwrite.d.ts +28 -1
  33. package/dist/strategies/copy-overwrite.d.ts.map +1 -1
  34. package/dist/strategies/copy-overwrite.js +53 -3
  35. package/dist/strategies/copy-overwrite.js.map +1 -1
  36. package/dist/strategies/strategy.interface.d.ts +13 -0
  37. package/dist/strategies/strategy.interface.d.ts.map +1 -1
  38. package/expo/create-only/.github/workflows/ci.yml +3 -0
  39. package/expo/create-only/.github/workflows/deploy.yml +2 -1
  40. package/expo/create-only/.github/workflows/maestro-e2e.yml +3 -0
  41. package/expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml +3 -0
  42. package/expo/create-only/.github/workflows/nightly-e2e-health.yml +3 -0
  43. package/expo/create-only/.github/workflows/nightly-e2e-report.yml +3 -0
  44. package/expo/create-only/babel.config.js +3 -0
  45. package/expo/create-only/jest.config.local.ts +3 -0
  46. package/expo/create-only/jest.config.react-native-mock.js +3 -0
  47. package/expo/create-only/jest.setup.local.ts +3 -0
  48. package/expo/create-only/jest.setup.pre.local.js +3 -0
  49. package/expo/create-only/scripts/zap-baseline.sh +3 -0
  50. package/harper-fabric/create-only/.github/workflows/deploy.yml +3 -0
  51. package/harper-fabric/create-only/.github/workflows/zap-baseline.yml +3 -0
  52. package/harper-fabric/create-only/scripts/zap-baseline.sh +3 -0
  53. package/nestjs/create-only/.github/workflows/deploy.yml +3 -0
  54. package/nestjs/create-only/scripts/zap-baseline.sh +3 -0
  55. package/nestjs/create-only/vitest.config.local.ts +3 -0
  56. package/npm-package/create-only/.github/workflows/publish-to-npm.yml +2 -1
  57. package/package.json +3 -1
  58. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  60. package/plugins/lisa/hooks/block-no-verify.sh +15 -2
  61. package/plugins/lisa-agy/plugin.json +1 -1
  62. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  63. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  64. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  65. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  66. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  67. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  68. package/plugins/lisa-copilot/hooks/block-no-verify.sh +15 -2
  69. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-cursor/hooks/block-no-verify.sh +15 -2
  71. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  72. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  73. package/plugins/lisa-expo-agy/plugin.json +1 -1
  74. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  75. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  76. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  77. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  78. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  79. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  80. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  81. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  82. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  83. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  84. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  85. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  86. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  87. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  88. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  89. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  90. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  91. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  92. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  93. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  94. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  95. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  96. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  97. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  98. package/plugins/lisa-rails-agy/plugin.json +1 -1
  99. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  100. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  101. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  102. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  103. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  104. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  105. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  106. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  107. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  108. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  109. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  110. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  111. package/plugins/src/base/hooks/block-no-verify.sh +15 -2
  112. package/rails/create-only/.github/workflows/claude-code-review-response.yml +2 -1
  113. package/rails/create-only/.github/workflows/claude-nightly-code-complexity.yml +2 -1
  114. package/rails/create-only/.github/workflows/claude-nightly-test-coverage.yml +2 -1
  115. package/rails/create-only/.github/workflows/claude-nightly-test-improvement.yml +2 -1
  116. package/rails/create-only/.github/workflows/claude-sync-down-branches.yml +2 -1
  117. package/rails/create-only/.github/workflows/deploy.yml +2 -1
  118. package/rails/create-only/.mutant.yml +3 -0
  119. package/rails/create-only/.reek.yml +3 -0
  120. package/rails/create-only/.rubocop_todo.yml +3 -0
  121. package/rails/create-only/mutation.gate.yml +3 -0
  122. package/rails/create-only/rubocop.thresholds.yml +3 -0
  123. package/rails/create-only/spec/rails_helper.rb +2 -0
  124. package/rails/create-only/spec/spec_helper.rb +2 -0
  125. package/scripts/generate-lisa-owned-hash-ledger.mjs +226 -0
  126. package/typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml +2 -1
  127. package/typescript/create-only/.github/workflows/auto-update-pr-branches.yml +2 -1
  128. package/typescript/create-only/.github/workflows/claude-ci-auto-fix.yml +2 -1
  129. package/typescript/create-only/.github/workflows/claude-code-review-response.yml +2 -1
  130. package/typescript/create-only/.github/workflows/claude-deploy-auto-fix.yml +2 -1
  131. package/typescript/create-only/.github/workflows/claude-nightly-code-complexity.yml +2 -1
  132. package/typescript/create-only/.github/workflows/claude-nightly-test-coverage.yml +2 -1
  133. package/typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml +2 -1
  134. package/typescript/create-only/.github/workflows/claude-sync-down-branches.yml +2 -1
  135. package/typescript/create-only/.github/workflows/claude.yml +2 -1
  136. package/typescript/create-only/.github/workflows/required-checks-drift.yml +2 -1
  137. package/typescript/create-only/eslint.config.local.ts +3 -0
  138. package/typescript/create-only/jest.config.local.ts +3 -0
  139. package/typescript/create-only/vitest.config.local.ts +3 -0
@@ -10,7 +10,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
10
10
  "all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "2d11968f6852ab745cba939de03c6d6cb5f413975d2cfc8fc447bdd0b218e91a",
11
11
  "all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "22184f1dd1b96e818741bd4ae659446299535d7ce594817155edebac4172a7ba",
12
12
  "all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "d47314b66d6ce85f77d6e058f861eede4462b2b0a33d54e82ff1c931167ec3f7",
13
- "all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "dd1aea1b9fdd0da023bf704b331b350bc14620f4364afa5001c6690fcbc940cc",
13
+ "all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "3ff7255f395a9552366faaac34d383f4c95fecfb39882cd1d57854356422fe61",
14
14
  "all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
15
15
  "all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": "d9ea58150aa27e7f0aa9a4ef155ed446d30bdfc932d01c64e2b8ca211aa0de7b",
16
16
  "all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": "bf4132e49ba18e2f7e941520c299c15aeeacfd220e489f3d2eb8397f2048157b",
@@ -20,7 +20,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
20
20
  "all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": "6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
21
21
  "all/create-only/.agents/rules/README.md": "fd260fd9b2934d0d698a8098dfff07fedc071849d588e602d773666678c3d540",
22
22
  "all/create-only/.lisaignore": "3c9827e7e98daa46510b5357cd6dd9406da1821e64cc46d2eea9f311cd6d06b9",
23
- "all/create-only/scripts/remote-agent-aws-setup.sh": "12d2204d34195ad4f81082e90a25dbbf7d2493debcc50c1cd37b32dc4648fc17",
23
+ "all/create-only/scripts/remote-agent-aws-setup.sh": "bb0e67a52ea5badd0f291961c3a9fb25559f1f35e3042642d389a49eb47f7e31",
24
24
  "all/create-only/specs/.keep": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
25
25
  "all/create-only/state/README.md": "6e36aaa9dab171d7d4d6351042e7ddc44ec834bb7f140bbb70b83972c3181fe3",
26
26
  "all/create-only/state/state-contract.example.json": "e7fd3cdc25b42c85a7e4d0e199d92b1442222f02cb9921b34334fb724625a6c2",
@@ -40,10 +40,10 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
40
40
  "cdk/copy-overwrite/vitest.cdk.ts": "030158b11bec4f10b39585feb98f498981f307faa1fa314c7522e6def5d73c94",
41
41
  "cdk/copy-overwrite/vitest.config.ts": "c7f309d4f43d9188b9c067cb4900b2bdbacfbd28d135a6a2e6313cb0a37b030f",
42
42
  "cdk/create-only/.github/workflows/ci.yml": "98bd4b784a5a0a96bedc40c209f5bf5afe97fa422c200533d4544990a69a5c1a",
43
- "cdk/create-only/.github/workflows/deploy.yml": "2746e78fb0fbe7b23b30bbcb0f83171e16f6804fd467b3d41d3c69970572af3f",
43
+ "cdk/create-only/.github/workflows/deploy.yml": "ed60ebd52c726843300f5b33c88fbb2cb0e646bac9c03bbddef517cc947500fa",
44
44
  "cdk/create-only/cdk.json": "f89030d8fe145a1dbabd59d89ddee4e16984f222d737f7fcf6b778d911e9fe40",
45
45
  "cdk/create-only/tsconfig.local.json": "d26253827e21fd7c41d30565fe3d339675f119e00bb24c5713a01f57ccd06602",
46
- "cdk/create-only/vitest.config.local.ts": "476738b351114a0efbcd3ae4ce1cf016307b55ee41ed8e87c35e28e4639d98f5",
46
+ "cdk/create-only/vitest.config.local.ts": "a70a6d2a4f210304cf84b8017b2c628c0ef689712c4f745ef45e1fcfffac4050",
47
47
  "cdk/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
48
48
  "cdk/deletions.json": "b1d07e463f52deaa5f9958060de40d369f4f256b898563efb83911abf39a62a5",
49
49
  "cdk/merge/.claude/settings.json": "6f938fdc9c808ee4dda9d605815788dda384197065aac6793c7549d8811a6224",
@@ -102,25 +102,25 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
102
102
  "expo/copy-overwrite/tsconfig.expo.json": "55f3dfe80496f03152d40d364c5a9cabf3fdce3adc8cebea48ba5257d77b7aa9",
103
103
  "expo/copy-overwrite/tsconfig.json": "c92e2c2c109e8794ee351f634361ef46297f5a0cd606aaf5c19911da836df307",
104
104
  "expo/create-only/.github/required-checks.json": "9f23b0477f93c3193ab22251dd03251038cfe45c5a2603cb49fdf97cae799442",
105
- "expo/create-only/.github/workflows/ci.yml": "bf75c9d3b4f4a2cb24c2214d9fc27a9cb2247a6694b0cf02c40032b4d3e87cd9",
106
- "expo/create-only/.github/workflows/deploy.yml": "0978b1f4e19e1ff66bb8cdd037d36a3751d4e917db7ceb5bcf100fad36768516",
107
- "expo/create-only/.github/workflows/maestro-e2e.yml": "d710fef33e1ba8d520b6a1c58b05a2c943e73a0cad2e317b42f100fdad58482a",
108
- "expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "4185f5083d8da5efa620e8641d6b75e0cb424edd563989c7432892872969797c",
109
- "expo/create-only/.github/workflows/nightly-e2e-health.yml": "fb2a4c5d3731c5aa52573d2d2f2313561141172718195a05b5a7217168b7ae84",
110
- "expo/create-only/.github/workflows/nightly-e2e-report.yml": "df47b2e5c31d2bb4eee6fb979d8d25b3a5cea572e46be042a9b4c59fbe43af72",
105
+ "expo/create-only/.github/workflows/ci.yml": "88b186c48a51a53aec40ea4b6e515b7333b8e086f8b358f323208a2bb42aeed3",
106
+ "expo/create-only/.github/workflows/deploy.yml": "27f5037db910501f8d76f828f91a605e3c4d321d1df362d317c440ab7abc9f14",
107
+ "expo/create-only/.github/workflows/maestro-e2e.yml": "805256e2922abb8d08c00e833adb4f0c521e62cc7259ee5c0524475d496914f1",
108
+ "expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "db78a1012a00cf4e8b023a67bb57566ae85cf790c3856f3e299636c766f0c242",
109
+ "expo/create-only/.github/workflows/nightly-e2e-health.yml": "9852ce44177be171aca0c0f66136c88ae654409d7bcfc8bad989eedc18980780",
110
+ "expo/create-only/.github/workflows/nightly-e2e-report.yml": "5fccbcbb3f121eb80b165e6403ef131d4ed71da9b9f58386fa0db66daf4026f9",
111
111
  "expo/create-only/.maestro/flake-classification.json": "b1259c17a875dcdc0fa2398bb280f084e898f46fefaf51e35c3c5aadcbef5a5d",
112
112
  "expo/create-only/.zap/baseline.conf": "ab18d74ba5270dd5d795e740cd6b1292bb78dc36c79a20c1e7b752d14c0c55f5",
113
- "expo/create-only/babel.config.js": "faaf96f0d43c724a240a7892584de54ae384eee9ef9d76430d081f37d9f92924",
113
+ "expo/create-only/babel.config.js": "86503c2f3ccf13749e1c7674c97ab8df4cb28a8d346bd5ddcb65787290b5a9a3",
114
114
  "expo/create-only/bdd/coverage-map.json": "ea38c44d5de30516f341b4208469f75990fe9f05bd8e7013cfc4002a52c032a2",
115
115
  "expo/create-only/bdd/features/.keep": "b807c9c94a3b00b93d2463a9b098dac41db227ac1f5b0b1cb746e5e6f68de15d",
116
116
  "expo/create-only/e2e.thresholds.json": "23ac9bab7fe84cfa542785156425e020af9baabdbeb1a53293ae7e2395e4dd92",
117
- "expo/create-only/jest.config.local.ts": "edf524bbf37e83883ade6bb60a8904aa2243eda7a9ca3448265761c3ca517df6",
118
- "expo/create-only/jest.config.react-native-mock.js": "21bda73cf5b79fda3ed95be47c1898444bb7e659a26705afa03999b4fcf73c28",
119
- "expo/create-only/jest.setup.local.ts": "c69a0a6dcd6f4125cef9fff334761f4cd37f5436c7e3b6097a89694cdc33a933",
120
- "expo/create-only/jest.setup.pre.local.js": "28ae10884bebe757f025008cebe943f1d5788117ff084efabd33f40db2ea1851",
117
+ "expo/create-only/jest.config.local.ts": "0647741c9df4cecc1b7c285e28bfbec217994f0b7984eecf81ca47095e936754",
118
+ "expo/create-only/jest.config.react-native-mock.js": "f146fea09b0308ac3332f1f06cf8f22ee5c88b06b5fd227860b36204566de5f1",
119
+ "expo/create-only/jest.setup.local.ts": "f0266cf872f41b6599e476e135f0b8947c3d226abe5bc4e02fb4087c836abac0",
120
+ "expo/create-only/jest.setup.pre.local.js": "92d24da88f69ac3d5325d2221b570308d13e81d02deaa936c24866ed1acd8363",
121
121
  "expo/create-only/lighthouserc-config.json": "48637345034564923cefc96ea8192d807b7d64f4f94a6daa63625ca71e1bea5b",
122
122
  "expo/create-only/lighthouserc.js": "8e6fb0a37cd2884cec32378fcd8e213bc7489d2b9e9ad862e61c90435b2679a7",
123
- "expo/create-only/scripts/zap-baseline.sh": "55220e236a4241ada13a98a0e25ba3e6517b804f652342ff9adebf57ec79d9d5",
123
+ "expo/create-only/scripts/zap-baseline.sh": "7ecfcb911f2f2284eb672c9eb960a1588792a984a713cb2e5f5d9963b32af910",
124
124
  "expo/create-only/stryker.conf.json": "f44e9c8af4a975c1ce04ba59229c3e88006d47ef47cf60872a3e075c045192e8",
125
125
  "expo/create-only/tsconfig.json": "fdb99e32d1588e75735755d7b5caab406ad8387c21a3d820cd3b40cb9218a191",
126
126
  "expo/create-only/tsconfig.local.json": "dad4b4a00c890ce8c30db87ad3f8e92e2273e31c2c2a6436d0ab327b47f72758",
@@ -143,10 +143,10 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
143
143
  "harper-fabric/copy-overwrite/tsconfig.eslint.json": "63ddc31cbbdf91ba4def5f04ed76b2a8b61ced456d4472aea77a55cc037a62e1",
144
144
  "harper-fabric/copy-overwrite/tsconfig.json": "64b9f2e919160568712e2641b125aa21bec486532249a7b17e4fb2f4bb3988cc",
145
145
  "harper-fabric/copy-overwrite/vitest.config.ts": "94ee60be0e9a4b735cf1b053143751c9968465ff04fb59fbdfc252e7413ff337",
146
- "harper-fabric/create-only/.github/workflows/deploy.yml": "37cf03c11e892f58c8fb818bbf35242af0e0e920f5d6a5f4716defccbb8d064d",
147
- "harper-fabric/create-only/.github/workflows/zap-baseline.yml": "0315cd74dbe463da373b6a2fb75d48f46959df4232a31573fb84b1a4ed8e4e36",
146
+ "harper-fabric/create-only/.github/workflows/deploy.yml": "c9b57fcdc97576e7f232f18dd3fbb47ccc3b609516113cb625d818a5b2613aae",
147
+ "harper-fabric/create-only/.github/workflows/zap-baseline.yml": "925ee1068e53d46fd0374299c1ee73d0b791e201169772cd509946ef503de8f5",
148
148
  "harper-fabric/create-only/.zap/baseline.conf": "68aae4b1b9b5b7253b5aeb792d72b58f64e5eda1dcf8f3062bd9d77494a5a22f",
149
- "harper-fabric/create-only/scripts/zap-baseline.sh": "da139276b637080f9877362ce6f9667c1ffd57c9d18ec851999ce4328f309577",
149
+ "harper-fabric/create-only/scripts/zap-baseline.sh": "00f5a2bdf6c9ecf0d7a1c74ec629364b09bab1f79c4ea71779826288702d76aa",
150
150
  "harper-fabric/deletions.json": "383e5a6e1f8c77376b7e20f936543418204a1c632212d1fd393962e03cf40c52",
151
151
  "harper-fabric/merge/.claude/settings.json": "278c48f1af3a6aa23b7f5dcf55aa0d2737baf809942b1d4ef6831cdfc144581a",
152
152
  "harper-fabric/merge/.oxlintrc.json": "b41ea588eed47e0f1532aab5f6226b82586269b84edd1947bdde603e0a8513fa",
@@ -185,17 +185,17 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
185
185
  "nestjs/create-only/.github/k6/thresholds/strict.json": "e121ec72de4596b95c013a8c71f03653bcdf057cf7f8d1fec6f0e13c1381867f",
186
186
  "nestjs/create-only/.github/required-checks.json": "6d40f9e3e89e1a7f533f6a995e1b9e5cc2fa089693b0cfbd8e8f883ae200589a",
187
187
  "nestjs/create-only/.github/workflows/ci.yml": "47cb6db902c6ca8a73270f757718106553e1402f609ce5263599698dc5030b03",
188
- "nestjs/create-only/.github/workflows/deploy.yml": "78abfa87639cb7506418dd34387963a0557614933d823e6fa0413395166b945b",
188
+ "nestjs/create-only/.github/workflows/deploy.yml": "8011a4f93b55239c07ed1119b13a7445d1ac500f1b50995487e712ffadf4201f",
189
189
  "nestjs/create-only/.zap/baseline.conf": "a7cd559b014555ef2efe7a6ce129384ec376ce4d66d5bc3ae9e2f3f883172c4d",
190
- "nestjs/create-only/scripts/zap-baseline.sh": "de3a66a780076f98d5c6306c03b5decac8afbc9ff37583e5e6463c56f3399e3e",
190
+ "nestjs/create-only/scripts/zap-baseline.sh": "9d81fdb3419753ca4ec5509e37365543d7608c7a9924635ef1acb4734cb3bbd1",
191
191
  "nestjs/create-only/tsconfig.local.json": "0b720ddad0d18f52dadf33bdc4a0aec0eb65c506bc8ebb692f880bdf31d1011d",
192
- "nestjs/create-only/vitest.config.local.ts": "476738b351114a0efbcd3ae4ce1cf016307b55ee41ed8e87c35e28e4639d98f5",
192
+ "nestjs/create-only/vitest.config.local.ts": "a70a6d2a4f210304cf84b8017b2c628c0ef689712c4f745ef45e1fcfffac4050",
193
193
  "nestjs/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
194
194
  "nestjs/deletions.json": "037a64f96b76670326bc61921f4484e864e02c09786adabbd1cfdf886183cad5",
195
195
  "nestjs/merge/.claude/settings.json": "d0ce50361a1f3868d15728646e66b9e1cdb8373688eb22459adbdb176e342aca",
196
196
  "nestjs/merge/.oxlintrc.json": "1de29d135744df0258e8659ee0b684acf84e687bbefade51db0576813e6ff097",
197
197
  "nestjs/package-lisa/package.lisa.json": "f54fbe079e12caa89f1b768a851e71cd1c30e37918ca309c50add4379102381d",
198
- "npm-package/create-only/.github/workflows/publish-to-npm.yml": "c21af3c31626abfe4dcbfdd42917f7e01753045a1ba6eba87b014e7f8c18db10",
198
+ "npm-package/create-only/.github/workflows/publish-to-npm.yml": "1d051007a328ba4f6c67a5e3123593921b823e0866c05343c4588a6156e9f593",
199
199
  "npm-package/package-lisa/package.lisa.json": "4a17f67b6ac09e239f4afb3cf71ecd42e1b6890164008aa8e654f3110b1d65fd",
200
200
  "oxlint/base.json": "8cbc563bdfbbaf455742cef24d33676f45b55baf1ea62b529018b2d112d70f8a",
201
201
  "oxlint/cdk.json": "9070da081a42990d8e32a58d1fdc577f9a75cc14040bf2fbf74b145179213d6f",
@@ -330,7 +330,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
330
330
  "plugins/src/base/hooks/block-instruction-file-edits.agy.sh": "aa249cae53caeb3e0fb6d6af114e2756084f45a2896332fb063a9f20e4902125",
331
331
  "plugins/src/base/hooks/block-instruction-file-edits.sh": "d47314b66d6ce85f77d6e058f861eede4462b2b0a33d54e82ff1c931167ec3f7",
332
332
  "plugins/src/base/hooks/block-no-verify.agy.sh": "81c51041f8cb47bf79692c485c4f42ac7ed0a5a830821dc514cb468bc7a06b83",
333
- "plugins/src/base/hooks/block-no-verify.sh": "dd1aea1b9fdd0da023bf704b331b350bc14620f4364afa5001c6690fcbc940cc",
333
+ "plugins/src/base/hooks/block-no-verify.sh": "3ff7255f395a9552366faaac34d383f4c95fecfb39882cd1d57854356422fe61",
334
334
  "plugins/src/base/hooks/block-shell-json-parsing.agy.sh": "dc688efe382e7b8fe6f6c88bb0fde851527128cae778599559f23a93f1c9ec86",
335
335
  "plugins/src/base/hooks/block-shell-json-parsing.sh": "90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
336
336
  "plugins/src/base/hooks/cleanup-stale-worktrees.sh": "c9b2fcca1b34d6f636b5289ece11b254cbb8ee2c2bac5c2e426b6f4dcfa972f2",
@@ -1011,26 +1011,26 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1011
1011
  "rails/copy-overwrite/scripts/threshold-ratchet-families.mjs": "8fa58cc7276add0b2edf1de92bdcc32d81d840811ef0614ddc724010b59a888c",
1012
1012
  "rails/copy-overwrite/sgconfig.yml": "ff5b62de42eb969a851fdc53ee6932a32ffe010b567ed2c62460ed454ad2a24f",
1013
1013
  "rails/create-only/.github/workflows/ci.yml": "924375bcfcb8c13f546a7e323cf5ad99cee1427d3ba90386680db16b981e5ab4",
1014
- "rails/create-only/.github/workflows/claude-code-review-response.yml": "bfbe3127c4941c35886d324d439ae0302fbccd74a11cb4decf05a21195efa0e9",
1015
- "rails/create-only/.github/workflows/claude-nightly-code-complexity.yml": "3943137c81ed212d7d3f35f7d7f6242a984fda43ed29a5f565ab5c2923d92606",
1016
- "rails/create-only/.github/workflows/claude-nightly-test-coverage.yml": "f7f2eeb05ddd18e196c4b292c0a846e765ed8b67ddeacfc6b19c3d676d91e459",
1017
- "rails/create-only/.github/workflows/claude-nightly-test-improvement.yml": "9195acb1564f960bc5831c82b1ad9ae2ce94460458e5b58d3b827e0eb1deb84b",
1018
- "rails/create-only/.github/workflows/claude-sync-down-branches.yml": "072cc8290eec15ef6d55c2583e94ae49cda4a56a0fea252556a8fce8170cc540",
1019
- "rails/create-only/.github/workflows/deploy.yml": "e87c9f59fe653b29cb8a1a4d78b5d433f051366fe985035d56bd922fbd9603f8",
1014
+ "rails/create-only/.github/workflows/claude-code-review-response.yml": "def0d5fdbb3415f1531dcadfca9c357c637cf090d3a86017ae45cf94dba50087",
1015
+ "rails/create-only/.github/workflows/claude-nightly-code-complexity.yml": "1dd8e4a790321d2de9aceb0d612bfa074ec4bddc604dac8d4146845cbf4526a1",
1016
+ "rails/create-only/.github/workflows/claude-nightly-test-coverage.yml": "e136b4a96932a38d6ae6ff170b0caebef8277a33d49741162f554dd3457d524f",
1017
+ "rails/create-only/.github/workflows/claude-nightly-test-improvement.yml": "7af881e5e79336d7cf3424c1031c0e3629de1ef8fdf9967f91b274975f5bd57e",
1018
+ "rails/create-only/.github/workflows/claude-sync-down-branches.yml": "e63fa223b7f324c340635940c841d4872531d025129cbbddc1b7e55a89745c5e",
1019
+ "rails/create-only/.github/workflows/deploy.yml": "0c00b70e3ff0213f4ce80ce80123e7edeb6e0896aaa13e806d14693f6fcf6320",
1020
1020
  "rails/create-only/.mise.toml": "28be5746256a30ad2260da7d37244cc461f8963ce5d5a81ddce71b48f0ab6ef0",
1021
- "rails/create-only/.mutant.yml": "73dbc96f1370e2a5afa474b0a1063f6b752c60c620220c4b057d0a71c42cde1d",
1022
- "rails/create-only/.reek.yml": "383a70f946c0a2824a3f357623224d94c63ee9a8b8de924e8a3879a6017fc09f",
1021
+ "rails/create-only/.mutant.yml": "9ee28ad14e4688e58827510eb9b7197d9a368fc670821145a08f7542e2e216d8",
1022
+ "rails/create-only/.reek.yml": "d2fca1f6367719b002ea51c76e10cb9e08b1c34991b4386696f79a1a36c6a385",
1023
1023
  "rails/create-only/.rspec": "06245e25d7cf46b4fbde27b5faa0df0d4110e11918eeb5848de4ab2aff897b59",
1024
1024
  "rails/create-only/.rubocop.local.yml": "241045ea0d161b45f3401a6198ce7f500fe108babc6c5b23bf520b531b3c1765",
1025
- "rails/create-only/.rubocop_todo.yml": "2f99205f6b7b97b04700a74036de03e018ca791832b5d5c4df7104f50b3cfee5",
1025
+ "rails/create-only/.rubocop_todo.yml": "2b35494aef30e0ffac4f00fed16f06a6f0ed7929b683f008f3185efded3ba37f",
1026
1026
  "rails/create-only/.simplecov": "76aea970faa9692967e79abe7d88fadd03510dda81599e34424a4711a431743a",
1027
1027
  "rails/create-only/VERSION": "6b13789e43e5485634533de16a65d8ba9d34c4c9758588b665805435f80eb115",
1028
- "rails/create-only/mutation.gate.yml": "8d3e6faa70b7755d12515870e41aa43e7aa75b607dfefb9720d964f61ee303c8",
1029
- "rails/create-only/rubocop.thresholds.yml": "9fca7bc50863f83dfc57700b9f54f5a7661f6bc153c8db502676fe2caa72a32b",
1028
+ "rails/create-only/mutation.gate.yml": "aa3599015e28c1efddb03004730897c76696fe72ed1a9ef1c7761533490effec",
1029
+ "rails/create-only/rubocop.thresholds.yml": "8f1c2a5f31a66525fbb31b985011d88fb22b64248412b783752e90fe4ca14219",
1030
1030
  "rails/create-only/simplecov.thresholds.json": "b9ad3eb44861aa16afffd1ddc7135911b539e3ecac71f2332d68ba3c8ba2e7f7",
1031
1031
  "rails/create-only/sonar-project.properties": "58f0618863149a49aa39dc96eca498e8338f24e7d0237fb654ac85920ba57e15",
1032
- "rails/create-only/spec/rails_helper.rb": "aa94dcec9eea6d238c7210ca9ee88ba009061f1ba59bd042eaf09b8f98582689",
1033
- "rails/create-only/spec/spec_helper.rb": "4308dcddf2ee1b65986ff206a0feac62c8e3a1cae842b115fd2945b7563ed9cd",
1032
+ "rails/create-only/spec/rails_helper.rb": "5a96010d99c78f75713fc44fed6bba5f2631f94f5d1cc08d96f80601faeee843",
1033
+ "rails/create-only/spec/spec_helper.rb": "56ca48d2519ece7a856fe7941ea8acf2d9f1d53aee03321f230300907dc20712",
1034
1034
  "rails/deletions.json": "eeadf9a2b1677913199a235091a8d6190477f3e2a5fd598d62cf658cb59a8099",
1035
1035
  "rails/github-rulesets/quality-checks.json": "0ec1c366589edbaa6b8f45f940cef3ada5ed7b1a956d98d3fa6034b0f78fbc7c",
1036
1036
  "rails/merge/.claude/settings.json": "9c49f8c7c453f8749c90def3e22d412c3345c533d24b30dc7745ffa052ad6fa1",
@@ -1058,6 +1058,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1058
1058
  "scripts/generate-codex-plugin-artifacts.mjs": "1d1a362afb8dba408741a3eed9fe583296f6bcb048608979f73f359cd609c03d",
1059
1059
  "scripts/generate-copilot-plugin-artifacts.mjs": "70d283eed7cb7c1351d13cf0497f06dec175562c5918921c404393a76f11278f",
1060
1060
  "scripts/generate-cursor-plugin-artifacts.mjs": "d8806197a723f0c2b50a8155ffc5b6f0abc30c68dc2385cb80b0dd066d061231",
1061
+ "scripts/generate-lisa-owned-hash-ledger.mjs": "0f2a5fffad380e85125d2e68ca43b8b12a0d93c710b8980fb8dc869e6b6da020",
1061
1062
  "scripts/generate-upstream-evidence-manifest.mjs": "de1eb5adaa6252b4abe5859933bff0ab2a52e19cc5a3fc5a41018fbb57b766d1",
1062
1063
  "scripts/github-status-check.sh": "c6a4a13ff5cf689fcbd7a6aca718f9e7d46d54ccb6687f662b055c1ca20e792f",
1063
1064
  "scripts/install-claude-plugins.sh": "0e96ebbae1e59304bb432286eccba38900a6008b80f2c53a1ec2c95801d4087c",
@@ -1145,28 +1146,28 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1145
1146
  "typescript/copy-overwrite/tsconfig.json": "8f4257fcd2cfd4b23e83e0fdd4908d41ee8f1ae75bb95d632e653a0ac13d58e4",
1146
1147
  "typescript/copy-overwrite/vitest.config.ts": "dc140e617db43da38f456bcc909ae621a62996fe25e7b0babd5e81941308365c",
1147
1148
  "typescript/create-only/.github/required-checks.json": "16e7693b24a68d38fa2d680bf7231a91939850b1e71a69b67780b1311f1cbf35",
1148
- "typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml": "347f8a3830efdc3ad701fae0858994f4e45df8100844e91948b017b98115a28c",
1149
- "typescript/create-only/.github/workflows/auto-update-pr-branches.yml": "cf185555bcbe8e9957333abcae2e0c20e00875f8d867f70134efbd2a5c974ee5",
1149
+ "typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml": "504aa5a04ce88a01d5b0407efd240d691a0cf8fac208a6ecfbf931f43f1437c3",
1150
+ "typescript/create-only/.github/workflows/auto-update-pr-branches.yml": "4a379369c1dedd1751a24508cb1146e39beca6b92f4d31e0d32cb2e03eafe67e",
1150
1151
  "typescript/create-only/.github/workflows/ci.yml": "409799708fe51716f3c8228950db3bb26864f43a01a9e6186f6d3d1970e29f2d",
1151
- "typescript/create-only/.github/workflows/claude-ci-auto-fix.yml": "a9155c10d0c28eba0f77ec5bc2a2d99b0eeb5d499218aac81948d3f27e6aa4fb",
1152
- "typescript/create-only/.github/workflows/claude-code-review-response.yml": "68bc8b53c2d4c58ab49b176796d27214415608fe94130e1f465c0bd41a100443",
1153
- "typescript/create-only/.github/workflows/claude-deploy-auto-fix.yml": "5e0f7282b1b97a308bc5b95f6a4ef784d4dfbd02f3126bf9254fbf4576606daf",
1154
- "typescript/create-only/.github/workflows/claude-nightly-code-complexity.yml": "bab5b2b88e537c3e091a564883098dda23059c1b771da0160065ebccbd75011c",
1155
- "typescript/create-only/.github/workflows/claude-nightly-test-coverage.yml": "f8c31ea92be8d55223da86aea807ce67f287e7d50e49a7891537d05a035bb9fc",
1156
- "typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml": "71e3acf398a8968ff7e86ada750a814f63a66ec23b0fe1005dfaa65f4b810c68",
1157
- "typescript/create-only/.github/workflows/claude-sync-down-branches.yml": "072cc8290eec15ef6d55c2583e94ae49cda4a56a0fea252556a8fce8170cc540",
1158
- "typescript/create-only/.github/workflows/claude.yml": "fd230bf19769a12b1b3afeeeb1d5f51c44338db974c26ff05dc381f0e1ba2382",
1159
- "typescript/create-only/.github/workflows/required-checks-drift.yml": "e3eed885502d389e3b9ac3d083b340f5a52e469aceec592a947c56ec5b17cf5c",
1152
+ "typescript/create-only/.github/workflows/claude-ci-auto-fix.yml": "17e99a1b0b5afefa0f374c5ffd614bf35ee0f6dd68f21b1c97446a03d9cddd04",
1153
+ "typescript/create-only/.github/workflows/claude-code-review-response.yml": "55853fbc3a072edec4bc3699cd45287b801e5299fbf33780a6f1ae8072a204ee",
1154
+ "typescript/create-only/.github/workflows/claude-deploy-auto-fix.yml": "5d1a569cbb13abf39f8303a7102ad78850d487a9c6be53026df47119714f4332",
1155
+ "typescript/create-only/.github/workflows/claude-nightly-code-complexity.yml": "813d409a4f431d46edf5a2937012dae83a65f5c0bb6c5008de3dec53aa674fdf",
1156
+ "typescript/create-only/.github/workflows/claude-nightly-test-coverage.yml": "82fb935e0793f92727aac40f056e52c9996788d6329a2bbcc41837a72be28619",
1157
+ "typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml": "4ea64d78865e00dc575cfc62fc30ff53ca9e6c0b3fc32f45927781a0968d2095",
1158
+ "typescript/create-only/.github/workflows/claude-sync-down-branches.yml": "e63fa223b7f324c340635940c841d4872531d025129cbbddc1b7e55a89745c5e",
1159
+ "typescript/create-only/.github/workflows/claude.yml": "9db35bb1b803679284708a18e2eb5a9c8a33b55f93629c3ed2ab11217d76caed",
1160
+ "typescript/create-only/.github/workflows/required-checks-drift.yml": "c1a828f42c8ea6c3108f82b081d8a0999ae2c8ac9b556e7ebb2053b353838ce0",
1160
1161
  "typescript/create-only/.gitleaksignore": "6927d376648675331801c798a4390b652a22a3e5d350cd26f36d42c10af02d67",
1161
1162
  "typescript/create-only/audit.ignore.local.json": "096eba7c600446a2f906369a6ff747804a51b9ad3153ca10d9a1d673e416b337",
1162
- "typescript/create-only/eslint.config.local.ts": "8de2ca92cd08eb91989dbb809d4918322f002f998f36b714367c4a7a2fae4b17",
1163
+ "typescript/create-only/eslint.config.local.ts": "9194ea9f5d7696a5354022475774813aebde504bbf53a4fecbe1e97f2af75b2b",
1163
1164
  "typescript/create-only/eslint.thresholds.json": "a89afdbd12c2e2a2564e83cfe7a5c5ba8d4da3eb02bc476b19f18c2a0bda7228",
1164
- "typescript/create-only/jest.config.local.ts": "ccb0872e62e8bd50e949f5a082e1655394478f98d9ae9c05f089f629c6f53307",
1165
+ "typescript/create-only/jest.config.local.ts": "5d5603e5b79ab0379cda135159ad83aef3ec914fa037c83fc7176363b64c8422",
1165
1166
  "typescript/create-only/jest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
1166
1167
  "typescript/create-only/mutation.gate.json": "53adce2f6ef53f4a46d896210828610bf4f9b1f45ebbf6c7cf0addf9982a161a",
1167
1168
  "typescript/create-only/stryker.conf.json": "5bf28baa533c04443e9a4c32e5d3939fefff64d8697e423b75605c5cdb55bfff",
1168
1169
  "typescript/create-only/tsconfig.local.json": "727931ff950c5606b74040963429407c820743dfd20cb1732656eca963575208",
1169
- "typescript/create-only/vitest.config.local.ts": "476738b351114a0efbcd3ae4ce1cf016307b55ee41ed8e87c35e28e4639d98f5",
1170
+ "typescript/create-only/vitest.config.local.ts": "a70a6d2a4f210304cf84b8017b2c628c0ef689712c4f745ef45e1fcfffac4050",
1170
1171
  "typescript/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
1171
1172
  "typescript/deletions.json": "fe5f44b7a02148eacc429782e948b1c4aee302d1d56524cc16adec5489bbc308",
1172
1173
  "typescript/github-rulesets/quality-checks.json": "cb544af6fb2e3c97b4eb59cca00a30e3dcb566b000d0496c01261f958b3c8295",
@@ -6907,6 +6908,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6907
6908
  "scripts/generate-codex-plugin-artifacts.mjs": true,
6908
6909
  "scripts/generate-copilot-plugin-artifacts.mjs": true,
6909
6910
  "scripts/generate-cursor-plugin-artifacts.mjs": true,
6911
+ "scripts/generate-lisa-owned-hash-ledger.mjs": true,
6910
6912
  "scripts/generate-upstream-evidence-manifest.mjs": true,
6911
6913
  "scripts/github-status-check.sh": true,
6912
6914
  "scripts/install-claude-plugins.sh": true,
@@ -7110,6 +7112,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7110
7112
  "src/core/bootstrap-environment.ts": true,
7111
7113
  "src/core/config.ts": true,
7112
7114
  "src/core/git-service.ts": true,
7115
+ "src/core/guard-capabilities.ts": true,
7113
7116
  "src/core/host-rules-pointer.ts": true,
7114
7117
  "src/core/index.ts": true,
7115
7118
  "src/core/instruction-files-migration.ts": true,
@@ -7139,6 +7142,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7139
7142
  "src/core/learnings-stray-ledger.ts": true,
7140
7143
  "src/core/learnings-writer.ts": true,
7141
7144
  "src/core/learnings.ts": true,
7145
+ "src/core/lisa-owned-hash-ledger.ts": true,
7146
+ "src/core/lisa-owned-provenance.ts": true,
7142
7147
  "src/core/lisa-owned-templates.ts": true,
7143
7148
  "src/core/lisa-plugin-selection.ts": true,
7144
7149
  "src/core/lisa-rules-mirror.ts": true,
@@ -7596,6 +7601,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7596
7601
  "tests/unit/core/learnings-supersede-race.test.ts": true,
7597
7602
  "tests/unit/core/learnings-unlocked-read.test.ts": true,
7598
7603
  "tests/unit/core/learnings-writer.test.ts": true,
7604
+ "tests/unit/core/lisa-owned-provenance.test.ts": true,
7599
7605
  "tests/unit/core/lisa-owned-templates.test.ts": true,
7600
7606
  "tests/unit/core/lisa-plugin-selection.test.ts": true,
7601
7607
  "tests/unit/core/lisa-skill-sources.test.ts": true,
@@ -7735,6 +7741,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7735
7741
  "tests/unit/scripts/lisa-github-environments.test.ts": true,
7736
7742
  "tests/unit/scripts/lisa-github-repo-settings.test.ts": true,
7737
7743
  "tests/unit/scripts/lisa-github-rulesets.test.ts": true,
7744
+ "tests/unit/scripts/lisa-owned-hash-ledger.test.ts": true,
7738
7745
  "tests/unit/scripts/lisa-work-item.test.ts": true,
7739
7746
  "tests/unit/scripts/maestro-flake-classification.test.ts": true,
7740
7747
  "tests/unit/scripts/maestro-flake-helpers.ts": true,
@@ -7866,6 +7873,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7866
7873
  "tests/unit/strategies/convergent-review-contract.test.ts": true,
7867
7874
  "tests/unit/strategies/copy-contents-gitignore.test.ts": true,
7868
7875
  "tests/unit/strategies/copy-contents.test.ts": true,
7876
+ "tests/unit/strategies/copy-overwrite-host-ahead.test.ts": true,
7869
7877
  "tests/unit/strategies/copy-overwrite-lisa-owned-guards.test.ts": true,
7870
7878
  "tests/unit/strategies/copy-overwrite-refresh-templates.test.ts": true,
7871
7879
  "tests/unit/strategies/copy-overwrite.test.ts": true,