@codyswann/lisa 3.70.6 → 4.0.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-gates.mjs +6 -8
- package/all/copy-overwrite/scripts/lisa-run-gates.mjs +62 -8
- package/dist/cli/ui-ci-quality-jobs-compute.d.ts +0 -1
- package/dist/cli/ui-ci-quality-jobs-compute.d.ts.map +1 -1
- package/dist/cli/ui-ci-quality-jobs-compute.js +0 -9
- package/dist/cli/ui-ci-quality-jobs-compute.js.map +1 -1
- package/dist/cli/ui-ci-quality-jobs-parse.d.ts.map +1 -1
- package/dist/cli/ui-ci-quality-jobs-parse.js +0 -1
- package/dist/cli/ui-ci-quality-jobs-parse.js.map +1 -1
- package/dist/configs/vitest/scratch-global-setup.d.ts +88 -0
- package/dist/configs/vitest/scratch-global-setup.d.ts.map +1 -1
- package/dist/configs/vitest/scratch-global-setup.js +117 -3
- package/dist/configs/vitest/scratch-global-setup.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +3 -0
- package/dist/core/lisa-owned-hash-ledger.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +9 -7
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/create-only/.github/required-checks.json +0 -7
- package/expo/create-only/.github/workflows/ci.yml +1 -1
- package/nestjs/create-only/.github/required-checks.json +0 -7
- package/nestjs/create-only/.github/workflows/ci.yml +1 -1
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-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-cursor/.claude-plugin/plugin.json +1 -1
- 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/ui/index.html +0 -33
|
@@ -14,7 +14,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
14
14
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "b4cc14d5dc02c790ea3e51b0134b9c3d5e4a0e8ef08a652817f7485a0badde17",
|
|
15
15
|
"all/copy-overwrite/scripts/lisa-environment-prepare.mjs": "f936bc8a038a7901ade1ba58cc52e5f5a8b8b2a52a9f0c1516567cc80eb02ccb",
|
|
16
16
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "16f609ebf97f4f52e462ed97a774c2b56a33a99865cc11a5c069fbbbb45b007c",
|
|
17
|
-
"all/copy-overwrite/scripts/lisa-gates.mjs": "
|
|
17
|
+
"all/copy-overwrite/scripts/lisa-gates.mjs": "8093fd3015bb31a0dc1b84df3e3fe5012a9e575d0dd088492bdc5f931f44889b",
|
|
18
18
|
"all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "17c442bf60259d8183c7359bc54f992e8b7f305798704af1ed33f3e22e1a6006",
|
|
19
19
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "3e709e1ec8a5843c00684bc477ad32ddab2c5fdb11f71d5aeec0c49609eaf025",
|
|
20
20
|
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": "d3ef2562b718156912f0877f8a0668026f5966fcca43eb9e064aa57a4e9a4976",
|
|
@@ -25,7 +25,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
25
25
|
"all/copy-overwrite/scripts/lisa-lint-staged-preflight.mjs": "ce4bc224a102e3ac2bc29d8f2038eefd619129d4639c25954c93f05011f7f977",
|
|
26
26
|
"all/copy-overwrite/scripts/lisa-postinstall.mjs": "98fe3adf3192a72f40eb75757193ce866f0a6123387377f6041e54d938df8d96",
|
|
27
27
|
"all/copy-overwrite/scripts/lisa-reconcile-policy.mjs": "f490aa56b466d961d7372f94c2fb3f0e5deb31e53212a67dd79ac4afee48d4b4",
|
|
28
|
-
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "
|
|
28
|
+
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "17a6bbf39e7de014d709e3d7f74d9b555316c4d57ab017ea8bfd88f5722de64c",
|
|
29
29
|
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "08cb25c2c49e0e5fd01e29861bbb8c90f612f9736ca2df86789fa72bd26d271e",
|
|
30
30
|
"all/copy-overwrite/scripts/lisa-test-node.mjs": "31b338144af00e20e3de02202982846d7333433a9bbda76a8c77d50e6fdbc47b",
|
|
31
31
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": "04401ae05bf9464e6929180ffdfff80afc528a1df20733b032a0342252ca1d4a",
|
|
@@ -117,8 +117,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
117
117
|
"expo/copy-overwrite/tsconfig.eslint.json": "375bb2ee8185e4a57d703e078ad57188f6d45b03b0fcbb16ef049fcf9b14c44b",
|
|
118
118
|
"expo/copy-overwrite/tsconfig.expo.json": "55f3dfe80496f03152d40d364c5a9cabf3fdce3adc8cebea48ba5257d77b7aa9",
|
|
119
119
|
"expo/copy-overwrite/tsconfig.json": "c92e2c2c109e8794ee351f634361ef46297f5a0cd606aaf5c19911da836df307",
|
|
120
|
-
"expo/create-only/.github/required-checks.json": "
|
|
121
|
-
"expo/create-only/.github/workflows/ci.yml": "
|
|
120
|
+
"expo/create-only/.github/required-checks.json": "11c77cb42306efaa71d1be14ab0c77651bd52b0f010820f63a43daab467ccb12",
|
|
121
|
+
"expo/create-only/.github/workflows/ci.yml": "5ea18b202fd952a79996e310fd933a2ac741d5e639b4d15224276e7e285f91ba",
|
|
122
122
|
"expo/create-only/.github/workflows/deploy.yml": "b2e9805f4e6d0d892c92417d2ec994027efd7dcd19a3f61e3782c5d080a5b70f",
|
|
123
123
|
"expo/create-only/.github/workflows/maestro-e2e.yml": "cd587cd38ca985b621d572e96f05425bcb9ca8dcef9af5b338349cfa1e6cfd39",
|
|
124
124
|
"expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "db78a1012a00cf4e8b023a67bb57566ae85cf790c3856f3e299636c766f0c242",
|
|
@@ -200,8 +200,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
200
200
|
"nestjs/create-only/.github/k6/thresholds/normal.json": "1842cf0b617380ce641781589b4084b03aac1beeb4803a696b3ae6329710ad44",
|
|
201
201
|
"nestjs/create-only/.github/k6/thresholds/relaxed.json": "350c18b2c588fd628db8a6e82fc5c0b3ffc8a09f1c89b64d1f530350bc64a9ca",
|
|
202
202
|
"nestjs/create-only/.github/k6/thresholds/strict.json": "e121ec72de4596b95c013a8c71f03653bcdf057cf7f8d1fec6f0e13c1381867f",
|
|
203
|
-
"nestjs/create-only/.github/required-checks.json": "
|
|
204
|
-
"nestjs/create-only/.github/workflows/ci.yml": "
|
|
203
|
+
"nestjs/create-only/.github/required-checks.json": "620455acdebb95136f9061db0c5e431f3396974b2f8208250ee22dc39098e1bd",
|
|
204
|
+
"nestjs/create-only/.github/workflows/ci.yml": "aba5d0d7b7eafcd0ceb4d6c6a9fa205d5473fed937cfc86012559bcb11258f9b",
|
|
205
205
|
"nestjs/create-only/.github/workflows/deploy.yml": "86f71854c84eb2ccf62bbf739c1acc4407fc6841cb11daa938afa542d39e6d0a",
|
|
206
206
|
"nestjs/create-only/.zap/baseline.conf": "a7cd559b014555ef2efe7a6ce129384ec376ce4d66d5bc3ae9e2f3f883172c4d",
|
|
207
207
|
"nestjs/create-only/scripts/zap-baseline.sh": "9d81fdb3419753ca4ec5509e37365543d7608c7a9924635ef1acb4734cb3bbd1",
|
|
@@ -1213,7 +1213,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1213
1213
|
"typescript/merge/.oxlintrc.json": "9504c20db80470c242c4ffe8cccad6951ed8141dfb5bf6503053e0b2712ab276",
|
|
1214
1214
|
"typescript/package-lisa/package.lisa.json": "b341e8c09d109d634d5069030632a0a03e90e357af4888a205e6495952344af3",
|
|
1215
1215
|
"ui/README.md": "ee05dac69cbba5f74a4ff945e78afdd54bd62d26087a255799dbbfc943f52b45",
|
|
1216
|
-
"ui/index.html": "
|
|
1216
|
+
"ui/index.html": "97db4b30d9168bf96db7fb0bbcf4b87fe175f415182fe58abf0026750c9db69c",
|
|
1217
1217
|
});
|
|
1218
1218
|
/** Exact paths tracked by the public Lisa repository at generation time. */
|
|
1219
1219
|
export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
@@ -7935,6 +7935,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7935
7935
|
"tests/unit/config/release-push-retry.test.ts": true,
|
|
7936
7936
|
"tests/unit/config/required-checks-declaration.test.ts": true,
|
|
7937
7937
|
"tests/unit/config/scratch-refusal-order.test.ts": true,
|
|
7938
|
+
"tests/unit/config/scratch-refusal-summary.test.ts": true,
|
|
7938
7939
|
"tests/unit/config/scratch-run-root-teardown.test.ts": true,
|
|
7939
7940
|
"tests/unit/config/security-pin-floors.test.ts": true,
|
|
7940
7941
|
"tests/unit/config/shipped-mjs-roster.test.ts": true,
|
|
@@ -8209,6 +8210,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8209
8210
|
"tests/unit/scripts/lisa-run-gates-conditional-floor.test.ts": true,
|
|
8210
8211
|
"tests/unit/scripts/lisa-run-gates-fixtures.ts": true,
|
|
8211
8212
|
"tests/unit/scripts/lisa-run-gates-floor.test.ts": true,
|
|
8213
|
+
"tests/unit/scripts/lisa-run-gates-killed.test.ts": true,
|
|
8212
8214
|
"tests/unit/scripts/lisa-run-gates-shared-prover.test.ts": true,
|
|
8213
8215
|
"tests/unit/scripts/lisa-run-gates-shipped-as.test.ts": true,
|
|
8214
8216
|
"tests/unit/scripts/lisa-run-gates-unproved.test.ts": true,
|