@codyswann/lisa 3.64.1 → 3.64.3

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 (90) hide show
  1. package/cdk/package-lisa/package.lisa.json +12 -4
  2. package/dist/cli/sync-cmd.d.ts +2 -1
  3. package/dist/cli/sync-cmd.d.ts.map +1 -1
  4. package/dist/cli/sync-cmd.js +14 -1
  5. package/dist/cli/sync-cmd.js.map +1 -1
  6. package/dist/configs/vitest/scratch-setup.d.ts.map +1 -1
  7. package/dist/configs/vitest/scratch-setup.js +47 -2
  8. package/dist/configs/vitest/scratch-setup.js.map +1 -1
  9. package/dist/core/lisa.d.ts.map +1 -1
  10. package/dist/core/lisa.js +8 -1
  11. package/dist/core/lisa.js.map +1 -1
  12. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  13. package/dist/core/upstream-evidence-manifest.js +24 -8
  14. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  15. package/dist/strategies/package-lisa-types.d.ts +32 -1
  16. package/dist/strategies/package-lisa-types.d.ts.map +1 -1
  17. package/dist/strategies/package-lisa.d.ts +17 -0
  18. package/dist/strategies/package-lisa.d.ts.map +1 -1
  19. package/dist/strategies/package-lisa.js +342 -13
  20. package/dist/strategies/package-lisa.js.map +1 -1
  21. package/dist/sync/artifact-sync.d.ts +50 -0
  22. package/dist/sync/artifact-sync.d.ts.map +1 -0
  23. package/dist/sync/artifact-sync.js +142 -0
  24. package/dist/sync/artifact-sync.js.map +1 -0
  25. package/dist/sync/config-sync.d.ts +2 -16
  26. package/dist/sync/config-sync.d.ts.map +1 -1
  27. package/dist/sync/config-sync.js +12 -59
  28. package/dist/sync/config-sync.js.map +1 -1
  29. package/dist/sync/stryker-thresholds-ownership.d.ts +111 -0
  30. package/dist/sync/stryker-thresholds-ownership.d.ts.map +1 -0
  31. package/dist/sync/stryker-thresholds-ownership.js +227 -0
  32. package/dist/sync/stryker-thresholds-ownership.js.map +1 -0
  33. package/expo/package-lisa/package.lisa.json +12 -2
  34. package/harper-fabric/package-lisa/package.lisa.json +38 -8
  35. package/nestjs/package-lisa/package.lisa.json +11 -3
  36. package/package.json +1 -1
  37. package/phaser/package-lisa/package.lisa.json +38 -8
  38. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  40. package/plugins/lisa-agy/plugin.json +1 -1
  41. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  42. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  43. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  44. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  47. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  48. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  50. package/plugins/lisa-expo-agy/plugin.json +1 -1
  51. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  52. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  53. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  55. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  56. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  57. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  58. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  60. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  61. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  62. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  63. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  65. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  66. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  67. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  68. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  70. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  71. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  72. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  73. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  75. package/plugins/lisa-rails-agy/plugin.json +1 -1
  76. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  77. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  78. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  79. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  80. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  81. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  82. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  83. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  84. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  85. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  86. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  87. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  88. package/typescript/create-only/stryker.conf.json +1 -0
  89. package/typescript/package-lisa/package.lisa.json +38 -9
  90. package/ui/index.html +5 -2
@@ -59,7 +59,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
59
59
  "cdk/deletions.json": "b1d07e463f52deaa5f9958060de40d369f4f256b898563efb83911abf39a62a5",
60
60
  "cdk/merge/.claude/settings.json": "6f938fdc9c808ee4dda9d605815788dda384197065aac6793c7549d8811a6224",
61
61
  "cdk/merge/.oxlintrc.json": "f7d248cf8a89561374d7e68e24aa780f4a6a523938475ad685f034ce0194d75c",
