@codyswann/lisa 3.12.0 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh +15 -2
- package/all/create-only/scripts/remote-agent-aws-setup.sh +3 -0
- package/cdk/create-only/.github/workflows/deploy.yml +2 -1
- package/cdk/create-only/vitest.config.local.ts +3 -0
- package/dist/cli/doctor-lisa-owned-artifacts.d.ts +11 -2
- package/dist/cli/doctor-lisa-owned-artifacts.d.ts.map +1 -1
- package/dist/cli/doctor-lisa-owned-artifacts.js +60 -15
- package/dist/cli/doctor-lisa-owned-artifacts.js.map +1 -1
- package/dist/core/config.d.ts +21 -1
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +1 -0
- package/dist/core/config.js.map +1 -1
- package/dist/core/guard-capabilities.d.ts +60 -0
- package/dist/core/guard-capabilities.d.ts.map +1 -0
- package/dist/core/guard-capabilities.js +102 -0
- package/dist/core/guard-capabilities.js.map +1 -0
- package/dist/core/lisa-owned-hash-ledger.d.ts +11 -0
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -0
- package/dist/core/lisa-owned-hash-ledger.js +127 -0
- package/dist/core/lisa-owned-hash-ledger.js.map +1 -0
- package/dist/core/lisa-owned-provenance.d.ts +71 -0
- package/dist/core/lisa-owned-provenance.d.ts.map +1 -0
- package/dist/core/lisa-owned-provenance.js +144 -0
- package/dist/core/lisa-owned-provenance.js.map +1 -0
- package/dist/core/lisa.d.ts +18 -0
- package/dist/core/lisa.d.ts.map +1 -1
- package/dist/core/lisa.js +38 -0
- package/dist/core/lisa.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +59 -51
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/strategies/copy-overwrite.d.ts +28 -1
- package/dist/strategies/copy-overwrite.d.ts.map +1 -1
- package/dist/strategies/copy-overwrite.js +53 -3
- package/dist/strategies/copy-overwrite.js.map +1 -1
- package/dist/strategies/strategy.interface.d.ts +13 -0
- package/dist/strategies/strategy.interface.d.ts.map +1 -1
- package/expo/create-only/.github/workflows/ci.yml +3 -0
- package/expo/create-only/.github/workflows/deploy.yml +2 -1
- package/expo/create-only/.github/workflows/maestro-e2e.yml +3 -0
- package/expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml +3 -0
- package/expo/create-only/.github/workflows/nightly-e2e-health.yml +3 -0
- package/expo/create-only/.github/workflows/nightly-e2e-report.yml +3 -0
- package/expo/create-only/babel.config.js +3 -0
- package/expo/create-only/jest.config.local.ts +3 -0
- package/expo/create-only/jest.config.react-native-mock.js +3 -0
- package/expo/create-only/jest.setup.local.ts +3 -0
- package/expo/create-only/jest.setup.pre.local.js +3 -0
- package/expo/create-only/scripts/zap-baseline.sh +3 -0
- package/harper-fabric/create-only/.github/workflows/deploy.yml +3 -0
- package/harper-fabric/create-only/.github/workflows/zap-baseline.yml +3 -0
- package/harper-fabric/create-only/scripts/zap-baseline.sh +3 -0
- package/nestjs/create-only/.github/workflows/deploy.yml +3 -0
- package/nestjs/create-only/scripts/zap-baseline.sh +3 -0
- package/nestjs/create-only/vitest.config.local.ts +3 -0
- package/npm-package/create-only/.github/workflows/publish-to-npm.yml +2 -1
- package/package.json +3 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/hooks/block-no-verify.sh +15 -2
- 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/block-no-verify.sh +15 -2
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/hooks/block-no-verify.sh +15 -2
- 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/block-no-verify.sh +15 -2
- package/rails/create-only/.github/workflows/claude-code-review-response.yml +2 -1
- package/rails/create-only/.github/workflows/claude-nightly-code-complexity.yml +2 -1
- package/rails/create-only/.github/workflows/claude-nightly-test-coverage.yml +2 -1
- package/rails/create-only/.github/workflows/claude-nightly-test-improvement.yml +2 -1
- package/rails/create-only/.github/workflows/claude-sync-down-branches.yml +2 -1
- package/rails/create-only/.github/workflows/deploy.yml +2 -1
- package/rails/create-only/.mutant.yml +3 -0
- package/rails/create-only/.reek.yml +3 -0
- package/rails/create-only/.rubocop_todo.yml +3 -0
- package/rails/create-only/mutation.gate.yml +3 -0
- package/rails/create-only/rubocop.thresholds.yml +3 -0
- package/rails/create-only/spec/rails_helper.rb +2 -0
- package/rails/create-only/spec/spec_helper.rb +2 -0
- package/scripts/generate-lisa-owned-hash-ledger.mjs +279 -0
- package/typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml +2 -1
- package/typescript/create-only/.github/workflows/auto-update-pr-branches.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-ci-auto-fix.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-code-review-response.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-deploy-auto-fix.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-nightly-code-complexity.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-nightly-test-coverage.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml +2 -1
- package/typescript/create-only/.github/workflows/claude-sync-down-branches.yml +2 -1
- package/typescript/create-only/.github/workflows/claude.yml +2 -1
- package/typescript/create-only/.github/workflows/required-checks-drift.yml +2 -1
- package/typescript/create-only/eslint.config.local.ts +3 -0
- package/typescript/create-only/jest.config.local.ts +3 -0
- 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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
106
|
-
"expo/create-only/.github/workflows/deploy.yml": "
|
|
107
|
-
"expo/create-only/.github/workflows/maestro-e2e.yml": "
|
|
108
|
-
"expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "
|
|
109
|
-
"expo/create-only/.github/workflows/nightly-e2e-health.yml": "
|
|
110
|
-
"expo/create-only/.github/workflows/nightly-e2e-report.yml": "
|
|
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": "
|
|
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": "
|
|
118
|
-
"expo/create-only/jest.config.react-native-mock.js": "
|
|
119
|
-
"expo/create-only/jest.setup.local.ts": "
|
|
120
|
-
"expo/create-only/jest.setup.pre.local.js": "
|
|
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": "
|
|
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": "
|
|
147
|
-
"harper-fabric/create-only/.github/workflows/zap-baseline.yml": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
1015
|
-
"rails/create-only/.github/workflows/claude-nightly-code-complexity.yml": "
|
|
1016
|
-
"rails/create-only/.github/workflows/claude-nightly-test-coverage.yml": "
|
|
1017
|
-
"rails/create-only/.github/workflows/claude-nightly-test-improvement.yml": "
|
|
1018
|
-
"rails/create-only/.github/workflows/claude-sync-down-branches.yml": "
|
|
1019
|
-
"rails/create-only/.github/workflows/deploy.yml": "
|
|
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": "
|
|
1022
|
-
"rails/create-only/.reek.yml": "
|
|
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": "
|
|
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": "
|
|
1029
|
-
"rails/create-only/rubocop.thresholds.yml": "
|
|
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": "
|
|
1033
|
-
"rails/create-only/spec/spec_helper.rb": "
|
|
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": "977d447ff5bf1b5254a66a7386e4fd8e7bf9c8f3e7a5b8d61cedb771b97002f2",
|
|
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": "
|
|
1149
|
-
"typescript/create-only/.github/workflows/auto-update-pr-branches.yml": "
|
|
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": "
|
|
1152
|
-
"typescript/create-only/.github/workflows/claude-code-review-response.yml": "
|
|
1153
|
-
"typescript/create-only/.github/workflows/claude-deploy-auto-fix.yml": "
|
|
1154
|
-
"typescript/create-only/.github/workflows/claude-nightly-code-complexity.yml": "
|
|
1155
|
-
"typescript/create-only/.github/workflows/claude-nightly-test-coverage.yml": "
|
|
1156
|
-
"typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml": "
|
|
1157
|
-
"typescript/create-only/.github/workflows/claude-sync-down-branches.yml": "
|
|
1158
|
-
"typescript/create-only/.github/workflows/claude.yml": "
|
|
1159
|
-
"typescript/create-only/.github/workflows/required-checks-drift.yml": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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,
|