@codyswann/lisa 3.4.0 → 3.5.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/README.md +22 -0
- package/all/copy-contents/gitignore +7 -0
- package/all/copy-overwrite/scripts/lisa-command-envelope.mjs +44 -4
- package/all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh +31 -0
- package/all/copy-overwrite/scripts/lisa-schema-validate.mjs +125 -47
- package/all/copy-overwrite/scripts/lisa-work-item.mjs +24 -2
- package/cdk/merge/.oxlintrc.json +1 -1
- package/dist/cli/apply.d.ts.map +1 -1
- package/dist/cli/apply.js +48 -13
- package/dist/cli/apply.js.map +1 -1
- package/dist/cli/doctor-apply-freshness.d.ts +29 -0
- package/dist/cli/doctor-apply-freshness.d.ts.map +1 -0
- package/dist/cli/doctor-apply-freshness.js +194 -0
- package/dist/cli/doctor-apply-freshness.js.map +1 -0
- package/dist/cli/doctor-learnings-merge-driver.d.ts +23 -0
- package/dist/cli/doctor-learnings-merge-driver.d.ts.map +1 -0
- package/dist/cli/doctor-learnings-merge-driver.js +73 -0
- package/dist/cli/doctor-learnings-merge-driver.js.map +1 -0
- package/dist/cli/doctor-readiness-workflows.js +2 -2
- package/dist/cli/doctor-readiness-workflows.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +13 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/ui-ci-quality-jobs-parse.js +2 -2
- package/dist/cli/ui-ci-quality-jobs-parse.js.map +1 -1
- package/dist/cli/ui-deploy-pipeline-model.d.ts +4 -0
- package/dist/cli/ui-deploy-pipeline-model.d.ts.map +1 -1
- package/dist/cli/ui-deploy-pipeline-model.js +2 -2
- package/dist/cli/ui-deploy-pipeline-model.js.map +1 -1
- package/dist/codex/agent-transformer.js +2 -2
- package/dist/codex/agent-transformer.js.map +1 -1
- package/dist/codex/command-skill-transformer.js +3 -3
- package/dist/codex/command-skill-transformer.js.map +1 -1
- package/dist/codex/scripts/block-no-verify.sh +53 -4
- package/dist/core/apply-receipt.d.ts +68 -0
- package/dist/core/apply-receipt.d.ts.map +1 -0
- package/dist/core/apply-receipt.js +107 -0
- package/dist/core/apply-receipt.js.map +1 -0
- package/dist/core/learnings-merge-driver-install.d.ts +34 -0
- package/dist/core/learnings-merge-driver-install.d.ts.map +1 -1
- package/dist/core/learnings-merge-driver-install.js +36 -0
- package/dist/core/learnings-merge-driver-install.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +62 -39
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/migrations/ensure-lisa-postinstall.d.ts +33 -0
- package/dist/migrations/ensure-lisa-postinstall.d.ts.map +1 -1
- package/dist/migrations/ensure-lisa-postinstall.js +47 -5
- package/dist/migrations/ensure-lisa-postinstall.js.map +1 -1
- package/dist/migrations/ensure-oxlint-base-configs.d.ts +42 -0
- package/dist/migrations/ensure-oxlint-base-configs.d.ts.map +1 -0
- package/dist/migrations/ensure-oxlint-base-configs.js +212 -0
- package/dist/migrations/ensure-oxlint-base-configs.js.map +1 -0
- package/dist/migrations/index.d.ts +1 -0
- package/dist/migrations/index.d.ts.map +1 -1
- package/dist/migrations/index.js +3 -0
- package/dist/migrations/index.js.map +1 -1
- package/dist/opencode/command-transformer.js +3 -3
- package/dist/opencode/command-transformer.js.map +1 -1
- package/dist/utils/yaml.d.ts +54 -0
- package/dist/utils/yaml.d.ts.map +1 -0
- package/dist/utils/yaml.js +124 -0
- package/dist/utils/yaml.js.map +1 -0
- package/expo/copy-overwrite/scripts/bdd/baseline.mjs +104 -19
- package/expo/copy-overwrite/scripts/bdd/contract.mjs +20 -1
- package/expo/copy-overwrite/scripts/bdd/discover.mjs +53 -10
- package/expo/copy-overwrite/scripts/bdd/parse.mjs +25 -3
- package/expo/copy-overwrite/scripts/bdd/render.mjs +2 -1
- package/expo/copy-overwrite/scripts/bdd/report.mjs +26 -12
- package/expo/copy-overwrite/scripts/bdd/validate.mjs +2 -2
- package/expo/copy-overwrite/scripts/bdd/waivers.mjs +19 -4
- package/expo/copy-overwrite/scripts/bdd-matrix.mjs +2 -2
- package/expo/copy-overwrite/scripts/check-bdd-coverage.mjs +58 -16
- package/expo/create-only/.github/required-checks.json +10 -4
- package/expo/merge/.oxlintrc.json +1 -1
- package/harper-fabric/merge/.oxlintrc.json +1 -1
- package/nestjs/create-only/.github/required-checks.json +57 -0
- package/nestjs/merge/.oxlintrc.json +1 -1
- package/package.json +1 -1
- package/phaser/merge/.oxlintrc.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-atlassian-access/SKILL.md +7 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-implement/SKILL.md +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-jam-access/SKILL.md +37 -2
- package/plugins/lisa/.codex-plugin/skills/lisa-notion-access/SKILL.md +7 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-posthog-access/SKILL.md +40 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-sentry-access/SKILL.md +44 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-sonarcloud-access/SKILL.md +56 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa/hooks/block-no-verify.agy.sh +53 -4
- package/plugins/lisa/hooks/block-no-verify.sh +31 -0
- package/plugins/lisa/rules/eager/credential-substrate-precedence.md +3 -1
- package/plugins/lisa/rules/eager/tracked-work.md +1 -1
- package/plugins/lisa/rules/reference/credential-substrate-precedence.md +20 -0
- package/plugins/lisa/rules/reference/tracked-work.md +4 -2
- package/plugins/lisa/skills/lisa-atlassian-access/SKILL.md +7 -0
- package/plugins/lisa/skills/lisa-implement/SKILL.md +1 -1
- package/plugins/lisa/skills/lisa-jam-access/SKILL.md +37 -2
- package/plugins/lisa/skills/lisa-notion-access/SKILL.md +7 -0
- package/plugins/lisa/skills/lisa-posthog-access/SKILL.md +40 -3
- package/plugins/lisa/skills/lisa-sentry-access/SKILL.md +44 -3
- package/plugins/lisa/skills/lisa-sonarcloud-access/SKILL.md +56 -0
- package/plugins/lisa/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa-agy/hooks/block-no-verify.agy.sh +53 -4
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-atlassian-access/SKILL.md +7 -0
- package/plugins/lisa-agy/skills/lisa-implement/SKILL.md +1 -1
- package/plugins/lisa-agy/skills/lisa-jam-access/SKILL.md +37 -2
- package/plugins/lisa-agy/skills/lisa-notion-access/SKILL.md +7 -0
- package/plugins/lisa-agy/skills/lisa-posthog-access/SKILL.md +40 -3
- package/plugins/lisa-agy/skills/lisa-sentry-access/SKILL.md +44 -3
- package/plugins/lisa-agy/skills/lisa-sonarcloud-access/SKILL.md +56 -0
- package/plugins/lisa-agy/skills/lisa-track/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/hooks/block-no-verify.sh +31 -0
- package/plugins/lisa-copilot/rules/eager/credential-substrate-precedence.md +3 -1
- package/plugins/lisa-copilot/rules/eager/tracked-work.md +1 -1
- package/plugins/lisa-copilot/rules/reference/credential-substrate-precedence.md +20 -0
- package/plugins/lisa-copilot/rules/reference/tracked-work.md +4 -2
- package/plugins/lisa-copilot/skills/lisa-atlassian-access/SKILL.md +7 -0
- package/plugins/lisa-copilot/skills/lisa-implement/SKILL.md +1 -1
- package/plugins/lisa-copilot/skills/lisa-jam-access/SKILL.md +37 -2
- package/plugins/lisa-copilot/skills/lisa-notion-access/SKILL.md +7 -0
- package/plugins/lisa-copilot/skills/lisa-posthog-access/SKILL.md +40 -3
- package/plugins/lisa-copilot/skills/lisa-sentry-access/SKILL.md +44 -3
- package/plugins/lisa-copilot/skills/lisa-sonarcloud-access/SKILL.md +56 -0
- package/plugins/lisa-copilot/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/hooks/block-no-verify.sh +31 -0
- package/plugins/lisa-cursor/rules/credential-substrate-precedence-reference.mdc +20 -0
- package/plugins/lisa-cursor/rules/credential-substrate-precedence.mdc +3 -1
- package/plugins/lisa-cursor/rules/tracked-work-reference.mdc +4 -2
- package/plugins/lisa-cursor/rules/tracked-work.mdc +1 -1
- package/plugins/lisa-cursor/skills/lisa-atlassian-access/SKILL.md +7 -0
- package/plugins/lisa-cursor/skills/lisa-implement/SKILL.md +1 -1
- package/plugins/lisa-cursor/skills/lisa-jam-access/SKILL.md +37 -2
- package/plugins/lisa-cursor/skills/lisa-notion-access/SKILL.md +7 -0
- package/plugins/lisa-cursor/skills/lisa-posthog-access/SKILL.md +40 -3
- package/plugins/lisa-cursor/skills/lisa-sentry-access/SKILL.md +44 -3
- package/plugins/lisa-cursor/skills/lisa-sonarcloud-access/SKILL.md +56 -0
- package/plugins/lisa-cursor/skills/lisa-track/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-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.agy.sh +53 -4
- package/plugins/src/base/hooks/block-no-verify.sh +31 -0
- package/plugins/src/base/rules/eager/credential-substrate-precedence.md +3 -1
- package/plugins/src/base/rules/eager/tracked-work.md +1 -1
- package/plugins/src/base/rules/reference/credential-substrate-precedence.md +20 -0
- package/plugins/src/base/rules/reference/tracked-work.md +4 -2
- package/plugins/src/base/skills/lisa-atlassian-access/SKILL.md +7 -0
- package/plugins/src/base/skills/lisa-implement/SKILL.md +1 -1
- package/plugins/src/base/skills/lisa-jam-access/SKILL.md +37 -2
- package/plugins/src/base/skills/lisa-notion-access/SKILL.md +7 -0
- package/plugins/src/base/skills/lisa-posthog-access/SKILL.md +40 -3
- package/plugins/src/base/skills/lisa-sentry-access/SKILL.md +44 -3
- package/plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md +56 -0
- package/plugins/src/base/skills/lisa-track/SKILL.md +1 -1
- package/scripts/install-claude-plugins.sh +5 -1
- package/typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs +298 -26
- package/typescript/create-only/.github/required-checks.json +11 -6
- package/typescript/create-only/.github/workflows/required-checks-drift.yml +84 -0
- package/typescript/merge/.oxlintrc.json +1 -1
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
/** Generated by scripts/generate-upstream-evidence-manifest.mjs. Do not edit. */
|
|
3
3
|
export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
4
4
|
"all/copy-contents/.gitattributes": "9d3831007e681186a3673e1037ef3fc82980cab2fc04e27c0868e562912c9e9f",
|
|
5
|
-
"all/copy-contents/gitignore": "
|
|
5
|
+
"all/copy-contents/gitignore": "8104ccd32d7e6137cae706511c5037d11d6b6045b8e2a9bb7b3a48a81c053cfa",
|
|
6
6
|
"all/copy-overwrite/scripts/check-state-classification.mjs": "94dc98e0bbfcf8d43cba035d4805a1c5d61a3a0db88faa791e8e06e34e741f46",
|
|
7
|
-
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "
|
|
7
|
+
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "4f76bb7d466eb153a4e1414d06f12856a1242de2cfa4cb4b1b942cf29d8b7f37",
|
|
8
8
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "1bec5f3c284b3febdc471487ee6a23ffb72bd4e7b293f9e26b0188f32318c722",
|
|
9
9
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "3c7a0234b4f5609fce49e44711d2ec86af8cf7fb82b0831e4450e3347ecefe45",
|
|
10
10
|
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "d47314b66d6ce85f77d6e058f861eede4462b2b0a33d54e82ff1c931167ec3f7",
|
|
11
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "
|
|
11
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "dd1aea1b9fdd0da023bf704b331b350bc14620f4364afa5001c6690fcbc940cc",
|
|
12
12
|
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
|
|
13
13
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": "d9ea58150aa27e7f0aa9a4ef155ed446d30bdfc932d01c64e2b8ca211aa0de7b",
|
|
14
14
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": "bf4132e49ba18e2f7e941520c299c15aeeacfd220e489f3d2eb8397f2048157b",
|
|
15
|
-
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "
|
|
16
|
-
"all/copy-overwrite/scripts/lisa-work-item.mjs": "
|
|
15
|
+
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "4a05a0ed70a274827fd2f0fd0c98890c66bee2fde70785b8379943ebe6650473",
|
|
16
|
+
"all/copy-overwrite/scripts/lisa-work-item.mjs": "fe064a2bd11200ed256fb36e203978f858fccbcaf40708496c066383345900ef",
|
|
17
17
|
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": "d153b7c2953a30f180e38f09e98240c63327f5196eeba9bdf545e5a1f125a879",
|
|
18
18
|
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": "6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
|
|
19
19
|
"all/create-only/.agents/rules/README.md": "fd260fd9b2934d0d698a8098dfff07fedc071849d588e602d773666678c3d540",
|
|
@@ -45,7 +45,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
45
45
|
"cdk/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
|
|
46
46
|
"cdk/deletions.json": "b1d07e463f52deaa5f9958060de40d369f4f256b898563efb83911abf39a62a5",
|
|
47
47
|
"cdk/merge/.claude/settings.json": "6f938fdc9c808ee4dda9d605815788dda384197065aac6793c7549d8811a6224",
|
|
48
|
-
"cdk/merge/.oxlintrc.json": "
|
|
48
|
+
"cdk/merge/.oxlintrc.json": "f7d248cf8a89561374d7e68e24aa780f4a6a523938475ad685f034ce0194d75c",
|
|
49
49
|
"cdk/package-lisa/package.lisa.json": "6eb9a4cea78747750d6efadb7a142a349bc8572ed5e5d109f8b71d862ed4e45d",
|
|
50
50
|
"eslint-plugin-code-organization/README.md": "7943820d0b301041f764d4b33adc3c8afbd5bf08f800989390233e78962a51de",
|
|
51
51
|
"eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js": "27e8e2cdf9bae3c35c22f17407570a163cfe52bd848ec40f7f2f1068e97c10c9",
|
|
@@ -83,23 +83,23 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
83
83
|
"expo/copy-overwrite/jest.setup.pre.js": "8ed599504ce30a71ee840a0faac2da238cfc7ff77e5d37ae39275808aecc6bc5",
|
|
84
84
|
"expo/copy-overwrite/jest.setup.ts": "102b22e857eb9deebfa18a44b680f8d95496dafcceaa3e65b6774b8e4a0e74f1",
|
|
85
85
|
"expo/copy-overwrite/knip.json": "b19d0c177d8d0460779e07043c92d37555e7721224b6b2134ac2f6d10ab44b33",
|
|
86
|
-
"expo/copy-overwrite/scripts/bdd-matrix.mjs": "
|
|
87
|
-
"expo/copy-overwrite/scripts/bdd/baseline.mjs": "
|
|
88
|
-
"expo/copy-overwrite/scripts/bdd/contract.mjs": "
|
|
89
|
-
"expo/copy-overwrite/scripts/bdd/discover.mjs": "
|
|
86
|
+
"expo/copy-overwrite/scripts/bdd-matrix.mjs": "4173a1c18d34285ab645314e0a99944f8baa02ae2632264b850c727347c8a836",
|
|
87
|
+
"expo/copy-overwrite/scripts/bdd/baseline.mjs": "12503dd325bbfe95f4f4f7fc9d8284d78210d0f54fa75c9af774b42f20495fe0",
|
|
88
|
+
"expo/copy-overwrite/scripts/bdd/contract.mjs": "d4dd79f24f64d8bd29352582433356b2b67fcca4fcfc4e4b253efa70bccd08be",
|
|
89
|
+
"expo/copy-overwrite/scripts/bdd/discover.mjs": "d19b92e3f48bdc213c232175cd3021759080d635326e9675969976c0564d7676",
|
|
90
90
|
"expo/copy-overwrite/scripts/bdd/envelope.mjs": "9f3c72316d4dd5b5c2e3fa7634f00fb203dfb9235ab9af7183c99105dad7645d",
|
|
91
|
-
"expo/copy-overwrite/scripts/bdd/parse.mjs": "
|
|
92
|
-
"expo/copy-overwrite/scripts/bdd/render.mjs": "
|
|
93
|
-
"expo/copy-overwrite/scripts/bdd/report.mjs": "
|
|
94
|
-
"expo/copy-overwrite/scripts/bdd/validate.mjs": "
|
|
95
|
-
"expo/copy-overwrite/scripts/bdd/waivers.mjs": "
|
|
96
|
-
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "
|
|
91
|
+
"expo/copy-overwrite/scripts/bdd/parse.mjs": "18afb534f85c904af5da32e4dc0b48e4d2a89895a2866b60a544a790ce8b7afb",
|
|
92
|
+
"expo/copy-overwrite/scripts/bdd/render.mjs": "c3cb36a6b3cf5771f5813cdd22f8273aa367c9de663ed1724c1fb3c59f2fbae9",
|
|
93
|
+
"expo/copy-overwrite/scripts/bdd/report.mjs": "7c49bf1f430e32f7c2ac1fd90162293e928fe4fdf48db4cb5c8e3266187aac4e",
|
|
94
|
+
"expo/copy-overwrite/scripts/bdd/validate.mjs": "fa0c379c9ecab9ee2069f2ee41c1971f127b0a859647f911eaa707eb294a93e7",
|
|
95
|
+
"expo/copy-overwrite/scripts/bdd/waivers.mjs": "4a918db61b6bdf3a23cf14c5cebdee88259964c60e4c5869abfebb7d743b181c",
|
|
96
|
+
"expo/copy-overwrite/scripts/check-bdd-coverage.mjs": "9ef2ef274602bf49ef5346b55ec95be575e3989e5c19e5c2b566d668ce0fd3ba",
|
|
97
97
|
"expo/copy-overwrite/scripts/check-e2e-coverage.mjs": "30cf7d860ecd3b838b8608f38da10fcddb4e7e90a0867438f411d68346a5f129",
|
|
98
98
|
"expo/copy-overwrite/scripts/classify-maestro-failures.mjs": "aadb773bfb994e754cfdf576f59d4bfe020184b21953908d40049ddfe3a93fc1",
|
|
99
99
|
"expo/copy-overwrite/tsconfig.eslint.json": "375bb2ee8185e4a57d703e078ad57188f6d45b03b0fcbb16ef049fcf9b14c44b",
|
|
100
100
|
"expo/copy-overwrite/tsconfig.expo.json": "55f3dfe80496f03152d40d364c5a9cabf3fdce3adc8cebea48ba5257d77b7aa9",
|
|
101
101
|
"expo/copy-overwrite/tsconfig.json": "c92e2c2c109e8794ee351f634361ef46297f5a0cd606aaf5c19911da836df307",
|
|
102
|
-
"expo/create-only/.github/required-checks.json": "
|
|
102
|
+
"expo/create-only/.github/required-checks.json": "68194b5e096c8d49579e06aed5e41df71c43c4dc46bbbcb390b4a27cd1e78c7f",
|
|
103
103
|
"expo/create-only/.github/workflows/ci.yml": "bf75c9d3b4f4a2cb24c2214d9fc27a9cb2247a6694b0cf02c40032b4d3e87cd9",
|
|
104
104
|
"expo/create-only/.github/workflows/deploy.yml": "0978b1f4e19e1ff66bb8cdd037d36a3751d4e917db7ceb5bcf100fad36768516",
|
|
105
105
|
"expo/create-only/.github/workflows/maestro-e2e.yml": "4bacb1da9ea897345aad77b8ae7ee96861c555aa77a00846f4572da18e9fd6e0",
|
|
@@ -126,7 +126,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
126
126
|
"expo/github-rulesets/bdd-coverage.json": "e97e53f48abc255a1a200c63fcea0cf2353b795248d126155041347908815386",
|
|
127
127
|
"expo/github-rulesets/nightly-e2e-health.json": "af9556f52bbb04d303f557eb178d876d82348d15a991729b8a96fb1f06d5b03a",
|
|
128
128
|
"expo/merge/.claude/settings.json": "e97b33d7ad86b71abba94ab957d725e34c3cafca455e92fba0b29ebabc3b73d1",
|
|
129
|
-
"expo/merge/.oxlintrc.json": "
|
|
129
|
+
"expo/merge/.oxlintrc.json": "95b3069256c0040be0ef1a5adae46d14687ad56fb18f473a653ba2de45d106bb",
|
|
130
130
|
"expo/package-lisa/package.lisa.json": "34c4a356db67fa55d715a7bb4dafac8249a3793cd330bc920cd1769b58fcdcd0",
|
|
131
131
|
"harper-fabric/copy-contents/.prettierignore": "478c782f4c5611187e21584dfd5522e37fc636c5eb03394fea3db45321c6712c",
|
|
132
132
|
"harper-fabric/copy-contents/gitignore": "d091c40fd0ea3068491f1be0d6510090ae872ca95d0d058ef4595d6492d13897",
|
|
@@ -147,7 +147,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
147
147
|
"harper-fabric/create-only/scripts/zap-baseline.sh": "da139276b637080f9877362ce6f9667c1ffd57c9d18ec851999ce4328f309577",
|
|
148
148
|
"harper-fabric/deletions.json": "383e5a6e1f8c77376b7e20f936543418204a1c632212d1fd393962e03cf40c52",
|
|
149
149
|
"harper-fabric/merge/.claude/settings.json": "278c48f1af3a6aa23b7f5dcf55aa0d2737baf809942b1d4ef6831cdfc144581a",
|
|
150
|
-
"harper-fabric/merge/.oxlintrc.json": "
|
|
150
|
+
"harper-fabric/merge/.oxlintrc.json": "b41ea588eed47e0f1532aab5f6226b82586269b84edd1947bdde603e0a8513fa",
|
|
151
151
|
"harper-fabric/package-lisa/package.lisa.json": "4672b147ff12d0af80516b9c824aa9419b05da1308531d978ea285ae4e3c2b23",
|
|
152
152
|
"nestjs/copy-overwrite/eslint.config.ts": "b44532acdaa1deaab29dcc2171a615242fb26565f538bdb38d8e33dd5a15cd01",
|
|
153
153
|
"nestjs/copy-overwrite/eslint.nestjs.ts": "e3073700e1b609f0cd3b788b6e1bdbef5ce999c9f42f30f993d490630f5bc50a",
|
|
@@ -181,6 +181,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
181
181
|
"nestjs/create-only/.github/k6/thresholds/normal.json": "1842cf0b617380ce641781589b4084b03aac1beeb4803a696b3ae6329710ad44",
|
|
182
182
|
"nestjs/create-only/.github/k6/thresholds/relaxed.json": "350c18b2c588fd628db8a6e82fc5c0b3ffc8a09f1c89b64d1f530350bc64a9ca",
|
|
183
183
|
"nestjs/create-only/.github/k6/thresholds/strict.json": "e121ec72de4596b95c013a8c71f03653bcdf057cf7f8d1fec6f0e13c1381867f",
|
|
184
|
+
"nestjs/create-only/.github/required-checks.json": "7d9af483f6150e2f7281f008dd08b56590721f3c86f6b1a3b7548f7838a0137f",
|
|
184
185
|
"nestjs/create-only/.github/workflows/ci.yml": "0985668e6d0478f1993bed8ccd398601d8e73376afd8775e1269ae129418152e",
|
|
185
186
|
"nestjs/create-only/.github/workflows/deploy.yml": "78abfa87639cb7506418dd34387963a0557614933d823e6fa0413395166b945b",
|
|
186
187
|
"nestjs/create-only/.zap/baseline.conf": "a7cd559b014555ef2efe7a6ce129384ec376ce4d66d5bc3ae9e2f3f883172c4d",
|
|
@@ -190,7 +191,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
190
191
|
"nestjs/create-only/vitest.thresholds.json": "ce04fe30ad6139f734dbc56d92a801c11cfd86a0d9e49c06c1c2d0a137beeffd",
|
|
191
192
|
"nestjs/deletions.json": "037a64f96b76670326bc61921f4484e864e02c09786adabbd1cfdf886183cad5",
|
|
192
193
|
"nestjs/merge/.claude/settings.json": "d0ce50361a1f3868d15728646e66b9e1cdb8373688eb22459adbdb176e342aca",
|
|
193
|
-
"nestjs/merge/.oxlintrc.json": "
|
|
194
|
+
"nestjs/merge/.oxlintrc.json": "1de29d135744df0258e8659ee0b684acf84e687bbefade51db0576813e6ff097",
|
|
194
195
|
"nestjs/package-lisa/package.lisa.json": "f54fbe079e12caa89f1b768a851e71cd1c30e37918ca309c50add4379102381d",
|
|
195
196
|
"npm-package/create-only/.github/workflows/publish-to-npm.yml": "c21af3c31626abfe4dcbfdd42917f7e01753045a1ba6eba87b014e7f8c18db10",
|
|
196
197
|
"npm-package/package-lisa/package.lisa.json": "4a17f67b6ac09e239f4afb3cf71ecd42e1b6890164008aa8e654f3110b1d65fd",
|
|
@@ -219,7 +220,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
219
220
|
"phaser/create-only/wiki/lisa-wiki.config.json": "d4e92ffad7f4f3a9ebae39f7e4bd2c4f5df21039767558193c562077084b0db6",
|
|
220
221
|
"phaser/deletions.json": "383e5a6e1f8c77376b7e20f936543418204a1c632212d1fd393962e03cf40c52",
|
|
221
222
|
"phaser/merge/.claude/settings.json": "296b8d5e3c197cd4526a99454aee1dc7f5ce9a25a729a957f392b71be3e8cfb6",
|
|
222
|
-
"phaser/merge/.oxlintrc.json": "
|
|
223
|
+
"phaser/merge/.oxlintrc.json": "02c0d70e6e07bc0e981f94a1e2ccd01a2c295c4c66e8b8ea9b2f363d44fa5c06",
|
|
223
224
|
"phaser/package-lisa/package.lisa.json": "2e01b1ec402f6804a54402e22d02d63f1aa96d3f698e171885b0fff6eb25b271",
|
|
224
225
|
"plugins/src/base/agents/architecture-specialist.md": "076feb3a09ef056628bc33242f93278ce6b00f55878984a18a9337d326b5e1d4",
|
|
225
226
|
"plugins/src/base/agents/bug-fixer.md": "e01e5d3678e464385105c9abf90e4b70ae262fd856f1e86b2ebe443dae9e17b1",
|
|
@@ -324,8 +325,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
324
325
|
"plugins/src/base/commands/wiki/install.md": "51392cf053c17edd549bfbaba5d19ce669dc79021aafa7cfa100324ad38de11f",
|
|
325
326
|
"plugins/src/base/hooks/block-instruction-file-edits.agy.sh": "aa249cae53caeb3e0fb6d6af114e2756084f45a2896332fb063a9f20e4902125",
|
|
326
327
|
"plugins/src/base/hooks/block-instruction-file-edits.sh": "d47314b66d6ce85f77d6e058f861eede4462b2b0a33d54e82ff1c931167ec3f7",
|
|
327
|
-
"plugins/src/base/hooks/block-no-verify.agy.sh": "
|
|
328
|
-
"plugins/src/base/hooks/block-no-verify.sh": "
|
|
328
|
+
"plugins/src/base/hooks/block-no-verify.agy.sh": "81c51041f8cb47bf79692c485c4f42ac7ed0a5a830821dc514cb468bc7a06b83",
|
|
329
|
+
"plugins/src/base/hooks/block-no-verify.sh": "dd1aea1b9fdd0da023bf704b331b350bc14620f4364afa5001c6690fcbc940cc",
|
|
329
330
|
"plugins/src/base/hooks/block-shell-json-parsing.agy.sh": "dc688efe382e7b8fe6f6c88bb0fde851527128cae778599559f23a93f1c9ec86",
|
|
330
331
|
"plugins/src/base/hooks/block-shell-json-parsing.sh": "90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
|
|
331
332
|
"plugins/src/base/hooks/cleanup-stale-worktrees.sh": "c9b2fcca1b34d6f636b5289ece11b254cbb8ee2c2bac5c2e426b6f4dcfa972f2",
|
|
@@ -356,7 +357,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
356
357
|
"plugins/src/base/rules/eager/coding-philosophy.md": "cf2c52032e0368d81f17f002fed5c957ab350d01fc4a43f66b5f366516bac54a",
|
|
357
358
|
"plugins/src/base/rules/eager/config-resolution.md": "fc9231ae27b09dadd4ec5a9a694f2a4fefa5e55e67be8eed3ccba1fdcb68a7a2",
|
|
358
359
|
"plugins/src/base/rules/eager/convergent-review.md": "ba4ba53863ef99be353c07c01195fa4ae2923ef2b2a5ad4427072802c260d208",
|
|
359
|
-
"plugins/src/base/rules/eager/credential-substrate-precedence.md": "
|
|
360
|
+
"plugins/src/base/rules/eager/credential-substrate-precedence.md": "f6013bc428294e6a1e3321e656dc74ad9ec44236b4e5d46d799c3467da1688bf",
|
|
360
361
|
"plugins/src/base/rules/eager/dependency-decision-records.md": "e22888f107906992e863fca50f26c2c4b124da7132535cacfac71e4f3085728f",
|
|
361
362
|
"plugins/src/base/rules/eager/dependency-internalization-kit.md": "9e2cc78afffc477c14718390ed88c42f781911c51fb7c13dada497f9e956b1a3",
|
|
362
363
|
"plugins/src/base/rules/eager/dependency-trust-classes.md": "43a0932a7b8d4fd075b66bfe778025d808a13d9aa61ae793e9eb2fc8a555a381",
|
|
@@ -391,7 +392,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
391
392
|
"plugins/src/base/rules/eager/settled-decisions.md": "f5339c81b8d29f628830e6147314cbb941b9d9e6d87c3834d8fe7adc4b46ef4c",
|
|
392
393
|
"plugins/src/base/rules/eager/stale-state-claims.md": "faf5057f5910237b8d5048dbcccb73e0cd03762a8eefbeae43b5d0153104a85a",
|
|
393
394
|
"plugins/src/base/rules/eager/tool-access-gate.md": "a5413a43ec353f768586e0a1cde3836db025cb5d8b80821020602995e71aa296",
|
|
394
|
-
"plugins/src/base/rules/eager/tracked-work.md": "
|
|
395
|
+
"plugins/src/base/rules/eager/tracked-work.md": "24f04b4610eff1519d818741c6bd5ad6464a0833ef24ecb8bf6ceb35dced9a4b",
|
|
395
396
|
"plugins/src/base/rules/eager/upstream-to-lisa.md": "eb8b37e789423dba78e3a77951db087c4d3f56a88478b63107ec6b9ddbf23b13",
|
|
396
397
|
"plugins/src/base/rules/eager/usage-accounting.md": "b93fa782d61911579b25363e465bb1f4e9b7e4edb54465a346d52f74dffe5a97",
|
|
397
398
|
"plugins/src/base/rules/eager/verification.md": "a6cc1d50c5b91080171490edce4d375f136a14790dcbb247ca8b736ad8f55cfd",
|
|
@@ -406,7 +407,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
406
407
|
"plugins/src/base/rules/reference/coding-philosophy.md": "fed8381f16a5d6793a49d84d5813d62125808cb2f4981a558b119cf63e2586d9",
|
|
407
408
|
"plugins/src/base/rules/reference/config-resolution.md": "c7dea3e5ad59da3b00993318c2f7f7351693d00207a2fbafb5f00f60fb47bf69",
|
|
408
409
|
"plugins/src/base/rules/reference/convergent-review.md": "788a9d4dc2af7a928c3ccbb4d53a92856bb3544941ce512cfe38068d6b35850d",
|
|
409
|
-
"plugins/src/base/rules/reference/credential-substrate-precedence.md": "
|
|
410
|
+
"plugins/src/base/rules/reference/credential-substrate-precedence.md": "5420156ca98fff0d26d1537fbd54781e70cb801cdb8e770a6caa3cb8acd253c7",
|
|
410
411
|
"plugins/src/base/rules/reference/dependency-decision-records.md": "84f9fb8fa0a606307e828ec355ccbf2258beeeb88795dd113abe9bb2c37db39f",
|
|
411
412
|
"plugins/src/base/rules/reference/dependency-internalization-kit.md": "8c8e9bddbe2165905c3919ae9dd3d131b557cf9c7eb370393dfa85827076c73b",
|
|
412
413
|
"plugins/src/base/rules/reference/dependency-trust-classes.md": "82216b80d4807e0ad302d04924032cc6a7a95b26f72ea853e378572a5c31821c",
|
|
@@ -441,7 +442,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
441
442
|
"plugins/src/base/rules/reference/settled-decisions.md": "6c84f309a1f765eba1648d6ace836387bd96b924f245c16cf3629f501ef6bb18",
|
|
442
443
|
"plugins/src/base/rules/reference/stale-state-claims.md": "6329e1a7629f9a12f10454c767842aecee4964df8b7bb4aebda9dde3c0959c2a",
|
|
443
444
|
"plugins/src/base/rules/reference/tool-access-gate.md": "70fcd6cd92dc003a40886b1bef02540e6401f5b70ba97308d42bbbddc0206eab",
|
|
444
|
-
"plugins/src/base/rules/reference/tracked-work.md": "
|
|
445
|
+
"plugins/src/base/rules/reference/tracked-work.md": "cc50ea131756d7e9d6d0fdbd35231894fc7d789d68c1dc0e551ae2103845db20",
|
|
445
446
|
"plugins/src/base/rules/reference/upstream-to-lisa.md": "dcf07f8eba66aaf1d132bfaeff73cbf7576279822893235a3c3f8cbc4a4a3323",
|
|
446
447
|
"plugins/src/base/rules/reference/usage-accounting.md": "79c00ed4a97c40de72cfccef16b6846ba668fc564354507907876489c038ab75",
|
|
447
448
|
"plugins/src/base/rules/reference/verification.md": "9ae8db87b37c7700687fabd1b8632b3cddd0f1f1e4b04384c604f88f160056ed",
|
|
@@ -469,7 +470,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
469
470
|
"plugins/src/base/skills/lisa-agent-design-best-practices/SKILL.md": "2c487df59f54682d744e71f78a2bccccf9e3a6510705b4ff6be7edfa4be2d43b",
|
|
470
471
|
"plugins/src/base/skills/lisa-agent-ready/SKILL.md": "f65e5e866bc476ba2b40e4fb29e6754bdd5824e1f0706f28d4f2beb2af0faf53",
|
|
471
472
|
"plugins/src/base/skills/lisa-analyze-claude-remote/SKILL.md": "a5863836b8fa9d67825d048e1c2fc086d3df95de33cf110129488959b83cb4b5",
|
|
472
|
-
"plugins/src/base/skills/lisa-atlassian-access/SKILL.md": "
|
|
473
|
+
"plugins/src/base/skills/lisa-atlassian-access/SKILL.md": "6366ccce961217d1c7bcac4dad9c2293ee4dcc395b27c142a3b59c62f00b685c",
|
|
473
474
|
"plugins/src/base/skills/lisa-atlassian-access/scripts/markdown-to-adf.mjs": "538e5a3d91482b9e2a055e133b7c1fcf809be51d4ae72a10776aaeeb8df4832a",
|
|
474
475
|
"plugins/src/base/skills/lisa-attribute-failure/SKILL.md": "5d737b9fda916f02aaf13b208316cd54995d83aa06d27ba5daa19b6ebed6b4d9",
|
|
475
476
|
"plugins/src/base/skills/lisa-automation-status/SKILL.md": "595b57feb3aa13b8a1a32691a25fc0c1b91f689e06745b4582d540c1d34a3b83",
|
|
@@ -513,7 +514,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
513
514
|
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "f2f9991be42b0fd98f5c3f414d96e8756485c7b56aceb20d7db7f87255cc88e6",
|
|
514
515
|
"plugins/src/base/skills/lisa-github-write-prd/SKILL.md": "262f8a1bcfad4c5dd4456cfaaf1b71abf9697a0da588966e58ff491acd3c17e8",
|
|
515
516
|
"plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
|
|
516
|
-
"plugins/src/base/skills/lisa-implement/SKILL.md": "
|
|
517
|
+
"plugins/src/base/skills/lisa-implement/SKILL.md": "4f25d131a3fb6168a2bbfa9085e048f6662d6ef30f2d9d91b46884d72c427b6f",
|
|
517
518
|
"plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": "24ab5b193b409db6ee6bee981a1c0a48d08991782d7846116ad01658c8bc1ae8",
|
|
518
519
|
"plugins/src/base/skills/lisa-improve-harness/SKILL.md": "98ad4b896785ac51826969a0ff077ef11c51353f2a2e03444c8b38e6c0363d05",
|
|
519
520
|
"plugins/src/base/skills/lisa-improve-max-lines-per-function/SKILL.md": "95c875950c9848fdaf520a18b9bbb264e33d7347be10170add768e01d9cd8e52",
|
|
@@ -522,7 +523,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
522
523
|
"plugins/src/base/skills/lisa-improve-tests/SKILL.md": "798cd454e16888ee80ecd0083dfc2764f4e7b97e5abe3931f73fd1b665c84581",
|
|
523
524
|
"plugins/src/base/skills/lisa-intake-explain/SKILL.md": "353ffde220de23a06cd88fea0fffc8ff690fc6bcf553f99988a8367138404eba",
|
|
524
525
|
"plugins/src/base/skills/lisa-intake/SKILL.md": "5ca35517fec4483c000466a4a2e7487b0f75ccec17053ad0b06ec4848027d1a1",
|
|
525
|
-
"plugins/src/base/skills/lisa-jam-access/SKILL.md": "
|
|
526
|
+
"plugins/src/base/skills/lisa-jam-access/SKILL.md": "eb7255578a3ada2278a0437c4300fed3f28b9b1a4ef2fd4ceed63f3d9ab81ed3",
|
|
526
527
|
"plugins/src/base/skills/lisa-jira-add-journey/SKILL.md": "92bc77aac50426b37f954ed24d95bd600ae1a429c2fecd6bbd4317053136bb03",
|
|
527
528
|
"plugins/src/base/skills/lisa-jira-build-intake/SKILL.md": "6a31ad5193281b0b7ac6ba8d774fc5e1e357f320d44f151f8e715f1dee4c2f64",
|
|
528
529
|
"plugins/src/base/skills/lisa-jira-claim/SKILL.md": "9c4935441a4e6b55df0949178f96e927184c4909bffff8929b39a304bc5ac00a",
|
|
@@ -560,7 +561,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
560
561
|
"plugins/src/base/skills/lisa-nightly-add-test-coverage/SKILL.md": "1e8d7c9519e107ca21aaa9438515b4d51fac4cd25f2a0f80bdb4e037ac89856c",
|
|
561
562
|
"plugins/src/base/skills/lisa-nightly-improve-tests/SKILL.md": "1a62391270ed94082cd661c5b3726a1c875d84b151beb4447b771e99b2003f25",
|
|
562
563
|
"plugins/src/base/skills/lisa-nightly-lower-code-complexity/SKILL.md": "1d070f368b8fb16e1ba60b13a5334a171287dfa0753bc3ad29554afd8fb7ae5b",
|
|
563
|
-
"plugins/src/base/skills/lisa-notion-access/SKILL.md": "
|
|
564
|
+
"plugins/src/base/skills/lisa-notion-access/SKILL.md": "e0dc04a24c1ad49284e2f484fb59b46bf0b2876a1a2ef500c95444eda7fed05c",
|
|
564
565
|
"plugins/src/base/skills/lisa-notion-prd-intake/SKILL.md": "cf9be0a2173782696e2c1d2fcbc2fc2ae29c0eefa3815ae951f5afef7d029c94",
|
|
565
566
|
"plugins/src/base/skills/lisa-notion-to-tracker/SKILL.md": "f70b00056d777a7d17487ee27581d85d8682e3b6427a112adb8b55c172cec1c3",
|
|
566
567
|
"plugins/src/base/skills/lisa-notion-write-prd/SKILL.md": "d470ed077aa58e53f770c171c8409fa65a3411e15212333fd196237cdfdbf73e",
|
|
@@ -575,7 +576,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
575
576
|
"plugins/src/base/skills/lisa-persist-learning/SKILL.md": "1799e69c9f1b93749aa1a59343d8b4dc73c4540e4630e6fd8daecc452bfa3aa9",
|
|
576
577
|
"plugins/src/base/skills/lisa-plan/SKILL.md": "9c372e106afd53ff988046119cf36b0f6519c4426775dd8ad3c9d9baeee5d3e2",
|
|
577
578
|
"plugins/src/base/skills/lisa-plugin-sync-explain/SKILL.md": "b41619f3d0d342af2438afd54cb97db7d2445e54e3fc7bb012292079acbc6a4f",
|
|
578
|
-
"plugins/src/base/skills/lisa-posthog-access/SKILL.md": "
|
|
579
|
+
"plugins/src/base/skills/lisa-posthog-access/SKILL.md": "841f02d455e333edeb6dc859581fd0422101037281a9142ca4d6d77136a8817e",
|
|
579
580
|
"plugins/src/base/skills/lisa-prd-backlink/SKILL.md": "31da3d266e461fe7aaa6a91fd03d68b8f2c0a5399f793606e1efc8a003c7b913",
|
|
580
581
|
"plugins/src/base/skills/lisa-prd-source-write/SKILL.md": "4b84498fbc5d35c73dec124c6af2563781d7ede1879a0a7ca46804fbbc8f6698",
|
|
581
582
|
"plugins/src/base/skills/lisa-prd-ticket-coverage/SKILL.md": "ef35162881d6272c39fa1afbb95c4542a00b8801ea739265af54dd8c647e5bb9",
|
|
@@ -620,7 +621,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
620
621
|
"plugins/src/base/skills/lisa-secrets-access/scripts/validate-config.mjs": "62d1b87d1b852dc00c00ea9d132d9d6953f4ef77beb5fa4b93652c4424f33274",
|
|
621
622
|
"plugins/src/base/skills/lisa-security-review/SKILL.md": "5a980eaf5efc4fcce66e75521ec5b1eda143a5b0d36e7157234a705dac94e3f5",
|
|
622
623
|
"plugins/src/base/skills/lisa-security-zap-scan/SKILL.md": "a5189442dbf970cc49fd089ab03c386c8a205b856e09501f6ad1966321e7e4b5",
|
|
623
|
-
"plugins/src/base/skills/lisa-sentry-access/SKILL.md": "
|
|
624
|
+
"plugins/src/base/skills/lisa-sentry-access/SKILL.md": "e8ea8e6e4288385202f88b04e258b6d86f304a05d6dc118ebde6e88a7e8b5f44",
|
|
624
625
|
"plugins/src/base/skills/lisa-setup-atlassian/SKILL.md": "4fa7f9a83a9998951528c8ffffa930c61b5c316b510356a3e7a90ccb9d5ca123",
|
|
625
626
|
"plugins/src/base/skills/lisa-setup-automations/SKILL.md": "3ad004148a54571a50df90f23abec71e8510ef3ea3562ac812f8e2e11beb157a",
|
|
626
627
|
"plugins/src/base/skills/lisa-setup-automations/scripts/generate-workflow.mjs": "f639c3f174378f0068b9c9d56e59b356c6da988730a1390c61e4348b4a4073ac",
|
|
@@ -646,7 +647,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
646
647
|
"plugins/src/base/skills/lisa-setup-workstation/scripts/catalogue.mjs": "eb0b8ec8a5d4fd81402dcbf40e6ccb55eb5e0c960f11aa928e45b99de43fabbc",
|
|
647
648
|
"plugins/src/base/skills/lisa-setup-workstation/scripts/cli.mjs": "874c075c63c45d0ffca4e98d7cb28bbeeb804675d1733571c1b3d38705404eb3",
|
|
648
649
|
"plugins/src/base/skills/lisa-setup-workstation/scripts/workstation.mjs": "6ab19c08aa9db7643aa49133ba1d0febf1c1dbdc9a503026a01b1ce0a83f68ab",
|
|
649
|
-
"plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md": "
|
|
650
|
+
"plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md": "b98aba73d367a671395a08433a47034fce7ea701d31ef89b6aa866efc4dd3fcb",
|
|
650
651
|
"plugins/src/base/skills/lisa-spec-conformance/SKILL.md": "50e79afcfabf16d36273325aabb58571c9a0e1cafe7a2865e2da10c6d46571eb",
|
|
651
652
|
"plugins/src/base/skills/lisa-sync-down/SKILL.md": "c32e6a4e3115ca32b7d335e90d0a73b243c6c631a2d192568423be0cb5944e84",
|
|
652
653
|
"plugins/src/base/skills/lisa-task-decomposition/SKILL.md": "eb78838e1f121a7a619a841333b1adfce124dad8881853d14107512ead09d30f",
|
|
@@ -655,7 +656,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
655
656
|
"plugins/src/base/skills/lisa-tear-down-automations/SKILL.md": "3f8215b691ce60a6efd63547b99b4d87760fe99d285f6fe153aaadd451e83731",
|
|
656
657
|
"plugins/src/base/skills/lisa-test-strategy/SKILL.md": "8976e0056b65475fe69f4ed02c8d0d3ae898fd9ab5ff28bf632981a3293c9f6e",
|
|
657
658
|
"plugins/src/base/skills/lisa-ticket-triage/SKILL.md": "9d29652fb897568a60da35956f452627a81e57032bbcc3c673ae20dfc8a419f5",
|
|
658
|
-
"plugins/src/base/skills/lisa-track/SKILL.md": "
|
|
659
|
+
"plugins/src/base/skills/lisa-track/SKILL.md": "ff516917ef9387e96758db74372831fd9b9d28991e2a23461cf8661893f2d3b0",
|
|
659
660
|
"plugins/src/base/skills/lisa-tracker-add-journey/SKILL.md": "a3da2e0350bcdebcdcc05f2d7931af868382638d3a28d09d4718f2f458d4be0a",
|
|
660
661
|
"plugins/src/base/skills/lisa-tracker-build-intake/SKILL.md": "df50fb88f29eadc66c250e1d7f841472df43ba865930fbbc0bea36bba3380ec3",
|
|
661
662
|
"plugins/src/base/skills/lisa-tracker-claim/SKILL.md": "481922dba26c4e62ae36193a2e1565860aecf7e344bf5c37b3a0759f42676846",
|
|
@@ -1054,7 +1055,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1054
1055
|
"scripts/generate-cursor-plugin-artifacts.mjs": "d8806197a723f0c2b50a8155ffc5b6f0abc30c68dc2385cb80b0dd066d061231",
|
|
1055
1056
|
"scripts/generate-upstream-evidence-manifest.mjs": "de1eb5adaa6252b4abe5859933bff0ab2a52e19cc5a3fc5a41018fbb57b766d1",
|
|
1056
1057
|
"scripts/github-status-check.sh": "c6a4a13ff5cf689fcbd7a6aca718f9e7d46d54ccb6687f662b055c1ca20e792f",
|
|
1057
|
-
"scripts/install-claude-plugins.sh": "
|
|
1058
|
+
"scripts/install-claude-plugins.sh": "0e96ebbae1e59304bb432286eccba38900a6008b80f2c53a1ec2c95801d4087c",
|
|
1058
1059
|
"scripts/internal-agy-skill-policy.json": "c2ce87d2eeebfdc9f24d6486425c010cf9289376f8a459f4767ca22d2bf8670d",
|
|
1059
1060
|
"scripts/internal-codex-skill-policy.json": "d7191650d8a12727549b67df61dbfa61e16cfb9cc31e461cd98d253ceab1612a",
|
|
1060
1061
|
"scripts/internal-copilot-runtime-probe.json": "06809c5a470ebd0588512ca42776c2079eae46a862b910e4cd7e893ab51c1214",
|
|
@@ -1125,7 +1126,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1125
1126
|
"typescript/copy-overwrite/eslint.slow.config.ts": "f66d04381940936544931d7f20ffd4e43c38b8a907d56ffa101e2236371d8c94",
|
|
1126
1127
|
"typescript/copy-overwrite/knip.json": "6eb93d705a2d645332fbae1dd42cf2d48f85978ebc265451a53790912f277d12",
|
|
1127
1128
|
"typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "c9dd6f6816b35d4d8f684892878d4181b9cb5266a7f2e2814970aa49dc04a001",
|
|
1128
|
-
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "
|
|
1129
|
+
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "0a8b14790f38e00e5abfc665d3e3d2c29e0a139a2a22c4a65e0c08547b42fb7f",
|
|
1129
1130
|
"typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "e1e3f22b33267212b90f915f83821559d1a45cab5b16c7164b86bd6c7b53549b",
|
|
1130
1131
|
"typescript/copy-overwrite/scripts/check-verification-coverage.mjs": "3c1d27d0668fc66a18cb014f2b607878f0a88c178a773fbe964b8e46b19e86d6",
|
|
1131
1132
|
"typescript/copy-overwrite/scripts/lisa-mutation.mjs": "7d8d24dea151ef2178807046e97aea7ebfadd9c88eb50347feb7bb4bb190227d",
|
|
@@ -1136,7 +1137,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1136
1137
|
"typescript/copy-overwrite/tsconfig.eslint.json": "8a8ae5e201b18887b8eeda5eb569747221695524d4193ea03b4338b97b7fa642",
|
|
1137
1138
|
"typescript/copy-overwrite/tsconfig.json": "8f4257fcd2cfd4b23e83e0fdd4908d41ee8f1ae75bb95d632e653a0ac13d58e4",
|
|
1138
1139
|
"typescript/copy-overwrite/vitest.config.ts": "da92f06cc3ce68462c6f2f3d95adb1b1464591ce383a24e3334dc986e0c1e0fb",
|
|
1139
|
-
"typescript/create-only/.github/required-checks.json": "
|
|
1140
|
+
"typescript/create-only/.github/required-checks.json": "49063a033604c8e98f7782e4352d67dea77ac9b949189f166e43044f0af7e4f4",
|
|
1140
1141
|
"typescript/create-only/.github/workflows/auto-update-pr-branches-dispatch.yml": "347f8a3830efdc3ad701fae0858994f4e45df8100844e91948b017b98115a28c",
|
|
1141
1142
|
"typescript/create-only/.github/workflows/auto-update-pr-branches.yml": "cf185555bcbe8e9957333abcae2e0c20e00875f8d867f70134efbd2a5c974ee5",
|
|
1142
1143
|
"typescript/create-only/.github/workflows/ci.yml": "dac98b7ab5a7397461e459b2553101bfdc6451d28b42f3b0115056b62cfb8b1d",
|
|
@@ -1148,6 +1149,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1148
1149
|
"typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml": "71e3acf398a8968ff7e86ada750a814f63a66ec23b0fe1005dfaa65f4b810c68",
|
|
1149
1150
|
"typescript/create-only/.github/workflows/claude-sync-down-branches.yml": "072cc8290eec15ef6d55c2583e94ae49cda4a56a0fea252556a8fce8170cc540",
|
|
1150
1151
|
"typescript/create-only/.github/workflows/claude.yml": "fd230bf19769a12b1b3afeeeb1d5f51c44338db974c26ff05dc381f0e1ba2382",
|
|
1152
|
+
"typescript/create-only/.github/workflows/required-checks-drift.yml": "e3eed885502d389e3b9ac3d083b340f5a52e469aceec592a947c56ec5b17cf5c",
|
|
1151
1153
|
"typescript/create-only/.gitleaksignore": "6927d376648675331801c798a4390b652a22a3e5d350cd26f36d42c10af02d67",
|
|
1152
1154
|
"typescript/create-only/audit.ignore.local.json": "096eba7c600446a2f906369a6ff747804a51b9ad3153ca10d9a1d673e416b337",
|
|
1153
1155
|
"typescript/create-only/eslint.config.local.ts": "8de2ca92cd08eb91989dbb809d4918322f002f998f36b714367c4a7a2fae4b17",
|
|
@@ -1162,7 +1164,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1162
1164
|
"typescript/deletions.json": "fe5f44b7a02148eacc429782e948b1c4aee302d1d56524cc16adec5489bbc308",
|
|
1163
1165
|
"typescript/github-rulesets/quality-checks.json": "d92599b203071b99b8fac1422b8493d2546138961ef04ba98176bc400af60945",
|
|
1164
1166
|
"typescript/merge/.claude/settings.json": "834e6456cae81f45073bbbb08bf731fef043efb30cae2658cb4a59f17e66d165",
|
|
1165
|
-
"typescript/merge/.oxlintrc.json": "
|
|
1167
|
+
"typescript/merge/.oxlintrc.json": "9504c20db80470c242c4ffe8cccad6951ed8141dfb5bf6503053e0b2712ab276",
|
|
1166
1168
|
"typescript/package-lisa/package.lisa.json": "7f121eec2d022cad7e3cf960806fefe7f30ef626cc89f951d322b40f5a9bd5ca",
|
|
1167
1169
|
"ui/README.md": "deeb35e767ea5dd2883268835ea3ad21cbad9fa63ec8d8ff5e200f0e2a7d2751",
|
|
1168
1170
|
"ui/index.html": "400088617ed6f16b4e52da5bfa81242d75cb09bc3ad6929eadb9f06e5365b4b6",
|
|
@@ -1556,6 +1558,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1556
1558
|
"nestjs/create-only/.github/k6/thresholds/normal.json": true,
|
|
1557
1559
|
"nestjs/create-only/.github/k6/thresholds/relaxed.json": true,
|
|
1558
1560
|
"nestjs/create-only/.github/k6/thresholds/strict.json": true,
|
|
1561
|
+
"nestjs/create-only/.github/required-checks.json": true,
|
|
1559
1562
|
"nestjs/create-only/.github/workflows/ci.yml": true,
|
|
1560
1563
|
"nestjs/create-only/.github/workflows/deploy.yml": true,
|
|
1561
1564
|
"nestjs/create-only/.zap/baseline.conf": true,
|
|
@@ -6928,8 +6931,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6928
6931
|
"src/cli/check-learnings-budget-cmd.ts": true,
|
|
6929
6932
|
"src/cli/cross-pollinate-cmd.ts": true,
|
|
6930
6933
|
"src/cli/cross-pollinate-nudge.ts": true,
|
|
6934
|
+
"src/cli/doctor-apply-freshness.ts": true,
|
|
6931
6935
|
"src/cli/doctor-kane.ts": true,
|
|
6932
6936
|
"src/cli/doctor-learnings-ledger.ts": true,
|
|
6937
|
+
"src/cli/doctor-learnings-merge-driver.ts": true,
|
|
6933
6938
|
"src/cli/doctor-legacy-overlay.ts": true,
|
|
6934
6939
|
"src/cli/doctor-lisa-owned-artifacts.ts": true,
|
|
6935
6940
|
"src/cli/doctor-monitor-thresholds.ts": true,
|
|
@@ -7077,6 +7082,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7077
7082
|
"src/configs/worktrees.ts": true,
|
|
7078
7083
|
"src/copilot/copilot-instructions-installer.ts": true,
|
|
7079
7084
|
"src/copilot/plugin-installer.ts": true,
|
|
7085
|
+
"src/core/apply-receipt.ts": true,
|
|
7080
7086
|
"src/core/bootstrap-environment.ts": true,
|
|
7081
7087
|
"src/core/config.ts": true,
|
|
7082
7088
|
"src/core/git-service.ts": true,
|
|
@@ -7157,6 +7163,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7157
7163
|
"src/migrations/ensure-learnings-gitattributes.ts": true,
|
|
7158
7164
|
"src/migrations/ensure-learnings-merge-driver.ts": true,
|
|
7159
7165
|
"src/migrations/ensure-lisa-postinstall.ts": true,
|
|
7166
|
+
"src/migrations/ensure-oxlint-base-configs.ts": true,
|
|
7160
7167
|
"src/migrations/ensure-quality-caller-scopes.ts": true,
|
|
7161
7168
|
"src/migrations/ensure-sonar-excludes-lisa-harness.ts": true,
|
|
7162
7169
|
"src/migrations/ensure-tsconfig-local-files-fallback.ts": true,
|
|
@@ -7230,6 +7237,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7230
7237
|
"src/utils/postinstall-trampoline.ts": true,
|
|
7231
7238
|
"src/utils/usage-accounting-rollup.ts": true,
|
|
7232
7239
|
"src/utils/usage-accounting.ts": true,
|
|
7240
|
+
"src/utils/yaml.ts": true,
|
|
7233
7241
|
"state/demo-project/README.md": true,
|
|
7234
7242
|
"state/demo-project/state/inventory.json": true,
|
|
7235
7243
|
"state/demo-project/state/state-contract.json": true,
|
|
@@ -7349,6 +7357,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7349
7357
|
"tests/integration/nightly-e2e-grace-wiring.test.ts": true,
|
|
7350
7358
|
"tests/integration/nightly-e2e-health-workflow.test.ts": true,
|
|
7351
7359
|
"tests/integration/nightly-e2e-report-workflow.test.ts": true,
|
|
7360
|
+
"tests/integration/oxlint-worktree-resolution.test.ts": true,
|
|
7352
7361
|
"tests/integration/quality-workflow.test.ts": true,
|
|
7353
7362
|
"tests/integration/release-changelog-entry.test.ts": true,
|
|
7354
7363
|
"tests/integration/release-changelog-push-recovery.test.ts": true,
|
|
@@ -7365,8 +7374,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7365
7374
|
"tests/unit/claude/claude-md-installer.test.ts": true,
|
|
7366
7375
|
"tests/unit/cli/apply.test.ts": true,
|
|
7367
7376
|
"tests/unit/cli/check-learnings-budget-cmd.test.ts": true,
|
|
7377
|
+
"tests/unit/cli/doctor-apply-freshness.test.ts": true,
|
|
7368
7378
|
"tests/unit/cli/doctor-kane.test.ts": true,
|
|
7369
7379
|
"tests/unit/cli/doctor-learnings-ledger.test.ts": true,
|
|
7380
|
+
"tests/unit/cli/doctor-learnings-merge-driver.test.ts": true,
|
|
7370
7381
|
"tests/unit/cli/doctor-lisa-owned-artifacts.test.ts": true,
|
|
7371
7382
|
"tests/unit/cli/doctor-monitor-thresholds.test.ts": true,
|
|
7372
7383
|
"tests/unit/cli/doctor-readiness-blockers.test.ts": true,
|
|
@@ -7456,6 +7467,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7456
7467
|
"tests/unit/codex/agent-installer.test.ts": true,
|
|
7457
7468
|
"tests/unit/codex/agent-transformer.test.ts": true,
|
|
7458
7469
|
"tests/unit/codex/agents-md-installer.test.ts": true,
|
|
7470
|
+
"tests/unit/codex/block-no-verify-codex.test.ts": true,
|
|
7459
7471
|
"tests/unit/codex/block-suppress-directives.test.ts": true,
|
|
7460
7472
|
"tests/unit/codex/build-byte-stable.test.ts": true,
|
|
7461
7473
|
"tests/unit/codex/codex-edit-hooks.test.ts": true,
|
|
@@ -7500,6 +7512,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7500
7512
|
"tests/unit/config/oxlint-expo.test.ts": true,
|
|
7501
7513
|
"tests/unit/config/oxlint-jsdoc-parity.test.ts": true,
|
|
7502
7514
|
"tests/unit/config/oxlint-typescript.test.ts": true,
|
|
7515
|
+
"tests/unit/config/oxlint-worktree-safe-extends.test.ts": true,
|
|
7503
7516
|
"tests/unit/config/phaser-template.test.ts": true,
|
|
7504
7517
|
"tests/unit/config/postinstall-ci-guard.test.ts": true,
|
|
7505
7518
|
"tests/unit/config/postinstall-cloud-session-guard.test.ts": true,
|
|
@@ -7513,6 +7526,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7513
7526
|
"tests/unit/config/vitest-nestjs.test.ts": true,
|
|
7514
7527
|
"tests/unit/config/vitest-typescript.test.ts": true,
|
|
7515
7528
|
"tests/unit/core/bootstrap-environment.test.ts": true,
|
|
7529
|
+
"tests/unit/core/fs-extra-namespace-members.test.ts": true,
|
|
7516
7530
|
"tests/unit/core/host-rules-parity.test.ts": true,
|
|
7517
7531
|
"tests/unit/core/host-rules-pointer.test.ts": true,
|
|
7518
7532
|
"tests/unit/core/instruction-files-migration.test.ts": true,
|
|
@@ -7608,12 +7622,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7608
7622
|
"tests/unit/migrations/ensure-learnings-gitattributes.test.ts": true,
|
|
7609
7623
|
"tests/unit/migrations/ensure-learnings-merge-driver.test.ts": true,
|
|
7610
7624
|
"tests/unit/migrations/ensure-lisa-postinstall.test.ts": true,
|
|
7625
|
+
"tests/unit/migrations/ensure-oxlint-base-configs.test.ts": true,
|
|
7611
7626
|
"tests/unit/migrations/ensure-quality-caller-scopes.test.ts": true,
|
|
7612
7627
|
"tests/unit/migrations/ensure-sonar-excludes-lisa-harness.test.ts": true,
|
|
7613
7628
|
"tests/unit/migrations/ensure-tsconfig-local-files-fallback.test.ts": true,
|
|
7614
7629
|
"tests/unit/migrations/ensure-tsconfig-local-includes.test.ts": true,
|
|
7615
7630
|
"tests/unit/migrations/ensure-wiki-source-declared.test.ts": true,
|
|
7616
7631
|
"tests/unit/migrations/migration-registry.test.ts": true,
|
|
7632
|
+
"tests/unit/migrations/postinstall-failure-surfacing.test.ts": true,
|
|
7617
7633
|
"tests/unit/migrations/reconcile-claude-stack-plugins.test.ts": true,
|
|
7618
7634
|
"tests/unit/migrations/untrack-codex-marketplace.test.ts": true,
|
|
7619
7635
|
"tests/unit/opencode/agent-installer.test.ts": true,
|
|
@@ -7632,6 +7648,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7632
7648
|
"tests/unit/scripts/bdd-envelope.test.ts": true,
|
|
7633
7649
|
"tests/unit/scripts/bdd-exclusions.test.ts": true,
|
|
7634
7650
|
"tests/unit/scripts/bdd-failopen.test.ts": true,
|
|
7651
|
+
"tests/unit/scripts/bdd-gate-correctness.test.ts": true,
|
|
7652
|
+
"tests/unit/scripts/bdd-gate-defects.test.ts": true,
|
|
7653
|
+
"tests/unit/scripts/bdd-gate-paths.test.ts": true,
|
|
7635
7654
|
"tests/unit/scripts/bdd-grammar.test.ts": true,
|
|
7636
7655
|
"tests/unit/scripts/bdd-nonregression.test.ts": true,
|
|
7637
7656
|
"tests/unit/scripts/bdd-ratchet-removal.test.ts": true,
|
|
@@ -7640,6 +7659,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7640
7659
|
"tests/unit/scripts/bdd-validation.test.ts": true,
|
|
7641
7660
|
"tests/unit/scripts/bdd-wiring.test.ts": true,
|
|
7642
7661
|
"tests/unit/scripts/bdd/regression-support.ts": true,
|
|
7662
|
+
"tests/unit/scripts/bdd/sources.ts": true,
|
|
7643
7663
|
"tests/unit/scripts/bdd/support.ts": true,
|
|
7644
7664
|
"tests/unit/scripts/build-cursor-hooks-json.test.ts": true,
|
|
7645
7665
|
"tests/unit/scripts/check-duplicate-versions-helpers.ts": true,
|
|
@@ -7684,6 +7704,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7684
7704
|
"tests/unit/scripts/plugin-sync-workflow.test.ts": true,
|
|
7685
7705
|
"tests/unit/scripts/security-floors.test.ts": true,
|
|
7686
7706
|
"tests/unit/scripts/setup-jira-cli-config.test.ts": true,
|
|
7707
|
+
"tests/unit/scripts/skipped-required-checks-wiring.test.ts": true,
|
|
7687
7708
|
"tests/unit/scripts/skipped-required-checks.test.ts": true,
|
|
7688
7709
|
"tests/unit/scripts/state-classification.test.ts": true,
|
|
7689
7710
|
"tests/unit/scripts/threshold-ratchet-gates.test.ts": true,
|
|
@@ -7960,6 +7981,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7960
7981
|
"tests/unit/utils/usage-accounting-table-normalization.test.ts": true,
|
|
7961
7982
|
"tests/unit/utils/usage-accounting-token-serialization.test.ts": true,
|
|
7962
7983
|
"tests/unit/utils/usage-accounting.test.ts": true,
|
|
7984
|
+
"tests/unit/utils/yaml-interop.test.ts": true,
|
|
7963
7985
|
"tests/unit/workstation/fixtures.ts": true,
|
|
7964
7986
|
"tests/unit/workstation/link-into-bin-dir.test.ts": true,
|
|
7965
7987
|
"tests/unit/workstation/workstation-install.test.ts": true,
|
|
@@ -8027,6 +8049,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8027
8049
|
"typescript/create-only/.github/workflows/claude-nightly-test-improvement.yml": true,
|
|
8028
8050
|
"typescript/create-only/.github/workflows/claude-sync-down-branches.yml": true,
|
|
8029
8051
|
"typescript/create-only/.github/workflows/claude.yml": true,
|
|
8052
|
+
"typescript/create-only/.github/workflows/required-checks-drift.yml": true,
|
|
8030
8053
|
"typescript/create-only/.gitleaksignore": true,
|
|
8031
8054
|
"typescript/create-only/audit.ignore.local.json": true,
|
|
8032
8055
|
"typescript/create-only/eslint.config.local.ts": true,
|