62
- "cdk/package-lisa/package.lisa.json": "36d3cc0e6c1cf5496f82e37b452ba3fa07b3d43427e0d48f574cc53e5d2dabf5",
62
+ "cdk/package-lisa/package.lisa.json": "871435d0a7340b784e0862d7a16ed499df364e8651f57daecd3722b126dc96c4",
63
63
  "eslint-plugin-code-organization/README.md": "e70c9e262ce3a97e1f9fe1897ffa71e3d1b124f10486b90ead5d4a5252977826",
64
64
  "eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js": "27e8e2cdf9bae3c35c22f17407570a163cfe52bd848ec40f7f2f1068e97c10c9",
65
65
  "eslint-plugin-code-organization/index.js": "9be5ecb135bc30cf39a3371825e94f8a379d8339653297bd7e48c07624923c83",
@@ -145,7 +145,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
145
145
  "expo/github-rulesets/nightly-e2e-health.json": "af9556f52bbb04d303f557eb178d876d82348d15a991729b8a96fb1f06d5b03a",
146
146
  "expo/merge/.claude/settings.json": "e97b33d7ad86b71abba94ab957d725e34c3cafca455e92fba0b29ebabc3b73d1",
147
147
  "expo/merge/.oxlintrc.json": "95b3069256c0040be0ef1a5adae46d14687ad56fb18f473a653ba2de45d106bb",
148
- "expo/package-lisa/package.lisa.json": "fe9b22bc59d9e95680f37f102dc353c4badb8266c31a765deab84e9b48ec437d",
148
+ "expo/package-lisa/package.lisa.json": "f4ad37593ad8fab8a35f69a11ff0881313e7c828104e560b7361afda71882725",
149
149
  "harper-fabric/copy-contents/.prettierignore": "478c782f4c5611187e21584dfd5522e37fc636c5eb03394fea3db45321c6712c",
150
150
  "harper-fabric/copy-contents/gitignore": "d091c40fd0ea3068491f1be0d6510090ae872ca95d0d058ef4595d6492d13897",
151
151
  "harper-fabric/copy-overwrite/.github/workflows/ci.yml": "1fef0b72f890869e656dbe3b9463c83725ea8ca8e24e50b58d93c68502603fd0",
@@ -165,7 +165,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
165
165
  "harper-fabric/deletions.json": "383e5a6e1f8c77376b7e20f936543418204a1c632212d1fd393962e03cf40c52",
166
166
  "harper-fabric/merge/.claude/settings.json": "278c48f1af3a6aa23b7f5dcf55aa0d2737baf809942b1d4ef6831cdfc144581a",
167
167
  "harper-fabric/merge/.oxlintrc.json": "b41ea588eed47e0f1532aab5f6226b82586269b84edd1947bdde603e0a8513fa",
168
- "harper-fabric/package-lisa/package.lisa.json": "491d9c89003f7004eb1e5f8493e956371d89d687168ec8763ec6631ab842e93c",
168
+ "harper-fabric/package-lisa/package.lisa.json": "6b6fbbd4e842bbb9d82c43f25eaceafc7117305c604856bebd424f2ba90acd13",
169
169
  "nestjs/copy-overwrite/eslint.config.ts": "300895743cd8e3041f164902e1c8e509d8ef07474848a70621ac354d73595477",
170
170
  "nestjs/copy-overwrite/eslint.nestjs.ts": "50986c80ebfcbef86b6c24d6a50ace0964d43fe85c65a732230388caffab453c",
171
171
  "nestjs/copy-overwrite/eslint.slow.config.ts": "602a21f47370a0a947e92bced1b93bf8fa4c146e07c944ffe1d56ef50914a688",
@@ -209,7 +209,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
209
209
  "nestjs/deletions.json": "037a64f96b76670326bc61921f4484e864e02c09786adabbd1cfdf886183cad5",
210
210
  "nestjs/merge/.claude/settings.json": "d0ce50361a1f3868d15728646e66b9e1cdb8373688eb22459adbdb176e342aca",
211
211
  "nestjs/merge/.oxlintrc.json": "1de29d135744df0258e8659ee0b684acf84e687bbefade51db0576813e6ff097",
