@codyswann/lisa 2.345.1 → 2.348.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/all/copy-overwrite/scripts/check-state-classification.mjs +609 -0
- package/all/copy-overwrite/scripts/lisa-command-envelope.mjs +194 -0
- package/all/copy-overwrite/scripts/lisa-schema-validate.mjs +208 -0
- package/all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json +119 -0
- package/all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json +191 -0
- package/all/create-only/state/README.md +41 -0
- package/all/create-only/state/state-contract.example.json +46 -0
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +92 -10
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/copy-overwrite/scripts/bdd/baseline.mjs +224 -0
- package/expo/copy-overwrite/scripts/bdd/contract.mjs +121 -0
- package/expo/copy-overwrite/scripts/bdd/envelope.mjs +231 -0
- package/expo/copy-overwrite/scripts/bdd/parse.mjs +220 -0
- package/expo/copy-overwrite/scripts/bdd/render.mjs +170 -0
- package/expo/copy-overwrite/scripts/bdd/report.mjs +361 -0
- package/expo/copy-overwrite/scripts/bdd/validate.mjs +282 -0
- package/expo/copy-overwrite/scripts/bdd/waivers.mjs +210 -0
- package/expo/copy-overwrite/scripts/bdd-matrix.mjs +278 -0
- package/expo/copy-overwrite/scripts/check-bdd-coverage.mjs +657 -0
- package/expo/create-only/bdd/coverage-map.json +38 -0
- package/expo/create-only/bdd/features/.keep +5 -0
- package/expo/github-rulesets/bdd-coverage.json +33 -0
- package/expo/package-lisa/package.lisa.json +3 -0
- 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/.codex-plugin/skills/lisa-acceptance-criteria/SKILL.md +1 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-codify-verification/SKILL.md +4 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-implement/SKILL.md +2 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-research/SKILL.md +7 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-task-decomposition/SKILL.md +2 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-test-strategy/SKILL.md +1 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-verification-lifecycle/SKILL.md +1 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-verify/SKILL.md +1 -1
- package/plugins/lisa/rules/eager/reset-seed-coverage.md +48 -0
- package/plugins/lisa/rules/reference/reset-seed-coverage.md +231 -0
- package/plugins/lisa/skills/lisa-acceptance-criteria/SKILL.md +1 -0
- package/plugins/lisa/skills/lisa-codify-verification/SKILL.md +4 -0
- package/plugins/lisa/skills/lisa-implement/SKILL.md +2 -0
- package/plugins/lisa/skills/lisa-research/SKILL.md +7 -1
- package/plugins/lisa/skills/lisa-task-decomposition/SKILL.md +2 -0
- package/plugins/lisa/skills/lisa-test-strategy/SKILL.md +1 -0
- package/plugins/lisa/skills/lisa-verification-lifecycle/SKILL.md +1 -0
- package/plugins/lisa/skills/lisa-verify/SKILL.md +1 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-acceptance-criteria/SKILL.md +1 -0
- package/plugins/lisa-agy/skills/lisa-codify-verification/SKILL.md +4 -0
- package/plugins/lisa-agy/skills/lisa-implement/SKILL.md +2 -0
- package/plugins/lisa-agy/skills/lisa-research/SKILL.md +7 -1
- package/plugins/lisa-agy/skills/lisa-task-decomposition/SKILL.md +2 -0
- package/plugins/lisa-agy/skills/lisa-test-strategy/SKILL.md +1 -0
- package/plugins/lisa-agy/skills/lisa-verification-lifecycle/SKILL.md +1 -0
- package/plugins/lisa-agy/skills/lisa-verify/SKILL.md +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/rules/eager/reset-seed-coverage.md +48 -0
- package/plugins/lisa-copilot/rules/reference/reset-seed-coverage.md +231 -0
- package/plugins/lisa-copilot/skills/lisa-acceptance-criteria/SKILL.md +1 -0
- package/plugins/lisa-copilot/skills/lisa-codify-verification/SKILL.md +4 -0
- package/plugins/lisa-copilot/skills/lisa-implement/SKILL.md +2 -0
- package/plugins/lisa-copilot/skills/lisa-research/SKILL.md +7 -1
- package/plugins/lisa-copilot/skills/lisa-task-decomposition/SKILL.md +2 -0
- package/plugins/lisa-copilot/skills/lisa-test-strategy/SKILL.md +1 -0
- package/plugins/lisa-copilot/skills/lisa-verification-lifecycle/SKILL.md +1 -0
- package/plugins/lisa-copilot/skills/lisa-verify/SKILL.md +1 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/reset-seed-coverage-reference.mdc +236 -0
- package/plugins/lisa-cursor/rules/reset-seed-coverage.mdc +53 -0
- package/plugins/lisa-cursor/skills/lisa-acceptance-criteria/SKILL.md +1 -0
- package/plugins/lisa-cursor/skills/lisa-codify-verification/SKILL.md +4 -0
- package/plugins/lisa-cursor/skills/lisa-implement/SKILL.md +2 -0
- package/plugins/lisa-cursor/skills/lisa-research/SKILL.md +7 -1
- package/plugins/lisa-cursor/skills/lisa-task-decomposition/SKILL.md +2 -0
- package/plugins/lisa-cursor/skills/lisa-test-strategy/SKILL.md +1 -0
- package/plugins/lisa-cursor/skills/lisa-verification-lifecycle/SKILL.md +1 -0
- package/plugins/lisa-cursor/skills/lisa-verify/SKILL.md +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/.codex-plugin/skills/ops-db-ops/SKILL.md +93 -2
- package/plugins/lisa-expo/skills/ops-db-ops/SKILL.md +94 -3
- package/plugins/lisa-expo/skills/ops-db-ops/agents/openai.yaml +2 -2
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-agy/skills/ops-db-ops/SKILL.md +94 -3
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/skills/ops-db-ops/SKILL.md +94 -3
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/skills/ops-db-ops/SKILL.md +94 -3
- 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/rules/eager/reset-seed-coverage.md +48 -0
- package/plugins/src/base/rules/reference/reset-seed-coverage.md +231 -0
- package/plugins/src/base/skills/lisa-acceptance-criteria/SKILL.md +1 -0
- package/plugins/src/base/skills/lisa-codify-verification/SKILL.md +4 -0
- package/plugins/src/base/skills/lisa-implement/SKILL.md +2 -0
- package/plugins/src/base/skills/lisa-research/SKILL.md +7 -1
- package/plugins/src/base/skills/lisa-task-decomposition/SKILL.md +2 -0
- package/plugins/src/base/skills/lisa-test-strategy/SKILL.md +1 -0
- package/plugins/src/base/skills/lisa-verification-lifecycle/SKILL.md +1 -0
- package/plugins/src/base/skills/lisa-verify/SKILL.md +1 -1
- package/plugins/src/expo/skills/ops-db-ops/SKILL.md +94 -3
- package/scripts/check-state-classification.mjs +27 -0
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
4
4
|
"all/copy-contents/.gitattributes": "9d3831007e681186a3673e1037ef3fc82980cab2fc04e27c0868e562912c9e9f",
|
|
5
5
|
"all/copy-contents/gitignore": "2dbf7fd2f2020fc7824c432342002d9ca3ebb57b2872e761b14e942b23479a11",
|
|
6
|
+
"all/copy-overwrite/scripts/check-state-classification.mjs": "94dc98e0bbfcf8d43cba035d4805a1c5d61a3a0db88faa791e8e06e34e741f46",
|
|
7
|
+
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "2011331056b1c86bd181649713a395dbfd2768f9fcd7e37b521d6ad2a9318ea9",
|
|
6
8
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "1bec5f3c284b3febdc471487ee6a23ffb72bd4e7b293f9e26b0188f32318c722",
|
|
7
9
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "3c7a0234b4f5609fce49e44711d2ec86af8cf7fb82b0831e4450e3347ecefe45",
|
|
8
10
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "850cfc23852eb752114ae1e938a1c7bcf34bc50c85d3aaca0c02311cc8c0ef70",
|
|
@@ -10,11 +12,16 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
10
12
|
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "1934a15e154fda3c2a40979a5cd6225661b14fe7bc77328a69ce499bea85dba7",
|
|
11
13
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": "d9ea58150aa27e7f0aa9a4ef155ed446d30bdfc932d01c64e2b8ca211aa0de7b",
|
|
12
14
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": "bf4132e49ba18e2f7e941520c299c15aeeacfd220e489f3d2eb8397f2048157b",
|
|
15
|
+
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "9dd145c0f9dac6ed252b13d32e130dbab964da6cd357981b58541780ecb2f981",
|
|
13
16
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": "e30016a49deff1c3cd3ae7951262aeb2ef3d472bce76bbbe2a177db6017c7cad",
|
|
17
|
+
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": "d153b7c2953a30f180e38f09e98240c63327f5196eeba9bdf545e5a1f125a879",
|
|
18
|
+
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": "6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
|
|
14
19
|
"all/create-only/.claude/rules/PROJECT_RULES.md": "6e1c7923ad2a15356babc60c97e7f97be728d790af285b6a7cd7d1b4d39cd97f",
|
|
15
20
|
"all/create-only/.lisaignore": "3c9827e7e98daa46510b5357cd6dd9406da1821e64cc46d2eea9f311cd6d06b9",
|
|
16
21
|
"all/create-only/scripts/remote-agent-aws-setup.sh": "12d2204d34195ad4f81082e90a25dbbf7d2493debcc50c1cd37b32dc4648fc17",
|
|
17
22
|
"all/create-only/specs/.keep": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
23
|
+
"all/create-only/state/README.md": "6e36aaa9dab171d7d4d6351042e7ddc44ec834bb7f140bbb70b83972c3181fe3",
|
|
24
|
+
"all/create-only/state/state-contract.example.json": "e7fd3cdc25b42c85a7e4d0e199d92b1442222f02cb9921b34334fb724625a6c2",
|
|
18
25
|
"all/deletions.json": "31af98085a56dd96d34d4b3cb42956e068fb492df7b1dd781987408c1b4b2ea3",
|
|
19
26
|
"all/github-rulesets/base.json": "58b9606f185cdca8b17218829aac333b7d8c08f0f2b4f86d7e360f7be1de4787",
|
|
20
27
|
"all/github-rulesets/prevent-delete.json": "e4fb26390a8bfee34b27be5b369f376a1a9a00b797fd8d3ce51cb71facb826a4",
|
|
@@ -76,6 +83,16 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
76
83
|
"expo/copy-overwrite/jest.setup.pre.js": "8ed599504ce30a71ee840a0faac2da238cfc7ff77e5d37ae39275808aecc6bc5",
|
|
77
84
|
"expo/copy-overwrite/jest.setup.ts": "102b22e857eb9deebfa18a44b680f8d95496dafcceaa3e65b6774b8e4a0e74f1",
|
|
78
85
|
"expo/copy-overwrite/knip.json": "b19d0c177d8d0460779e07043c92d37555e7721224b6b2134ac2f6d10ab44b33",
|
|
86
|
+
"expo/copy-overwrite/scripts/bdd-matrix.mjs": "f510e7e4484cd4f6182afab72f412ff9e8db458b18b96403ec1c0bd672f1dd51",
|
|
87
|
+
"expo/copy-overwrite/scripts/bdd/baseline.mjs": "dd48f24536fd36c56e8e6dc3c192f8862f3aa7dfef0e46db4f55205c1ee2b1ec",
|
|
88
|
+
"expo/copy-overwrite/scripts/bdd/contract.mjs": "d8a418d655d4a14d4d3287518b8d678cb410b7f08e38a60cf0dbf30b2e796973",
|
|
89
|
+
"expo/copy-overwrite/scripts/bdd/envelope.mjs": "7bb2aa5dbe49fa97d3f14e5400fef3f76e0fd99ab74e88d568a3d037c94c601d",
|
|
90
|
+
"expo/copy-overwrite/scripts/bdd/parse.mjs": "d6866a422d841cef291dea931424af4e0799be34d19f6817adba28e31972ac4f",
|
|
91
|
+
"expo/copy-overwrite/scripts/bdd/render.mjs": "c900d5be3b4692bc7f2252f1461b0db987d300f99817ad83466428c530da4fce",
|
|
92
|
+
"expo/copy-overwrite/scripts/bdd/report.mjs": "effb76f834032e5a21e631134a1fb38a08382dcb1db5da2c57fc28aeebe6fb56",
|
|
93
|
+
"expo/copy-overwrite/scripts/bdd/validate.mjs": "564e128ba1fc804861598baf509e2e13ec688bb99df9612b1aea3434ed9412a6",
|
|
94
|
+
"expo/copy-overwrite/scripts/bdd/waivers.mjs": "4b9ebf80100f478cc5e06d50b4d672ad08ec77a3746a7a109a74e1daf71a55b7",
|
|
95
|
+
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "13db95d2ed8bce81acfb4fdfd9adb195a60818952393268f6a269dbaa6e62d66",
|
|
79
96
|
"expo/copy-overwrite/scripts/check-e2e-coverage.mjs": "30cf7d860ecd3b838b8608f38da10fcddb4e7e90a0867438f411d68346a5f129",
|
|
80
97
|
"expo/copy-overwrite/tsconfig.eslint.json": "375bb2ee8185e4a57d703e078ad57188f6d45b03b0fcbb16ef049fcf9b14c44b",
|
|
81
98
|
"expo/copy-overwrite/tsconfig.expo.json": "55f3dfe80496f03152d40d364c5a9cabf3fdce3adc8cebea48ba5257d77b7aa9",
|
|
@@ -85,6 +102,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
85
102
|
"expo/create-only/.github/workflows/maestro-e2e.yml": "444367a8cefaa81b484bc6eff5923c34177e10f6a67cbf1befec00c9d0d1d36b",
|
|
86
103
|
"expo/create-only/.zap/baseline.conf": "ab18d74ba5270dd5d795e740cd6b1292bb78dc36c79a20c1e7b752d14c0c55f5",
|
|
87
104
|
"expo/create-only/babel.config.js": "faaf96f0d43c724a240a7892584de54ae384eee9ef9d76430d081f37d9f92924",
|
|
105
|
+
"expo/create-only/bdd/coverage-map.json": "7aecd1aca01b73eb20e311281a5e63137bd92d86d49c02fb48bcee9fdc94e07d",
|
|
106
|
+
"expo/create-only/bdd/features/.keep": "b807c9c94a3b00b93d2463a9b098dac41db227ac1f5b0b1cb746e5e6f68de15d",
|
|
88
107
|
"expo/create-only/e2e.thresholds.json": "23ac9bab7fe84cfa542785156425e020af9baabdbeb1a53293ae7e2395e4dd92",
|
|
89
108
|
"expo/create-only/jest.config.local.ts": "edf524bbf37e83883ade6bb60a8904aa2243eda7a9ca3448265761c3ca517df6",
|
|
90
109
|
"expo/create-only/jest.config.react-native-mock.js": "21bda73cf5b79fda3ed95be47c1898444bb7e659a26705afa03999b4fcf73c28",
|
|
@@ -97,10 +116,11 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
97
116
|
"expo/create-only/tsconfig.json": "fdb99e32d1588e75735755d7b5caab406ad8387c21a3d820cd3b40cb9218a191",
|
|
98
117
|
"expo/create-only/tsconfig.local.json": "dad4b4a00c890ce8c30db87ad3f8e92e2273e31c2c2a6436d0ab327b47f72758",
|
|
99
118
|
"expo/deletions.json": "ddf6330d4f5d961c55e908efcc5d71c4c78410525018b096702b9a53906b946e",
|
|
119
|
+
"expo/github-rulesets/bdd-coverage.json": "e97e53f48abc255a1a200c63fcea0cf2353b795248d126155041347908815386",
|
|
100
120
|
"expo/github-rulesets/playwright.json": "b57ccd12f768a1466a9681528858e59764bd0efedcbcb3a96c2fb40719bbd579",
|
|
101
121
|
"expo/merge/.claude/settings.json": "e97b33d7ad86b71abba94ab957d725e34c3cafca455e92fba0b29ebabc3b73d1",
|
|
102
122
|
"expo/merge/.oxlintrc.json": "2a0ea2191abd5b377aed4b525a4a97d3eefb1d9e41c845c02ee0daac75df6b1f",
|
|
103
|
-
"expo/package-lisa/package.lisa.json": "
|
|
123
|
+
"expo/package-lisa/package.lisa.json": "a36a59462e548e685bd199770cb2d567a5965a1c1da6e32ef3e9041b2f9f1446",
|
|
104
124
|
"harper-fabric/copy-contents/.prettierignore": "478c782f4c5611187e21584dfd5522e37fc636c5eb03394fea3db45321c6712c",
|
|
105
125
|
"harper-fabric/copy-contents/gitignore": "d091c40fd0ea3068491f1be0d6510090ae872ca95d0d058ef4595d6492d13897",
|
|
106
126
|
"harper-fabric/copy-overwrite/.github/dependabot.yml": "e28fde0d906478b3fb7d6b7fc16f7fc5a4a0a20d8160f547f2b4be97c90578b7",
|
|
@@ -349,6 +369,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
349
369
|
"plugins/src/base/rules/eager/rejection-detection.md": "e0a8e74f9b4eec378f7cc62072153b1a968af0e5e7a1af9473ab476d41c30211",
|
|
350
370
|
"plugins/src/base/rules/eager/repo-scope-split.md": "a1702d6d0e9d80abc118b7c32a97ba9a988b195d86363b2d7a35e71752d9bd2e",
|
|
351
371
|
"plugins/src/base/rules/eager/report-actionability.md": "7c4d5b2bea93b7cd5bb8694fa7c06f4ca8f94a19eb17832f1ccc5354b0207163",
|
|
372
|
+
"plugins/src/base/rules/eager/reset-seed-coverage.md": "d028c8709d7d3a05b2f9bb8209a0d6bf1aef99e88d5e7d7132909e8d0d4c19d9",
|
|
352
373
|
"plugins/src/base/rules/eager/security-audit-handling.md": "1f6effe92be66736a0c9fab634c5fdd6ad1e789865faa67bb783c67ddb4ad490",
|
|
353
374
|
"plugins/src/base/rules/eager/settled-decisions.md": "f5339c81b8d29f628830e6147314cbb941b9d9e6d87c3834d8fe7adc4b46ef4c",
|
|
354
375
|
"plugins/src/base/rules/eager/stale-state-claims.md": "faf5057f5910237b8d5048dbcccb73e0cd03762a8eefbeae43b5d0153104a85a",
|
|
@@ -388,6 +409,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
388
409
|
"plugins/src/base/rules/reference/rejection-detection.md": "afa1f187feabf4ef275c8d7e085452c76c5276356fe58d67a5360ed420a62873",
|
|
389
410
|
"plugins/src/base/rules/reference/repo-scope-split.md": "5df96b7a41a9c4102fd1f703f5ebf0f4dd86a07f142eb9b10088459c3d264ae6",
|
|
390
411
|
"plugins/src/base/rules/reference/report-actionability.md": "42fa86bb189467c7bc7ee64f6ebccd3926bb2aaf512ee5a498c232025b8a364b",
|
|
412
|
+
"plugins/src/base/rules/reference/reset-seed-coverage.md": "741c49e0544aecfa2c4aadf6a36ef496a1a5d974f71962ae8e33cc625651f0c2",
|
|
391
413
|
"plugins/src/base/rules/reference/security-audit-handling.md": "9633e11ac89af26444a272449f36fe03f26e61fab40ca16a0ab50464725f7d8c",
|
|
392
414
|
"plugins/src/base/rules/reference/settled-decisions.md": "6c84f309a1f765eba1648d6ace836387bd96b924f245c16cf3629f501ef6bb18",
|
|
393
415
|
"plugins/src/base/rules/reference/stale-state-claims.md": "6329e1a7629f9a12f10454c767842aecee4964df8b7bb4aebda9dde3c0959c2a",
|
|
@@ -415,7 +437,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
415
437
|
"plugins/src/base/scripts/queue-status-build-readers.mjs": "1e05181dc8fbe2a4f0c04ce73fdfe1c3a7fc1777cb66e95d7e9a593559c8ca27",
|
|
416
438
|
"plugins/src/base/scripts/queue-status-prd-readers.mjs": "32b4366fc292062c869793aeaf5b006ff400df5da09ee510f862e15d59a77770",
|
|
417
439
|
"plugins/src/base/scripts/remote-agent-aws-setup.sh": "e3fc922d9b868e0f5a72c7a16a4c32e4a1b3f5278b7c8563648e4f05c49072c5",
|
|
418
|
-
"plugins/src/base/skills/lisa-acceptance-criteria/SKILL.md": "
|
|
440
|
+
"plugins/src/base/skills/lisa-acceptance-criteria/SKILL.md": "ddcb4f10b092f27bbff67782cc4472c3a3c8b8fa08507ee67ca5d1ea4f0f1a20",
|
|
419
441
|
"plugins/src/base/skills/lisa-agent-design-best-practices/SKILL.md": "2c487df59f54682d744e71f78a2bccccf9e3a6510705b4ff6be7edfa4be2d43b",
|
|
420
442
|
"plugins/src/base/skills/lisa-agent-ready/SKILL.md": "13f2e0f50287a04ed9a036ef1c547563b5f6f6325b2b35f6746d46a5ed4d15df",
|
|
421
443
|
"plugins/src/base/skills/lisa-analyze-claude-remote/SKILL.md": "a5863836b8fa9d67825d048e1c2fc086d3df95de33cf110129488959b83cb4b5",
|
|
@@ -426,7 +448,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
426
448
|
"plugins/src/base/skills/lisa-bug-triage/SKILL.md": "bd5bae508a8f344d8b5cb46cfddcb178ff8368ca77936f9e2c63058e05f61af4",
|
|
427
449
|
"plugins/src/base/skills/lisa-capability-drift/SKILL.md": "9ef86e6caab6eaea87f6d32e67a77061ce8cccf09467bc5c36ee13a77a7f0199",
|
|
428
450
|
"plugins/src/base/skills/lisa-codebase-research/SKILL.md": "77dbc2d7e86e5027df486294de315bb539a2ece84bd4b38e47ccc108f8c2875e",
|
|
429
|
-
"plugins/src/base/skills/lisa-codify-verification/SKILL.md": "
|
|
451
|
+
"plugins/src/base/skills/lisa-codify-verification/SKILL.md": "72467a7fb8143ec5061db13df90d51d31da638535f5df4d4b9b655f37deb96a3",
|
|
430
452
|
"plugins/src/base/skills/lisa-confluence-prd-intake/SKILL.md": "a6a099abeb32940d44da7e9a6a62c3519f64efa85294c4b996789fa4fba97461",
|
|
431
453
|
"plugins/src/base/skills/lisa-confluence-to-tracker/SKILL.md": "373a545a19013306c68625f0b6cb01d9fdf36966f8a0539f63f02adcb70a7f7e",
|
|
432
454
|
"plugins/src/base/skills/lisa-confluence-write-prd/SKILL.md": "29fce0dce5f3d1b9cbe8705c8fc002e5885675e1807cf948b166aef88ddfd73a",
|
|
@@ -463,7 +485,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
463
485
|
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "ee54b3d14cc5dd3a68a8c36590102dd02f49334c9493ad52fa8c7f35157073b1",
|
|
464
486
|
"plugins/src/base/skills/lisa-github-write-prd/SKILL.md": "262f8a1bcfad4c5dd4456cfaaf1b71abf9697a0da588966e58ff491acd3c17e8",
|
|
465
487
|
"plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
|
|
466
|
-
"plugins/src/base/skills/lisa-implement/SKILL.md": "
|
|
488
|
+
"plugins/src/base/skills/lisa-implement/SKILL.md": "594e48a89a2f4707531009a637fb9ddaabee14f133664c1e3a2c92a41a793c94",
|
|
467
489
|
"plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": "24ab5b193b409db6ee6bee981a1c0a48d08991782d7846116ad01658c8bc1ae8",
|
|
468
490
|
"plugins/src/base/skills/lisa-improve-harness/SKILL.md": "bafda5d2f9b86c48cd16bf0015528fdf5891675221d662fdc533aaad66aad669",
|
|
469
491
|
"plugins/src/base/skills/lisa-improve-max-lines-per-function/SKILL.md": "95c875950c9848fdaf520a18b9bbb264e33d7347be10170add768e01d9cd8e52",
|
|
@@ -548,7 +570,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
548
570
|
"plugins/src/base/skills/lisa-remote-dispatch/scripts/dispatch.mjs": "475963ed64d9e72a6cbd6cbb61c8b57a419f2e1805e3ddfa76066047c590deeb",
|
|
549
571
|
"plugins/src/base/skills/lisa-repair-intake/SKILL.md": "1c07ec9e422f5bf6a624b63cc8c032894203d22642e77a2c51fc7209024b175a",
|
|
550
572
|
"plugins/src/base/skills/lisa-reproduce-bug/SKILL.md": "4d460993fac6021219ca23eee29b1b9afa7c37479dddc662b2fcfaca510edd68",
|
|
551
|
-
"plugins/src/base/skills/lisa-research/SKILL.md": "
|
|
573
|
+
"plugins/src/base/skills/lisa-research/SKILL.md": "9e2e7f3d02a18d9bb34f0b9e8c43d6b9b454d0f81987390839d40a84331b20f7",
|
|
552
574
|
"plugins/src/base/skills/lisa-review-implementation/SKILL.md": "42134253cca50e384f36eaa085c0a1e6b8772e9f3e912a8d1231f1cd69199858",
|
|
553
575
|
"plugins/src/base/skills/lisa-review-local/SKILL.md": "66defe83565ab3633a13e69ce394de64f17f2c2bddbf046bc12c8bbd0ca57f5c",
|
|
554
576
|
"plugins/src/base/skills/lisa-rework-triage/SKILL.md": "3389740fc0f162be0b684625424e716a0a3e4c99c8cdb4317ec82dcfcf7b57c7",
|
|
@@ -598,11 +620,11 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
598
620
|
"plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md": "031acb01195ae59010a65335da98d46a1d6080e749823d6f6d157938d9e96648",
|
|
599
621
|
"plugins/src/base/skills/lisa-spec-conformance/SKILL.md": "50e79afcfabf16d36273325aabb58571c9a0e1cafe7a2865e2da10c6d46571eb",
|
|
600
622
|
"plugins/src/base/skills/lisa-sync-down/SKILL.md": "c32e6a4e3115ca32b7d335e90d0a73b243c6c631a2d192568423be0cb5944e84",
|
|
601
|
-
"plugins/src/base/skills/lisa-task-decomposition/SKILL.md": "
|
|
623
|
+
"plugins/src/base/skills/lisa-task-decomposition/SKILL.md": "eb78838e1f121a7a619a841333b1adfce124dad8881853d14107512ead09d30f",
|
|
602
624
|
"plugins/src/base/skills/lisa-task-triage/SKILL.md": "c6e11b6d195560e6bd7b51fede65c155567c35208801a700a26d95679b03484e",
|
|
603
625
|
"plugins/src/base/skills/lisa-tdd-implementation/SKILL.md": "366bcf52a538d4f2ac440dd2e9e6f7cf324450fd3cd03652127ab8c20f584fa9",
|
|
604
626
|
"plugins/src/base/skills/lisa-tear-down-automations/SKILL.md": "3f8215b691ce60a6efd63547b99b4d87760fe99d285f6fe153aaadd451e83731",
|
|
605
|
-
"plugins/src/base/skills/lisa-test-strategy/SKILL.md": "
|
|
627
|
+
"plugins/src/base/skills/lisa-test-strategy/SKILL.md": "8976e0056b65475fe69f4ed02c8d0d3ae898fd9ab5ff28bf632981a3293c9f6e",
|
|
606
628
|
"plugins/src/base/skills/lisa-ticket-triage/SKILL.md": "9d29652fb897568a60da35956f452627a81e57032bbcc3c673ae20dfc8a419f5",
|
|
607
629
|
"plugins/src/base/skills/lisa-track/SKILL.md": "35a3fd978c71d40f62849f903ae0291f8b3140354e53ba498ada4ffe4cd586f3",
|
|
608
630
|
"plugins/src/base/skills/lisa-tracker-add-journey/SKILL.md": "a3da2e0350bcdebcdcc05f2d7931af868382638d3a28d09d4718f2f458d4be0a",
|
|
@@ -620,10 +642,10 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
620
642
|
"plugins/src/base/skills/lisa-usage-accounting/SKILL.md": "838da4ca08fb6e6a4bc14b6cb5446be93c4565f468f169a1ec68435d275d1ef8",
|
|
621
643
|
"plugins/src/base/skills/lisa-use-the-product/SKILL.md": "ab3f3ab475b7c97c3409f502b80d688816b1ff4b8e3dfeec7715d93ca41e3fa0",
|
|
622
644
|
"plugins/src/base/skills/lisa-validate-tracker-mapping/SKILL.md": "ab45fdc00294c4ca9698093cb294a2aaf39a73d714fe1aa6ad686c6c34e157ba",
|
|
623
|
-
"plugins/src/base/skills/lisa-verification-lifecycle/SKILL.md": "
|
|
645
|
+
"plugins/src/base/skills/lisa-verification-lifecycle/SKILL.md": "3fbcb619281a91f229e4564549b7f7d0ea68e7fd2d874820515846f8cbd6e0e7",
|
|
624
646
|
"plugins/src/base/skills/lisa-verify-prd/SKILL.md": "fd4dc76c42c1083f5223e650f6c25d53694138860ebcb02588689f6eb6d0b416",
|
|
625
647
|
"plugins/src/base/skills/lisa-verify-workflow-change/SKILL.md": "d89740a4dc350a9ac0d26b1b955bf74f009775b60ee0275df3f9a50fe8be3048",
|
|
626
|
-
"plugins/src/base/skills/lisa-verify/SKILL.md": "
|
|
648
|
+
"plugins/src/base/skills/lisa-verify/SKILL.md": "f8650c75b17df54159e243d3443ef2098a1be2407887689e1501fe575bf54ca4",
|
|
627
649
|
"plugins/src/base/skills/lisa-wiki-install/SKILL.md": "9689e5080dfdeffcebd230a5c1cb1ae7b173172a060a603634058f91ca71c17b",
|
|
628
650
|
"plugins/src/cdk/commands/setup/aws.md": "b393a8181d783dad43a94510d3206ea7a0d9090bf3f84d595273e64bb40e1d8d",
|
|
629
651
|
"plugins/src/cdk/skills/setup-aws-accounts/SKILL.md": "a2eee104aecc34716137661f6f47c6e18105b3eadae84fddd29cbaf6ed756874",
|
|
@@ -728,7 +750,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
728
750
|
"plugins/src/expo/skills/native-data-fetching/references/expo-router-loaders.md": "dfae6f4d7116370d05f1423672cbafa1077ed338d1d5736dafc7a41439281dbe",
|
|
729
751
|
"plugins/src/expo/skills/ops-browser-uat/SKILL.md": "d24a96ed6ea3eeb3b1a89f73a15a8da82f8aeea6dba76b142a2f4973e50395f6",
|
|
730
752
|
"plugins/src/expo/skills/ops-check-logs/SKILL.md": "a5c53b0389be769f7096807c66774fac6f816c6786967536e92741eefa1ef193",
|
|
731
|
-
"plugins/src/expo/skills/ops-db-ops/SKILL.md": "
|
|
753
|
+
"plugins/src/expo/skills/ops-db-ops/SKILL.md": "a94ad3b9b757e738bfef9959dbf7acde087ccfd15f6531e81bc685d878ed1d04",
|
|
732
754
|
"plugins/src/expo/skills/ops-deploy/SKILL.md": "287264d7589bd6d40449c3c11c32ce649be58e020726e365a7ce586a8ea69e43",
|
|
733
755
|
"plugins/src/expo/skills/ops-monitor-errors/SKILL.md": "06fb960a925c1a9ddd078450fa4c22748cb71d63ba4491d5692b6417ec0d45cb",
|
|
734
756
|
"plugins/src/expo/skills/ops-performance/SKILL.md": "a799b52a80208a246c94b951da207839f694eefbdfc33cb562143457f5c588a7",
|
|
@@ -984,6 +1006,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
984
1006
|
"scripts/check-plugins-sync.sh": "3a99cbff0e8ec5e7c944690eae003a6d51b51c85436d77bd37faea4d553728af",
|
|
985
1007
|
"scripts/check-rules-pairing.sh": "4d4a0d9e8d36794a22020f419c879d7336b1c5bfe883acdcc826d26764560c7a",
|
|
986
1008
|
"scripts/check-security-floors.mjs": "0060a0f65885b54fc93bd3885ca249cbb1ac822c52813817aae640bc1303827b",
|
|
1009
|
+
"scripts/check-state-classification.mjs": "26baaa85c0758fa41f1f66257f7d3a31ea4dd5cf17a9c0acaa3e89caaaf6265a",
|
|
987
1010
|
"scripts/claude-remote-setup.sh": "0e33accf8aa057c70497f01c38bef9f9f3801d649272f583578d89201b242655",
|
|
988
1011
|
"scripts/clean-dist.mjs": "04970d768464acbf96ebeb77c16a6a3b3da56c744eef0da64c573c6152ee0dc7",
|
|
989
1012
|
"scripts/cleanup-amplify-branches.sh": "eb9db90b07818dd156dd48d04b6350a10b39be8ffe0267d72cc13705c8eb5350",
|
|
@@ -1259,6 +1282,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1259
1282
|
"README.md": true,
|
|
1260
1283
|
"all/copy-contents/.gitattributes": true,
|
|
1261
1284
|
"all/copy-contents/gitignore": true,
|
|
1285
|
+
"all/copy-overwrite/scripts/check-state-classification.mjs": true,
|
|
1286
|
+
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": true,
|
|
1262
1287
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": true,
|
|
1263
1288
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": true,
|
|
1264
1289
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": true,
|
|
@@ -1266,11 +1291,16 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1266
1291
|
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": true,
|
|
1267
1292
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": true,
|
|
1268
1293
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": true,
|
|
1294
|
+
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": true,
|
|
1269
1295
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": true,
|
|
1296
|
+
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": true,
|
|
1297
|
+
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": true,
|
|
1270
1298
|
"all/create-only/.claude/rules/PROJECT_RULES.md": true,
|
|
1271
1299
|
"all/create-only/.lisaignore": true,
|
|
1272
1300
|
"all/create-only/scripts/remote-agent-aws-setup.sh": true,
|
|
1273
1301
|
"all/create-only/specs/.keep": true,
|
|
1302
|
+
"all/create-only/state/README.md": true,
|
|
1303
|
+
"all/create-only/state/state-contract.example.json": true,
|
|
1274
1304
|
"all/deletions.json": true,
|
|
1275
1305
|
"all/github-rulesets/base.json": true,
|
|
1276
1306
|
"all/github-rulesets/prevent-delete.json": true,
|
|
@@ -1329,6 +1359,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1329
1359
|
"cdk/merge/.oxlintrc.json": true,
|
|
1330
1360
|
"cdk/package-lisa/package.lisa.json": true,
|
|
1331
1361
|
"commitlint.config.cjs": true,
|
|
1362
|
+
"docs/bdd-coverage-schema.md": true,
|
|
1332
1363
|
"docs/design/uat-acceptance-verification-gate.md": true,
|
|
1333
1364
|
"docs/kane-cli-integration.md": true,
|
|
1334
1365
|
"docs/kane-cli-pilot.example.json": true,
|
|
@@ -1388,6 +1419,16 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1388
1419
|
"expo/copy-overwrite/jest.setup.pre.js": true,
|
|
1389
1420
|
"expo/copy-overwrite/jest.setup.ts": true,
|
|
1390
1421
|
"expo/copy-overwrite/knip.json": true,
|
|
1422
|
+
"expo/copy-overwrite/scripts/bdd-matrix.mjs": true,
|
|
1423
|
+
"expo/copy-overwrite/scripts/bdd/baseline.mjs": true,
|
|
1424
|
+
"expo/copy-overwrite/scripts/bdd/contract.mjs": true,
|
|
1425
|
+
"expo/copy-overwrite/scripts/bdd/envelope.mjs": true,
|
|
1426
|
+
"expo/copy-overwrite/scripts/bdd/parse.mjs": true,
|
|
1427
|
+
"expo/copy-overwrite/scripts/bdd/render.mjs": true,
|
|
1428
|
+
"expo/copy-overwrite/scripts/bdd/report.mjs": true,
|
|
1429
|
+
"expo/copy-overwrite/scripts/bdd/validate.mjs": true,
|
|
1430
|
+
"expo/copy-overwrite/scripts/bdd/waivers.mjs": true,
|
|
1431
|
+
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": true,
|
|
1391
1432
|
"expo/copy-overwrite/scripts/check-e2e-coverage.mjs": true,
|
|
1392
1433
|
"expo/copy-overwrite/tsconfig.eslint.json": true,
|
|
1393
1434
|
"expo/copy-overwrite/tsconfig.expo.json": true,
|
|
@@ -1397,6 +1438,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1397
1438
|
"expo/create-only/.github/workflows/maestro-e2e.yml": true,
|
|
1398
1439
|
"expo/create-only/.zap/baseline.conf": true,
|
|
1399
1440
|
"expo/create-only/babel.config.js": true,
|
|
1441
|
+
"expo/create-only/bdd/coverage-map.json": true,
|
|
1442
|
+
"expo/create-only/bdd/features/.keep": true,
|
|
1400
1443
|
"expo/create-only/e2e.thresholds.json": true,
|
|
1401
1444
|
"expo/create-only/jest.config.local.ts": true,
|
|
1402
1445
|
"expo/create-only/jest.config.react-native-mock.js": true,
|
|
@@ -1409,6 +1452,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1409
1452
|
"expo/create-only/tsconfig.json": true,
|
|
1410
1453
|
"expo/create-only/tsconfig.local.json": true,
|
|
1411
1454
|
"expo/deletions.json": true,
|
|
1455
|
+
"expo/github-rulesets/bdd-coverage.json": true,
|
|
1412
1456
|
"expo/github-rulesets/playwright.json": true,
|
|
1413
1457
|
"expo/merge/.claude/settings.json": true,
|
|
1414
1458
|
"expo/merge/.oxlintrc.json": true,
|
|
@@ -2435,6 +2479,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2435
2479
|
"plugins/lisa-copilot/rules/eager/rejection-detection.md": true,
|
|
2436
2480
|
"plugins/lisa-copilot/rules/eager/repo-scope-split.md": true,
|
|
2437
2481
|
"plugins/lisa-copilot/rules/eager/report-actionability.md": true,
|
|
2482
|
+
"plugins/lisa-copilot/rules/eager/reset-seed-coverage.md": true,
|
|
2438
2483
|
"plugins/lisa-copilot/rules/eager/security-audit-handling.md": true,
|
|
2439
2484
|
"plugins/lisa-copilot/rules/eager/settled-decisions.md": true,
|
|
2440
2485
|
"plugins/lisa-copilot/rules/eager/stale-state-claims.md": true,
|
|
@@ -2474,6 +2519,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2474
2519
|
"plugins/lisa-copilot/rules/reference/rejection-detection.md": true,
|
|
2475
2520
|
"plugins/lisa-copilot/rules/reference/repo-scope-split.md": true,
|
|
2476
2521
|
"plugins/lisa-copilot/rules/reference/report-actionability.md": true,
|
|
2522
|
+
"plugins/lisa-copilot/rules/reference/reset-seed-coverage.md": true,
|
|
2477
2523
|
"plugins/lisa-copilot/rules/reference/security-audit-handling.md": true,
|
|
2478
2524
|
"plugins/lisa-copilot/rules/reference/settled-decisions.md": true,
|
|
2479
2525
|
"plugins/lisa-copilot/rules/reference/stale-state-claims.md": true,
|
|
@@ -2886,6 +2932,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2886
2932
|
"plugins/lisa-cursor/rules/repo-scope-split.mdc": true,
|
|
2887
2933
|
"plugins/lisa-cursor/rules/report-actionability-reference.mdc": true,
|
|
2888
2934
|
"plugins/lisa-cursor/rules/report-actionability.mdc": true,
|
|
2935
|
+
"plugins/lisa-cursor/rules/reset-seed-coverage-reference.mdc": true,
|
|
2936
|
+
"plugins/lisa-cursor/rules/reset-seed-coverage.mdc": true,
|
|
2889
2937
|
"plugins/lisa-cursor/rules/security-audit-handling-reference.mdc": true,
|
|
2890
2938
|
"plugins/lisa-cursor/rules/security-audit-handling.mdc": true,
|
|
2891
2939
|
"plugins/lisa-cursor/rules/settled-decisions-reference.mdc": true,
|
|
@@ -5368,6 +5416,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5368
5416
|
"plugins/lisa/rules/eager/rejection-detection.md": true,
|
|
5369
5417
|
"plugins/lisa/rules/eager/repo-scope-split.md": true,
|
|
5370
5418
|
"plugins/lisa/rules/eager/report-actionability.md": true,
|
|
5419
|
+
"plugins/lisa/rules/eager/reset-seed-coverage.md": true,
|
|
5371
5420
|
"plugins/lisa/rules/eager/security-audit-handling.md": true,
|
|
5372
5421
|
"plugins/lisa/rules/eager/settled-decisions.md": true,
|
|
5373
5422
|
"plugins/lisa/rules/eager/stale-state-claims.md": true,
|
|
@@ -5407,6 +5456,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5407
5456
|
"plugins/lisa/rules/reference/rejection-detection.md": true,
|
|
5408
5457
|
"plugins/lisa/rules/reference/repo-scope-split.md": true,
|
|
5409
5458
|
"plugins/lisa/rules/reference/report-actionability.md": true,
|
|
5459
|
+
"plugins/lisa/rules/reference/reset-seed-coverage.md": true,
|
|
5410
5460
|
"plugins/lisa/rules/reference/security-audit-handling.md": true,
|
|
5411
5461
|
"plugins/lisa/rules/reference/settled-decisions.md": true,
|
|
5412
5462
|
"plugins/lisa/rules/reference/stale-state-claims.md": true,
|
|
@@ -5970,6 +6020,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5970
6020
|
"plugins/src/base/rules/eager/rejection-detection.md": true,
|
|
5971
6021
|
"plugins/src/base/rules/eager/repo-scope-split.md": true,
|
|
5972
6022
|
"plugins/src/base/rules/eager/report-actionability.md": true,
|
|
6023
|
+
"plugins/src/base/rules/eager/reset-seed-coverage.md": true,
|
|
5973
6024
|
"plugins/src/base/rules/eager/security-audit-handling.md": true,
|
|
5974
6025
|
"plugins/src/base/rules/eager/settled-decisions.md": true,
|
|
5975
6026
|
"plugins/src/base/rules/eager/stale-state-claims.md": true,
|
|
@@ -6009,6 +6060,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6009
6060
|
"plugins/src/base/rules/reference/rejection-detection.md": true,
|
|
6010
6061
|
"plugins/src/base/rules/reference/repo-scope-split.md": true,
|
|
6011
6062
|
"plugins/src/base/rules/reference/report-actionability.md": true,
|
|
6063
|
+
"plugins/src/base/rules/reference/reset-seed-coverage.md": true,
|
|
6012
6064
|
"plugins/src/base/rules/reference/security-audit-handling.md": true,
|
|
6013
6065
|
"plugins/src/base/rules/reference/settled-decisions.md": true,
|
|
6014
6066
|
"plugins/src/base/rules/reference/stale-state-claims.md": true,
|
|
@@ -6675,6 +6727,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6675
6727
|
"scripts/check-plugins-sync.sh": true,
|
|
6676
6728
|
"scripts/check-rules-pairing.sh": true,
|
|
6677
6729
|
"scripts/check-security-floors.mjs": true,
|
|
6730
|
+
"scripts/check-state-classification.mjs": true,
|
|
6678
6731
|
"scripts/claude-remote-setup.sh": true,
|
|
6679
6732
|
"scripts/clean-dist.mjs": true,
|
|
6680
6733
|
"scripts/cleanup-amplify-branches.sh": true,
|
|
@@ -7034,6 +7087,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7034
7087
|
"src/utils/postinstall-trampoline.ts": true,
|
|
7035
7088
|
"src/utils/usage-accounting-rollup.ts": true,
|
|
7036
7089
|
"src/utils/usage-accounting.ts": true,
|
|
7090
|
+
"state/demo-project/README.md": true,
|
|
7091
|
+
"state/demo-project/state/inventory.json": true,
|
|
7092
|
+
"state/demo-project/state/state-contract.json": true,
|
|
7037
7093
|
"tests/e2e/fixtures/ui-live-status-server.ts": true,
|
|
7038
7094
|
"tests/e2e/ui-automations-scheduler.spec.ts": true,
|
|
7039
7095
|
"tests/e2e/ui-ci-quality-jobs.spec.ts": true,
|
|
@@ -7100,6 +7156,21 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7100
7156
|
"tests/fixtures/queue-status-prd-readers/github.json": true,
|
|
7101
7157
|
"tests/fixtures/queue-status-prd-readers/linear.json": true,
|
|
7102
7158
|
"tests/fixtures/queue-status-prd-readers/notion.json": true,
|
|
7159
|
+
"tests/fixtures/state-contract/adopter/migrations/0001_initial.sql": true,
|
|
7160
|
+
"tests/fixtures/state-contract/adopter/state/inventory.json": true,
|
|
7161
|
+
"tests/fixtures/state-contract/adopter/state/state-contract.json": true,
|
|
7162
|
+
"tests/fixtures/state-contract/inventory-incomplete/migrations/0001_initial.sql": true,
|
|
7163
|
+
"tests/fixtures/state-contract/inventory-incomplete/state/inventory.json": true,
|
|
7164
|
+
"tests/fixtures/state-contract/inventory-incomplete/state/state-contract.json": true,
|
|
7165
|
+
"tests/fixtures/state-contract/leaked-notes/state/inventory.json": true,
|
|
7166
|
+
"tests/fixtures/state-contract/leaked-notes/state/state-contract.json": true,
|
|
7167
|
+
"tests/fixtures/state-contract/noop-contradicted/migrations/0001_initial.sql": true,
|
|
7168
|
+
"tests/fixtures/state-contract/noop-contradicted/state/state-contract.json": true,
|
|
7169
|
+
"tests/fixtures/state-contract/noop-valid/state/state-contract.json": true,
|
|
7170
|
+
"tests/fixtures/state-contract/stale-classification/state/inventory.json": true,
|
|
7171
|
+
"tests/fixtures/state-contract/stale-classification/state/state-contract.json": true,
|
|
7172
|
+
"tests/fixtures/state-contract/unswept-fixture/state/inventory.json": true,
|
|
7173
|
+
"tests/fixtures/state-contract/unswept-fixture/state/state-contract.json": true,
|
|
7103
7174
|
"tests/fixtures/verification/artifact_mismatch.json": true,
|
|
7104
7175
|
"tests/fixtures/verification/evidence_digest_mismatch.json": true,
|
|
7105
7176
|
"tests/fixtures/verification/evidence_kind_mismatch.json": true,
|
|
@@ -7398,6 +7469,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7398
7469
|
"tests/unit/opencode/parity-safety-net-plugin.test.ts": true,
|
|
7399
7470
|
"tests/unit/opencode/settings-installer.test.ts": true,
|
|
7400
7471
|
"tests/unit/opencode/skills-installer.test.ts": true,
|
|
7472
|
+
"tests/unit/scripts/bdd-adoption.test.ts": true,
|
|
7473
|
+
"tests/unit/scripts/bdd-envelope.test.ts": true,
|
|
7474
|
+
"tests/unit/scripts/bdd-grammar.test.ts": true,
|
|
7475
|
+
"tests/unit/scripts/bdd-ratchet.test.ts": true,
|
|
7476
|
+
"tests/unit/scripts/bdd-reporting.test.ts": true,
|
|
7477
|
+
"tests/unit/scripts/bdd-validation.test.ts": true,
|
|
7478
|
+
"tests/unit/scripts/bdd-wiring.test.ts": true,
|
|
7479
|
+
"tests/unit/scripts/bdd/support.ts": true,
|
|
7401
7480
|
"tests/unit/scripts/build-cursor-hooks-json.test.ts": true,
|
|
7402
7481
|
"tests/unit/scripts/check-duplicate-versions-helpers.ts": true,
|
|
7403
7482
|
"tests/unit/scripts/check-duplicate-versions.test.ts": true,
|
|
@@ -7405,6 +7484,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7405
7484
|
"tests/unit/scripts/check-learnings-budget-helpers.ts": true,
|
|
7406
7485
|
"tests/unit/scripts/check-learnings-budget.test.ts": true,
|
|
7407
7486
|
"tests/unit/scripts/codex-hook-filter.test.ts": true,
|
|
7487
|
+
"tests/unit/scripts/command-envelope.test.ts": true,
|
|
7408
7488
|
"tests/unit/scripts/cross-pollinate.test.ts": true,
|
|
7409
7489
|
"tests/unit/scripts/cursor-artifact-helpers.ts": true,
|
|
7410
7490
|
"tests/unit/scripts/detect-stale-workflow-inputs-helpers.ts": true,
|
|
@@ -7430,6 +7510,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7430
7510
|
"tests/unit/scripts/plugin-sync-workflow.test.ts": true,
|
|
7431
7511
|
"tests/unit/scripts/security-floors.test.ts": true,
|
|
7432
7512
|
"tests/unit/scripts/setup-jira-cli-config.test.ts": true,
|
|
7513
|
+
"tests/unit/scripts/state-classification.test.ts": true,
|
|
7433
7514
|
"tests/unit/scripts/threshold-ratchet-gates.test.ts": true,
|
|
7434
7515
|
"tests/unit/scripts/threshold-ratchet-wiring.test.ts": true,
|
|
7435
7516
|
"tests/unit/scripts/threshold-ratchet.test.ts": true,
|
|
@@ -7634,6 +7715,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7634
7715
|
"tests/unit/strategies/remote-agent-aws-setup.test.ts": true,
|
|
7635
7716
|
"tests/unit/strategies/repair-intake-contract.test.ts": true,
|
|
7636
7717
|
"tests/unit/strategies/repo-scope-claim.test.ts": true,
|
|
7718
|
+
"tests/unit/strategies/reset-seed-coverage-rule.test.ts": true,
|
|
7637
7719
|
"tests/unit/strategies/rework-triage-skill.test.ts": true,
|
|
7638
7720
|
"tests/unit/strategies/security-two-bucket-contract.test.ts": true,
|
|
7639
7721
|
"tests/unit/strategies/setup-automations-readiness-warning.test.ts": true,
|