@codyswann/lisa 2.281.0 → 2.283.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-contents/gitignore +2 -0
- package/all/create-only/.lisa/DEPENDENCY_DECISIONS.md +175 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +20 -15
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/standards-proof-cmd.d.ts +7 -0
- package/dist/cli/standards-proof-cmd.d.ts.map +1 -0
- package/dist/cli/standards-proof-cmd.js +14 -0
- package/dist/cli/standards-proof-cmd.js.map +1 -0
- package/dist/cli/ui-setup-readiness-local.d.ts +2 -1
- package/dist/cli/ui-setup-readiness-local.d.ts.map +1 -1
- package/dist/cli/ui-setup-readiness-local.js +4 -2
- package/dist/cli/ui-setup-readiness-local.js.map +1 -1
- package/dist/cli/ui-setup-readiness.d.ts.map +1 -1
- package/dist/cli/ui-setup-readiness.js +3 -2
- package/dist/cli/ui-setup-readiness.js.map +1 -1
- package/dist/cli/update-check-hook.d.ts +19 -0
- package/dist/cli/update-check-hook.d.ts.map +1 -0
- package/dist/cli/update-check-hook.js +36 -0
- package/dist/cli/update-check-hook.js.map +1 -0
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +49 -6
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/standards/capture.d.ts +41 -0
- package/dist/standards/capture.d.ts.map +1 -0
- package/dist/standards/capture.js +196 -0
- package/dist/standards/capture.js.map +1 -0
- package/dist/standards/contract.d.ts +45 -0
- package/dist/standards/contract.d.ts.map +1 -0
- package/dist/standards/contract.js +175 -0
- package/dist/standards/contract.js.map +1 -0
- package/dist/standards/git-state.d.ts +30 -0
- package/dist/standards/git-state.d.ts.map +1 -0
- package/dist/standards/git-state.js +179 -0
- package/dist/standards/git-state.js.map +1 -0
- package/dist/standards/index.d.ts +8 -0
- package/dist/standards/index.d.ts.map +1 -0
- package/dist/standards/index.js +8 -0
- package/dist/standards/index.js.map +1 -0
- package/dist/standards/readiness.d.ts +11 -0
- package/dist/standards/readiness.d.ts.map +1 -0
- package/dist/standards/readiness.js +170 -0
- package/dist/standards/readiness.js.map +1 -0
- package/dist/standards/registry.d.ts +42 -0
- package/dist/standards/registry.d.ts.map +1 -0
- package/dist/standards/registry.js +330 -0
- package/dist/standards/registry.js.map +1 -0
- package/dist/standards/storage-reasons.d.ts +15 -0
- package/dist/standards/storage-reasons.d.ts.map +1 -0
- package/dist/standards/storage-reasons.js +48 -0
- package/dist/standards/storage-reasons.js.map +1 -0
- package/dist/standards/storage.d.ts +36 -0
- package/dist/standards/storage.d.ts.map +1 -0
- package/dist/standards/storage.js +330 -0
- package/dist/standards/storage.js.map +1 -0
- package/dist/standards/test-evidence.d.ts +19 -0
- package/dist/standards/test-evidence.d.ts.map +1 -0
- package/dist/standards/test-evidence.js +195 -0
- package/dist/standards/test-evidence.js.map +1 -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-doctor/SKILL.md +21 -3
- package/plugins/lisa/rules/eager/dependency-decision-records.md +32 -0
- package/plugins/lisa/rules/reference/dependency-decision-records.md +140 -0
- package/plugins/lisa/scripts/doctor-report.mjs +266 -22
- package/plugins/lisa/skills/lisa-doctor/SKILL.md +21 -3
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/scripts/doctor-report.mjs +266 -22
- package/plugins/lisa-agy/skills/lisa-doctor/SKILL.md +21 -3
- 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/dependency-decision-records.md +32 -0
- package/plugins/lisa-copilot/rules/reference/dependency-decision-records.md +140 -0
- package/plugins/lisa-copilot/scripts/doctor-report.mjs +266 -22
- package/plugins/lisa-copilot/skills/lisa-doctor/SKILL.md +21 -3
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/dependency-decision-records-reference.mdc +145 -0
- package/plugins/lisa-cursor/rules/dependency-decision-records.mdc +37 -0
- package/plugins/lisa-cursor/scripts/doctor-report.mjs +266 -22
- package/plugins/lisa-cursor/skills/lisa-doctor/SKILL.md +21 -3
- 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/rules/eager/dependency-decision-records.md +32 -0
- package/plugins/src/base/rules/reference/dependency-decision-records.md +140 -0
- package/plugins/src/base/scripts/doctor-report.mjs +266 -22
- package/plugins/src/base/skills/lisa-doctor/SKILL.md +21 -3
- package/rails/copy-overwrite/lefthook.yml +9 -11
- package/rails/copy-overwrite/scripts/lisa-clean-git-env.sh +13 -0
- package/typescript/copy-contents/.husky/pre-push +9 -0
- package/ui/index.html +3 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable max-lines -- generated exact public-evidence allowlist */
|
|
2
2
|
/** Generated by scripts/generate-upstream-evidence-manifest.mjs. Do not edit. */
|
|
3
3
|
export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
4
|
-
"all/copy-contents/gitignore": "
|
|
4
|
+
"all/copy-contents/gitignore": "06b56376465d5421db55d0b04958bbc79fdbf33b42f0559fe5ef6875ced1160f",
|
|
5
5
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": "f88f69d44693084428f44e3f2b80afecda08c7ee8747588f40277fdc9396fd8f",
|
|
6
6
|
"all/create-only/.claude/rules/PROJECT_RULES.md": "6e1c7923ad2a15356babc60c97e7f97be728d790af285b6a7cd7d1b4d39cd97f",
|
|
7
7
|
"all/create-only/.lisaignore": "3c9827e7e98daa46510b5357cd6dd9406da1821e64cc46d2eea9f311cd6d06b9",
|
|
@@ -310,6 +310,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
310
310
|
"plugins/src/base/rules/eager/coding-philosophy.md": "cf2c52032e0368d81f17f002fed5c957ab350d01fc4a43f66b5f366516bac54a",
|
|
311
311
|
"plugins/src/base/rules/eager/config-resolution.md": "2689c1f47903a5f6c84677fbfd2f1f148096faf122b7498b21d3b0f2345c6c87",
|
|
312
312
|
"plugins/src/base/rules/eager/convergent-review.md": "ba4ba53863ef99be353c07c01195fa4ae2923ef2b2a5ad4427072802c260d208",
|
|
313
|
+
"plugins/src/base/rules/eager/dependency-decision-records.md": "e22888f107906992e863fca50f26c2c4b124da7132535cacfac71e4f3085728f",
|
|
313
314
|
"plugins/src/base/rules/eager/documentation-source-paths.md": "3a7c2a6264654a3cc44dd326441ba211a39c1c267033cc189c1c635adb84b52b",
|
|
314
315
|
"plugins/src/base/rules/eager/empirical-inquiry.md": "60d77a67cc0d3b6a0aad0ab8fe6de5dff0127b2a6c63fa46b021b7a711eb07d6",
|
|
315
316
|
"plugins/src/base/rules/eager/factory-model.md": "dee39b4276926ee27a2614bf26b985fd33bb3d115313fa6e2893de12da13ed7c",
|
|
@@ -339,6 +340,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
339
340
|
"plugins/src/base/rules/reference/coding-philosophy.md": "fed8381f16a5d6793a49d84d5813d62125808cb2f4981a558b119cf63e2586d9",
|
|
340
341
|
"plugins/src/base/rules/reference/config-resolution.md": "071b2c91f3b661ee493ea6f37d78f0fdea8004b4e4e7b5e94dcf232df7eceda7",
|
|
341
342
|
"plugins/src/base/rules/reference/convergent-review.md": "788a9d4dc2af7a928c3ccbb4d53a92856bb3544941ce512cfe38068d6b35850d",
|
|
343
|
+
"plugins/src/base/rules/reference/dependency-decision-records.md": "84f9fb8fa0a606307e828ec355ccbf2258beeeb88795dd113abe9bb2c37db39f",
|
|
342
344
|
"plugins/src/base/rules/reference/documentation-source-paths.md": "555155889c9cf279865b9d8fc554bdd461c96a3ec76a5001dfeb361a71056999",
|
|
343
345
|
"plugins/src/base/rules/reference/empirical-inquiry.md": "85f4552aa4c561677de40fd01bc6cccf5dbcf13865647db9df819d11f3cc3389",
|
|
344
346
|
"plugins/src/base/rules/reference/factory-model.md": "b28a2ea4df7c33390111667a2807d9003cf8c9a14829f6fb0dbc929b05bfed3a",
|
|
@@ -369,7 +371,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
369
371
|
"plugins/src/base/scripts/automation-status-report.mjs": "520f77645c5b7cab3f69848fb5cf19e8b1d802cd1f8ce6a35aa36a0bf6a0d146",
|
|
370
372
|
"plugins/src/base/scripts/automation-status-run-history.mjs": "a07f0d1af412f0d2747a9cbe82fa0edbeb8cc8dd4bdf4c51526e779090f08208",
|
|
371
373
|
"plugins/src/base/scripts/cross-pollinate.mjs": "e9a536389d2581370f6c470b8a070aaae96660646efc528a7ff7fb25d324a903",
|
|
372
|
-
"plugins/src/base/scripts/doctor-report.mjs": "
|
|
374
|
+
"plugins/src/base/scripts/doctor-report.mjs": "f183e62848ac539da56a525fe2105fc6251a49e555a01dd1bba10d9227b1a6bf",
|
|
373
375
|
"plugins/src/base/scripts/install-remote-agent-aws.mjs": "5ef1c323d7cbfda8976f6fb0c24f7a8e5f5757475fd1d71c6e5bec91023cebe3",
|
|
374
376
|
"plugins/src/base/scripts/plugin-sync-explain.mjs": "8592c7359ee6cdb35995a882c8bb27e7b9c404074067fd272c70013e44e04b71",
|
|
375
377
|
"plugins/src/base/scripts/project-ideation-idempotency-harness.mjs": "81b6eb911cf5cf6d1913cacf65b6ae298732e0a4e92529aed6767cdf79ab2ec0",
|
|
@@ -395,7 +397,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
395
397
|
"plugins/src/base/skills/lisa-cross-pollinate/SKILL.md": "d1d33a149cab2de0d0b4c7ddc6bb2f67f43a097e5f551f642b1cb076747a5a05",
|
|
396
398
|
"plugins/src/base/skills/lisa-debrief-apply/SKILL.md": "90c5f01994bb0f8e71947e8a2f765ccf9a6aa3da47b8d7b8e2022150ef89c2b2",
|
|
397
399
|
"plugins/src/base/skills/lisa-debrief/SKILL.md": "47e4cda36b07994ff47ab15fb04a17dd6b0c310ad804f9cae9d69637edaaa72a",
|
|
398
|
-
"plugins/src/base/skills/lisa-doctor/SKILL.md": "
|
|
400
|
+
"plugins/src/base/skills/lisa-doctor/SKILL.md": "1702485809533a2e546a590b9d2f67cbb420c8f0cb0eac8609b0287b05122ad3",
|
|
399
401
|
"plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md": "e8680c65da64351580658e423d2e30f565e9df52079f4deec44df84d4ab82982",
|
|
400
402
|
"plugins/src/base/skills/lisa-epic-triage/SKILL.md": "d02760411249bddbd396f283191fe3e82bb7b95bf9393a19a7025dc5a57c3ab7",
|
|
401
403
|
"plugins/src/base/skills/lisa-exploratory-qa/SKILL.md": "70d6e44becf223ecee4573c53a8153a8663c87bac212e3fb972a80689e36d1ed",
|
|
@@ -871,8 +873,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
871
873
|
"rails/copy-overwrite/ast-grep/rules/ruby/no-update-columns.yml": "29a68b4994bccb9605fa13efc20c50102d38dfd2dcd96a3bbf9eb01d67efd2da",
|
|
872
874
|
"rails/copy-overwrite/ast-grep/utils/.gitkeep": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
873
875
|
"rails/copy-overwrite/config/initializers/version.rb": "fa664a84f407877b5ddbd3709a2352b30e4dc6fbce538a8503bad6c52448dc86",
|
|
874
|
-
"rails/copy-overwrite/lefthook.yml": "
|
|
876
|
+
"rails/copy-overwrite/lefthook.yml": "28bb382b9171a04fb92ebafc1f1522b8639f5edc4fcffcc6940e7fba3460fb4e",
|
|
875
877
|
"rails/copy-overwrite/scripts/check-threshold-ratchet.mjs": "6da00221189ed0f8a2938f15e02bcc2633d44f5f05489979fbb94202bc45a6d4",
|
|
878
|
+
"rails/copy-overwrite/scripts/lisa-clean-git-env.sh": "e7121a0ee9e1bf7c01cd2ab55f563dd6d9ab75990739bb6ddf571a513efa10e9",
|
|
876
879
|
"rails/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "8bc4b379d7057b2fecf9cb35820c39efad0a65df7df49073786f996cc2a74810",
|
|
877
880
|
"rails/copy-overwrite/scripts/threshold-ratchet-families.mjs": "fee19c88c89eed5a2949dea42c4a4c794f04aabf0e36c71cdda70ffaaf2b17c9",
|
|
878
881
|
"rails/copy-overwrite/sgconfig.yml": "0ffe058c791d4d323f98104cf78c763bb0356d88739042060ceb86b6b1cb78d7",
|
|
@@ -967,7 +970,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
967
970
|
"typescript/copy-contents/.husky/commit-msg": "3ab9b5d3c3998307be86be038b39a945f542ff425f795f305db23ceba8eb21b7",
|
|
968
971
|
"typescript/copy-contents/.husky/post-checkout": "f3abc4528e12d3ad2bc48b236d19f105e2817595c744156a558c62ae5551ccfb",
|
|
969
972
|
"typescript/copy-contents/.husky/pre-commit": "30fbbff4fc0f3a6188958ce49cf202ec072ea3fd5965acca7cd12923ed03412d",
|
|
970
|
-
"typescript/copy-contents/.husky/pre-push": "
|
|
973
|
+
"typescript/copy-contents/.husky/pre-push": "001b5c2a779cf242c8d49029651f92ebddebf4ab706d58269d46e2be88a9df5b",
|
|
971
974
|
"typescript/copy-contents/.husky/prepare-commit-msg": "58671fb61f6fcc1fc384a2d7295f16949faa58150a8213e0a39d3c70fad728b5",
|
|
972
975
|
"typescript/copy-overwrite/.claude/hooks/worktree-create.sh": "0185adc91889a7c2a41b3609fe529ac89ff8149600f8d00aa8065ea3c397c0d1",
|
|
973
976
|
"typescript/copy-overwrite/.github/GITHUB_ACTIONS.md": "eb70191370c5481c8e1ec30bc1c19dac4611f678219c46012f5a32e49989af90",
|
|
@@ -1026,7 +1029,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1026
1029
|
"typescript/merge/.oxlintrc.json": "4debc093acfd263eb81ae15894073ebf098513204f45f40b83fb8fa5353fa1f8",
|
|
1027
1030
|
"typescript/package-lisa/package.lisa.json": "7e99286c549c79b1c02c07a4313dcfe5b41b4ebb80a6fbbb8741dd74dc5f454d",
|
|
1028
1031
|
"ui/README.md": "deeb35e767ea5dd2883268835ea3ad21cbad9fa63ec8d8ff5e200f0e2a7d2751",
|
|
1029
|
-
"ui/index.html": "
|
|
1032
|
+
"ui/index.html": "a6741c556f79d05e5063500b795c7066b05280d166ead6b83047a308ba7cef91",
|
|
1030
1033
|
});
|
|
1031
1034
|
/** Exact paths tracked by the public Lisa repository at generation time. */
|
|
1032
1035
|
export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
@@ -2261,6 +2264,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2261
2264
|
"plugins/lisa-copilot/rules/eager/coding-philosophy.md": true,
|
|
2262
2265
|
"plugins/lisa-copilot/rules/eager/config-resolution.md": true,
|
|
2263
2266
|
"plugins/lisa-copilot/rules/eager/convergent-review.md": true,
|
|
2267
|
+
"plugins/lisa-copilot/rules/eager/dependency-decision-records.md": true,
|
|
2264
2268
|
"plugins/lisa-copilot/rules/eager/documentation-source-paths.md": true,
|
|
2265
2269
|
"plugins/lisa-copilot/rules/eager/empirical-inquiry.md": true,
|
|
2266
2270
|
"plugins/lisa-copilot/rules/eager/factory-model.md": true,
|
|
@@ -2290,6 +2294,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2290
2294
|
"plugins/lisa-copilot/rules/reference/coding-philosophy.md": true,
|
|
2291
2295
|
"plugins/lisa-copilot/rules/reference/config-resolution.md": true,
|
|
2292
2296
|
"plugins/lisa-copilot/rules/reference/convergent-review.md": true,
|
|
2297
|
+
"plugins/lisa-copilot/rules/reference/dependency-decision-records.md": true,
|
|
2293
2298
|
"plugins/lisa-copilot/rules/reference/documentation-source-paths.md": true,
|
|
2294
2299
|
"plugins/lisa-copilot/rules/reference/empirical-inquiry.md": true,
|
|
2295
2300
|
"plugins/lisa-copilot/rules/reference/factory-model.md": true,
|
|
@@ -2625,6 +2630,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2625
2630
|
"plugins/lisa-cursor/rules/config-resolution.mdc": true,
|
|
2626
2631
|
"plugins/lisa-cursor/rules/convergent-review-reference.mdc": true,
|
|
2627
2632
|
"plugins/lisa-cursor/rules/convergent-review.mdc": true,
|
|
2633
|
+
"plugins/lisa-cursor/rules/dependency-decision-records-reference.mdc": true,
|
|
2634
|
+
"plugins/lisa-cursor/rules/dependency-decision-records.mdc": true,
|
|
2628
2635
|
"plugins/lisa-cursor/rules/documentation-source-paths-reference.mdc": true,
|
|
2629
2636
|
"plugins/lisa-cursor/rules/documentation-source-paths.mdc": true,
|
|
2630
2637
|
"plugins/lisa-cursor/rules/empirical-inquiry-reference.mdc": true,
|
|
@@ -4998,6 +5005,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4998
5005
|
"plugins/lisa/rules/eager/coding-philosophy.md": true,
|
|
4999
5006
|
"plugins/lisa/rules/eager/config-resolution.md": true,
|
|
5000
5007
|
"plugins/lisa/rules/eager/convergent-review.md": true,
|
|
5008
|
+
"plugins/lisa/rules/eager/dependency-decision-records.md": true,
|
|
5001
5009
|
"plugins/lisa/rules/eager/documentation-source-paths.md": true,
|
|
5002
5010
|
"plugins/lisa/rules/eager/empirical-inquiry.md": true,
|
|
5003
5011
|
"plugins/lisa/rules/eager/factory-model.md": true,
|
|
@@ -5027,6 +5035,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5027
5035
|
"plugins/lisa/rules/reference/coding-philosophy.md": true,
|
|
5028
5036
|
"plugins/lisa/rules/reference/config-resolution.md": true,
|
|
5029
5037
|
"plugins/lisa/rules/reference/convergent-review.md": true,
|
|
5038
|
+
"plugins/lisa/rules/reference/dependency-decision-records.md": true,
|
|
5030
5039
|
"plugins/lisa/rules/reference/documentation-source-paths.md": true,
|
|
5031
5040
|
"plugins/lisa/rules/reference/empirical-inquiry.md": true,
|
|
5032
5041
|
"plugins/lisa/rules/reference/factory-model.md": true,
|
|
@@ -5524,6 +5533,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5524
5533
|
"plugins/src/base/rules/eager/coding-philosophy.md": true,
|
|
5525
5534
|
"plugins/src/base/rules/eager/config-resolution.md": true,
|
|
5526
5535
|
"plugins/src/base/rules/eager/convergent-review.md": true,
|
|
5536
|
+
"plugins/src/base/rules/eager/dependency-decision-records.md": true,
|
|
5527
5537
|
"plugins/src/base/rules/eager/documentation-source-paths.md": true,
|
|
5528
5538
|
"plugins/src/base/rules/eager/empirical-inquiry.md": true,
|
|
5529
5539
|
"plugins/src/base/rules/eager/factory-model.md": true,
|
|
@@ -5553,6 +5563,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5553
5563
|
"plugins/src/base/rules/reference/coding-philosophy.md": true,
|
|
5554
5564
|
"plugins/src/base/rules/reference/config-resolution.md": true,
|
|
5555
5565
|
"plugins/src/base/rules/reference/convergent-review.md": true,
|
|
5566
|
+
"plugins/src/base/rules/reference/dependency-decision-records.md": true,
|
|
5556
5567
|
"plugins/src/base/rules/reference/documentation-source-paths.md": true,
|
|
5557
5568
|
"plugins/src/base/rules/reference/empirical-inquiry.md": true,
|
|
5558
5569
|
"plugins/src/base/rules/reference/factory-model.md": true,
|
|
@@ -6157,6 +6168,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6157
6168
|
"rails/copy-overwrite/config/initializers/version.rb": true,
|
|
6158
6169
|
"rails/copy-overwrite/lefthook.yml": true,
|
|
6159
6170
|
"rails/copy-overwrite/scripts/check-threshold-ratchet.mjs": true,
|
|
6171
|
+
"rails/copy-overwrite/scripts/lisa-clean-git-env.sh": true,
|
|
6160
6172
|
"rails/copy-overwrite/scripts/threshold-ratchet-compare.mjs": true,
|
|
6161
6173
|
"rails/copy-overwrite/scripts/threshold-ratchet-families.mjs": true,
|
|
6162
6174
|
"rails/copy-overwrite/sgconfig.yml": true,
|
|
@@ -6288,6 +6300,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6288
6300
|
"src/cli/setup-project.ts": true,
|
|
6289
6301
|
"src/cli/setup-wiki.ts": true,
|
|
6290
6302
|
"src/cli/shared-options.ts": true,
|
|
6303
|
+
"src/cli/standards-proof-cmd.ts": true,
|
|
6291
6304
|
"src/cli/starters.ts": true,
|
|
6292
6305
|
"src/cli/sync-cmd.ts": true,
|
|
6293
6306
|
"src/cli/ui-automations-adapters.ts": true,
|
|
@@ -6318,6 +6331,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6318
6331
|
"src/cli/ui-setup-readiness.ts": true,
|
|
6319
6332
|
"src/cli/ui-status-json.ts": true,
|
|
6320
6333
|
"src/cli/ui-status.ts": true,
|
|
6334
|
+
"src/cli/update-check-hook.ts": true,
|
|
6321
6335
|
"src/cli/update-check.ts": true,
|
|
6322
6336
|
"src/cli/update-cmd.ts": true,
|
|
6323
6337
|
"src/cli/version-cmd.ts": true,
|
|
@@ -6464,6 +6478,15 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6464
6478
|
"src/opencode/settings-installer.ts": true,
|
|
6465
6479
|
"src/opencode/skills-installer.ts": true,
|
|
6466
6480
|
"src/opencode/support-file-resolver.ts": true,
|
|
6481
|
+
"src/standards/capture.ts": true,
|
|
6482
|
+
"src/standards/contract.ts": true,
|
|
6483
|
+
"src/standards/git-state.ts": true,
|
|
6484
|
+
"src/standards/index.ts": true,
|
|
6485
|
+
"src/standards/readiness.ts": true,
|
|
6486
|
+
"src/standards/registry.ts": true,
|
|
6487
|
+
"src/standards/storage-reasons.ts": true,
|
|
6488
|
+
"src/standards/storage.ts": true,
|
|
6489
|
+
"src/standards/test-evidence.ts": true,
|
|
6467
6490
|
"src/strategies/copy-contents.ts": true,
|
|
6468
6491
|
"src/strategies/copy-overwrite.ts": true,
|
|
6469
6492
|
"src/strategies/create-only.ts": true,
|
|
@@ -6567,6 +6590,11 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6567
6590
|
"tests/integration/release-changelog-entry.test.ts": true,
|
|
6568
6591
|
"tests/integration/release-changelog-push-recovery.test.ts": true,
|
|
6569
6592
|
"tests/integration/release-notes-expansion.test.ts": true,
|
|
6593
|
+
"tests/integration/standards-proof-fixture.ts": true,
|
|
6594
|
+
"tests/integration/standards-proof-rails.test.ts": true,
|
|
6595
|
+
"tests/integration/standards-proof-tamper.test.ts": true,
|
|
6596
|
+
"tests/integration/standards-proof-timeout.test.ts": true,
|
|
6597
|
+
"tests/integration/standards-proof-typescript.test.ts": true,
|
|
6570
6598
|
"tests/unit/agy/block-no-verify-agy.test.ts": true,
|
|
6571
6599
|
"tests/unit/agy/mcp-collect.test.ts": true,
|
|
6572
6600
|
"tests/unit/agy/mcp-installer.test.ts": true,
|
|
@@ -6600,6 +6628,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6600
6628
|
"tests/unit/cli/file-upstream-contract.test.ts": true,
|
|
6601
6629
|
"tests/unit/cli/gate-commands.test.ts": true,
|
|
6602
6630
|
"tests/unit/cli/health-cmd.test.ts": true,
|
|
6631
|
+
"tests/unit/cli/index-maintenance.test.ts": true,
|
|
6632
|
+
"tests/unit/cli/index-test-program.ts": true,
|
|
6603
6633
|
"tests/unit/cli/index.test.ts": true,
|
|
6604
6634
|
"tests/unit/cli/kane-cmd.test.ts": true,
|
|
6605
6635
|
"tests/unit/cli/kane-index.test.ts": true,
|
|
@@ -6745,6 +6775,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6745
6775
|
"tests/unit/hooks/parity-safety-net-heredoc.test.ts": true,
|
|
6746
6776
|
"tests/unit/hooks/parity-safety-net.test.ts": true,
|
|
6747
6777
|
"tests/unit/hooks/post-checkout.test.ts": true,
|
|
6778
|
+
"tests/unit/hooks/pre-push-git-environment.test.ts": true,
|
|
6748
6779
|
"tests/unit/hooks/track-plan-sessions.test.ts": true,
|
|
6749
6780
|
"tests/unit/hooks/verification-failure-mode-fixtures.test.ts": true,
|
|
6750
6781
|
"tests/unit/hooks/work-item-wiring.test.ts": true,
|
|
@@ -6802,6 +6833,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6802
6833
|
"tests/unit/scripts/threshold-ratchet.test.ts": true,
|
|
6803
6834
|
"tests/unit/scripts/upstream-evidence-manifest.test.ts": true,
|
|
6804
6835
|
"tests/unit/scripts/verification-coverage.test.ts": true,
|
|
6836
|
+
"tests/unit/standards/capture.test.ts": true,
|
|
6837
|
+
"tests/unit/standards/contract.test.ts": true,
|
|
6838
|
+
"tests/unit/standards/git-state.test.ts": true,
|
|
6839
|
+
"tests/unit/standards/readiness.test.ts": true,
|
|
6840
|
+
"tests/unit/standards/registry.test.ts": true,
|
|
6841
|
+
"tests/unit/standards/storage.test.ts": true,
|
|
6842
|
+
"tests/unit/standards/test-evidence.test.ts": true,
|
|
6805
6843
|
"tests/unit/strategies/agent-ready-ingest-boundary.test.ts": true,
|
|
6806
6844
|
"tests/unit/strategies/agent-ready-readiness-consumption.test.ts": true,
|
|
6807
6845
|
"tests/unit/strategies/artifact-identity-contract.test.ts": true,
|
|
@@ -6841,12 +6879,16 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6841
6879
|
"tests/unit/strategies/copy-overwrite.test.ts": true,
|
|
6842
6880
|
"tests/unit/strategies/create-only.test.ts": true,
|
|
6843
6881
|
"tests/unit/strategies/debrief-reroute-contract.test.ts": true,
|
|
6882
|
+
"tests/unit/strategies/dependency-decision-records-rule-pair.test.ts": true,
|
|
6844
6883
|
"tests/unit/strategies/distributed-content-round2-contract.test.ts": true,
|
|
6845
6884
|
"tests/unit/strategies/doctor-automation-readiness.test.ts": true,
|
|
6846
6885
|
"tests/unit/strategies/doctor-config-readiness.test.ts": true,
|
|
6847
6886
|
"tests/unit/strategies/doctor-fixture-smoke-and-parity.test.ts": true,
|
|
6848
6887
|
"tests/unit/strategies/doctor-plugin-sync-guidance.test.ts": true,
|
|
6849
6888
|
"tests/unit/strategies/doctor-project-readiness.test.ts": true,
|
|
6889
|
+
"tests/unit/strategies/doctor-readiness-blocker-projection.test.ts": true,
|
|
6890
|
+
"tests/unit/strategies/doctor-readiness-report-bridge.test.ts": true,
|
|
6891
|
+
"tests/unit/strategies/doctor-readiness-report-fixtures.ts": true,
|
|
6850
6892
|
"tests/unit/strategies/doctor-report-rendering.test.ts": true,
|
|
6851
6893
|
"tests/unit/strategies/doctor-repository-readiness.test.ts": true,
|
|
6852
6894
|
"tests/unit/strategies/doctor-scaffold.test.ts": true,
|
|
@@ -6961,6 +7003,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6961
7003
|
"tests/unit/sync/config-sync.test.ts": true,
|
|
6962
7004
|
"tests/unit/sync/health-schedule.test.ts": true,
|
|
6963
7005
|
"tests/unit/sync/legacy-monitor-thresholds.test.ts": true,
|
|
7006
|
+
"tests/unit/templates/dependency-decisions-template.test.ts": true,
|
|
6964
7007
|
"tests/unit/templates/project-learnings-template.test.ts": true,
|
|
6965
7008
|
"tests/unit/templates/stack-tsconfig-shadowing.test.ts": true,
|
|
6966
7009
|
"tests/unit/transaction/backup.test.ts": true,
|