212
- "nestjs/package-lisa/package.lisa.json": "0988afbca21b2bbdfa2bd5ef9623e6b560cfdf0a5c18bf75385d4d21d7725441",
212
+ "nestjs/package-lisa/package.lisa.json": "1f9e0a5deac846d59f5d648a3899f2bde174c6eb7e63feffd2a5cff95a132ae1",
213
213
  "npm-package/create-only/.github/workflows/publish-to-npm.yml": "1d051007a328ba4f6c67a5e3123593921b823e0866c05343c4588a6156e9f593",
214
214
  "npm-package/package-lisa/package.lisa.json": "4a17f67b6ac09e239f4afb3cf71ecd42e1b6890164008aa8e654f3110b1d65fd",
215
215
  "oxlint/base.json": "8cbc563bdfbbaf455742cef24d33676f45b55baf1ea62b529018b2d112d70f8a",
@@ -238,7 +238,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
238
238
  "phaser/deletions.json": "383e5a6e1f8c77376b7e20f936543418204a1c632212d1fd393962e03cf40c52",
239
239
  "phaser/merge/.claude/settings.json": "296b8d5e3c197cd4526a99454aee1dc7f5ce9a25a729a957f392b71be3e8cfb6",
240
240
  "phaser/merge/.oxlintrc.json": "02c0d70e6e07bc0e981f94a1e2ccd01a2c295c4c66e8b8ea9b2f363d44fa5c06",
241
- "phaser/package-lisa/package.lisa.json": "2e121731930572541bf14d716757d42190ba1dc97fa2a5ce3dcd74b5f506f8ae",
241
+ "phaser/package-lisa/package.lisa.json": "8b251aa81d55ab1fe5feb7a251f1b5f1337cfb7b3d4581fa8d1bbc712d981dab",
242
242
  "plugins/src/base/agents/architecture-specialist.md": "076feb3a09ef056628bc33242f93278ce6b00f55878984a18a9337d326b5e1d4",
243
243
  "plugins/src/base/agents/bug-fixer.md": "e01e5d3678e464385105c9abf90e4b70ae262fd856f1e86b2ebe443dae9e17b1",
244
244
  "plugins/src/base/agents/builder.md": "75900b28a384539bba8c54f3c7b2a6ed83786e502093822ed308d324f0461c01",
@@ -1197,7 +1197,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1197
1197
  "typescript/create-only/jest.config.local.ts": "5d5603e5b79ab0379cda135159ad83aef3ec914fa037c83fc7176363b64c8422",
1198
1198
  "typescript/create-only/jest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
1199
1199
  "typescript/create-only/mutation.gate.json": "53adce2f6ef53f4a46d896210828610bf4f9b1f45ebbf6c7cf0addf9982a161a",
1200
- "typescript/create-only/stryker.conf.json": "9ae0c3ac523cc516495a80f30722c0a2565944b78b501eaf7e1487389ebc533a",
1200
+ "typescript/create-only/stryker.conf.json": "60307e1644b37b73458ecc842199c7efc565f6d2eb3e2a52af9ecb4236ae2014",
1201
1201
  "typescript/create-only/tsconfig.local.json": "727931ff950c5606b74040963429407c820743dfd20cb1732656eca963575208",
1202
1202
  "typescript/create-only/vitest.config.local.ts": "a70a6d2a4f210304cf84b8017b2c628c0ef689712c4f745ef45e1fcfffac4050",
1203
1203
  "typescript/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
@@ -1205,9 +1205,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1205
1205
  "typescript/github-rulesets/quality-checks.json": "48486702a04d4fc07c30aa0cb35fffd7d79c28bfc236d5ad4d0ea1b0f6bd1ee0",
1206
1206
  "typescript/merge/.claude/settings.json": "834e6456cae81f45073bbbb08bf731fef043efb30cae2658cb4a59f17e66d165",
1207
1207
  "typescript/merge/.oxlintrc.json": "9504c20db80470c242c4ffe8cccad6951ed8141dfb5bf6503053e0b2712ab276",
1208
- "typescript/package-lisa/package.lisa.json": "3963d603208a7482807e8aba67b92940f78cbccc5d0b3959b0c0b72322a3c8de",
1208
+ "typescript/package-lisa/package.lisa.json": "b341e8c09d109d634d5069030632a0a03e90e357af4888a205e6495952344af3",
1209
1209
  "ui/README.md": "ee05dac69cbba5f74a4ff945e78afdd54bd62d26087a255799dbbfc943f52b45",
1210
- "ui/index.html": "718d354670a84ff85a2b1181d90f5ff886ee006da75c5aaa868bbaa88652a2d6",
1210
+ "ui/index.html": "97c32c7714ab77b38919d8d9818e68bb23e46ec0a20f038ca83804c00f1616c8",
1211
1211
  });
1212
1212
  /** Exact paths tracked by the public Lisa repository at generation time. */
1213
1213
  export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
@@ -7449,12 +7449,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7449
7449
  "src/strategies/strategy.interface.ts": true,
7450
7450
  "src/strategies/tagged-merge-types.ts": true,
7451
7451
  "src/strategies/tagged-merge.ts": true,
7452
+ "src/sync/artifact-sync.ts": true,
7452
7453
  "src/sync/config-sync.ts": true,
7453
7454
  "src/sync/json-path.ts": true,
7454
7455
  "src/sync/legacy-aliases.ts": true,
7455
7456
  "src/sync/legacy-monitor-thresholds.ts": true,
7456
7457
  "src/sync/lifecycle-defaults.ts": true,
7457
7458
  "src/sync/registry.ts": true,
7459
+ "src/sync/stryker-thresholds-ownership.ts": true,
7458
7460
  "src/sync/sync-population.ts": true,
7459
7461
  "src/transaction/backup.ts": true,
7460
7462
  "src/transaction/index.ts": true,
@@ -7574,13 +7576,16 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7574
7576
  "tests/fixtures/wiki-safety/allowed-contacts.md": true,
7575
7577
  "tests/fixtures/wiki-safety/redaction-source.md": true,
7576
7578
  "tests/helpers/__fixtures__/margin-guard-case.ts": true,
7579
+ "tests/helpers/__fixtures__/scratch-teardown-case.ts": true,
7577
7580
  "tests/helpers/__fixtures__/wiki-status-fixture.ts": true,
7578
7581
  "tests/helpers/cpu-budget.ts": true,
7579
7582
  "tests/helpers/gate-capture.ts": true,
7583
+ "tests/helpers/hardcoded-temp-path-scan.ts": true,
7580
7584
  "tests/helpers/hook-roster.ts": true,
7581
7585
  "tests/helpers/io-latency-budget.ts": true,
7582
7586
  "tests/helpers/nightly-e2e-gate-harness.ts": true,
7583
7587
  "tests/helpers/nightly-e2e-reporting-harness.ts": true,
7588
+ "tests/helpers/package-lisa-apply-harness.ts": true,
7584
7589
  "tests/helpers/readiness-workflow-fixtures.ts": true,
7585
7590
  "tests/helpers/repo-file-walk.ts": true,
7586
7591
  "tests/helpers/safety-net-guard-fixtures.ts": true,
@@ -7596,6 +7601,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7596
7601
  "tests/helpers/workflow-job-graph.ts": true,
7597
7602
  "tests/helpers/workflow-test-utils.ts": true,
7598
7603
  "tests/integration/apply-prompted-guard-downgrade.test.ts": true,
7604
+ "tests/integration/apply-reports-unchanged-manifest.test.ts": true,
7599
7605
  "tests/integration/bootstrap-keychain.test.ts": true,
7600
7606
  "tests/integration/cli-smoke.test.ts": true,
7601
7607
  "tests/integration/deletion-reference-guard.test.ts": true,
@@ -7610,6 +7616,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7610
7616
  "tests/integration/gate-shipped-as-operator-surfaces.test.ts": true,
7611
7617
  "tests/integration/hardcoded-invocation-fixture.ts": true,
7612
7618
  "tests/integration/hardcoded-invocation-inventory.test.ts": true,
7619
+ "tests/integration/host-lint-gate-survives-apply.test.ts": true,
7613
7620
  "tests/integration/jest-expo-haste-pruning.test.ts": true,
7614
7621
  "tests/integration/lisa.test.ts": true,
7615
7622
  "tests/integration/maestro-build-reuse.test.ts": true,
@@ -7855,11 +7862,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7855
7862
  "tests/unit/config/gate-default-tasks-resolve.test.ts": true,
7856
7863
  "tests/unit/config/gate-task-shipped-to-templates.test.ts": true,
7857
7864
  "tests/unit/config/gitleaks-template.test.ts": true,
7865
+ "tests/unit/config/governed-script-composition-points.test.ts": true,
7866
+ "tests/unit/config/hardcoded-temp-path-detector.test.ts": true,
7858
7867
  "tests/unit/config/harper-fabric-template.test.ts": true,
7859
7868
  "tests/unit/config/jest-base.test.ts": true,
7860
7869
  "tests/unit/config/jest-expo.test.ts": true,
7861
7870
  "tests/unit/config/js-yaml-security-floor.test.ts": true,
7862
7871
  "tests/unit/config/knip-shipped-hooks-binaries.test.ts": true,
7872
+ "tests/unit/config/lisa-pin-is-not-templated.test.ts": true,
7863
7873
  "tests/unit/config/managed-scripts-prettierignore.test.ts": true,
7864
7874
  "tests/unit/config/mjs-gate-off-stays-honest.test.ts": true,
7865
7875
  "tests/unit/config/oxlint-expo.test.ts": true,
@@ -7872,6 +7882,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7872
7882
  "tests/unit/config/postinstall-cloud-session-guard.test.ts": true,
7873
7883
  "tests/unit/config/rails-template.test.ts": true,
7874
7884
  "tests/unit/config/release-push-retry.test.ts": true,
7885
+ "tests/unit/config/scratch-run-root-teardown.test.ts": true,
7875
7886
  "tests/unit/config/security-pin-floors.test.ts": true,
7876
7887
  "tests/unit/config/shipped-mjs-roster.test.ts": true,
7877
7888
  "tests/unit/config/template-script-toolchain.test.ts": true,
@@ -8404,6 +8415,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
8404
8415
  "tests/unit/strategies/monitor-threshold-compatibility.test.ts": true,
8405
8416
  "tests/unit/strategies/multi-repo-container-decomposition.test.ts": true,
8406
8417
  "tests/unit/strategies/not-established-section-contract.test.ts": true,
8418
+ "tests/unit/strategies/package-lisa-script-composition.test.ts": true,
8419
+ "tests/unit/strategies/package-lisa-script-report.test.ts": true,
8420
+ "tests/unit/strategies/package-lisa-version-pin.test.ts": true,
8407
8421
  "tests/unit/strategies/package-lisa.test.ts": true,
8408
8422
  "tests/unit/strategies/parent-status-rollup.test.ts": true,
8409
8423
  "tests/unit/strategies/plugin-sync-explain-fixtures.test.ts": true,
@@ -8478,6 +8492,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
8478
8492
  "tests/unit/sync/health-schedule.test.ts": true,
8479
8493
  "tests/unit/sync/legacy-monitor-thresholds.test.ts": true,
8480
8494
  "tests/unit/sync/linear-workflow-registry.test.ts": true,
8495
+ "tests/unit/sync/mutation-floor-divergence.test.ts": true,
8496
+ "tests/unit/sync/stryker-thresholds-ownership.test.ts": true,
8481
8497
  "tests/unit/templates/dependency-decisions-template.test.ts": true,
8482
8498
  "tests/unit/templates/lisa-dependency-decisions-seed.test.ts": true,
8483
8499
  "tests/unit/templates/project-learnings-template.test.ts": true,