@codyswann/lisa 2.352.0 → 2.353.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.
Files changed (78) hide show
  1. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  2. package/dist/core/upstream-evidence-manifest.js +9 -7
  3. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  4. package/expo/create-only/.github/workflows/maestro-e2e.yml +10 -1
  5. package/expo/create-only/.github/workflows/nightly-e2e-health.yml +5 -0
  6. package/package.json +1 -1
  7. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  8. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  9. package/plugins/lisa/.codex-plugin/skills/lisa-linear-access/SKILL.md +34 -0
  10. package/plugins/lisa/.codex-plugin/skills/lisa-validate-tracker-mapping/SKILL.md +33 -4
  11. package/plugins/lisa/rules/reference/config-resolution.md +7 -0
  12. package/plugins/lisa/scripts/queue-contract-resolution.mjs +50 -1
  13. package/plugins/lisa/skills/lisa-linear-access/SKILL.md +34 -0
  14. package/plugins/lisa/skills/lisa-validate-tracker-mapping/SKILL.md +33 -4
  15. package/plugins/lisa-agy/plugin.json +1 -1
  16. package/plugins/lisa-agy/scripts/queue-contract-resolution.mjs +50 -1
  17. package/plugins/lisa-agy/skills/lisa-linear-access/SKILL.md +34 -0
  18. package/plugins/lisa-agy/skills/lisa-validate-tracker-mapping/SKILL.md +33 -4
  19. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  20. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  21. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  22. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  23. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  24. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  25. package/plugins/lisa-copilot/rules/reference/config-resolution.md +7 -0
  26. package/plugins/lisa-copilot/scripts/queue-contract-resolution.mjs +50 -1
  27. package/plugins/lisa-copilot/skills/lisa-linear-access/SKILL.md +34 -0
  28. package/plugins/lisa-copilot/skills/lisa-validate-tracker-mapping/SKILL.md +33 -4
  29. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  30. package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +7 -0
  31. package/plugins/lisa-cursor/scripts/queue-contract-resolution.mjs +50 -1
  32. package/plugins/lisa-cursor/skills/lisa-linear-access/SKILL.md +34 -0
  33. package/plugins/lisa-cursor/skills/lisa-validate-tracker-mapping/SKILL.md +33 -4
  34. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  35. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  36. package/plugins/lisa-expo-agy/plugin.json +1 -1
  37. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  38. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  41. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  42. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  43. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  46. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  47. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  48. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  51. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  52. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  53. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  56. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  57. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  58. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  61. package/plugins/lisa-rails-agy/plugin.json +1 -1
  62. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  63. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  66. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  67. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  68. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  71. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  72. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  73. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  74. package/plugins/src/base/rules/reference/config-resolution.md +7 -0
  75. package/plugins/src/base/scripts/queue-contract-resolution.mjs +50 -1
  76. package/plugins/src/base/skills/lisa-linear-access/SKILL.md +34 -0
  77. package/plugins/src/base/skills/lisa-validate-tracker-mapping/SKILL.md +33 -4
  78. package/typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs +76 -10
@@ -1 +1 @@
1
- {"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA8uEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAm3NjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
1
+ {"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA8uEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAq3NjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
@@ -100,9 +100,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
100
100
  "expo/create-only/.github/required-checks.json": "fb2f03ba0c595fab1fdf59b018a38acce0f9b25ba15705bf8af498135eb148b4",
101
101
  "expo/create-only/.github/workflows/ci.yml": "bf75c9d3b4f4a2cb24c2214d9fc27a9cb2247a6694b0cf02c40032b4d3e87cd9",
102
102
  "expo/create-only/.github/workflows/deploy.yml": "0978b1f4e19e1ff66bb8cdd037d36a3751d4e917db7ceb5bcf100fad36768516",
103
- "expo/create-only/.github/workflows/maestro-e2e.yml": "444367a8cefaa81b484bc6eff5923c34177e10f6a67cbf1befec00c9d0d1d36b",
103
+ "expo/create-only/.github/workflows/maestro-e2e.yml": "4bacb1da9ea897345aad77b8ae7ee96861c555aa77a00846f4572da18e9fd6e0",
104
104
  "expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "4185f5083d8da5efa620e8641d6b75e0cb424edd563989c7432892872969797c",
105
- "expo/create-only/.github/workflows/nightly-e2e-health.yml": "f0ca0b9ed28f565e60de14e0fb949d335b308243e108948cd1f7cb1472d30724",
105
+ "expo/create-only/.github/workflows/nightly-e2e-health.yml": "009f43bf5a07574adcad11c09c947d54e1a5877ff4ba51128dd4721ad6877a70",
106
106
  "expo/create-only/.zap/baseline.conf": "ab18d74ba5270dd5d795e740cd6b1292bb78dc36c79a20c1e7b752d14c0c55f5",
107
107
  "expo/create-only/babel.config.js": "faaf96f0d43c724a240a7892584de54ae384eee9ef9d76430d081f37d9f92924",
108
108
  "expo/create-only/bdd/coverage-map.json": "7aecd1aca01b73eb20e311281a5e63137bd92d86d49c02fb48bcee9fdc94e07d",
@@ -390,7 +390,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
390
390
  "plugins/src/base/rules/reference/claim-archaeology.md": "fff025d47848c768d5b2c7047de744b7151eb2e44148d2df058c87310859457b",
391
391
  "plugins/src/base/rules/reference/claim-evidence-mapping.md": "49a3bbf4e8a9a8ca9e13eeafa672517d077060cfeb5d9710881ec9f5c3f3ec75",
392
392
  "plugins/src/base/rules/reference/coding-philosophy.md": "fed8381f16a5d6793a49d84d5813d62125808cb2f4981a558b119cf63e2586d9",
393
- "plugins/src/base/rules/reference/config-resolution.md": "1ce689b08f73c13a771630c8ed9803db8665c1dd5191f2f8e97f7d954aeec5ba",
393
+ "plugins/src/base/rules/reference/config-resolution.md": "c7dea3e5ad59da3b00993318c2f7f7351693d00207a2fbafb5f00f60fb47bf69",
394
394
  "plugins/src/base/rules/reference/convergent-review.md": "788a9d4dc2af7a928c3ccbb4d53a92856bb3544941ce512cfe38068d6b35850d",
395
395
  "plugins/src/base/rules/reference/dependency-decision-records.md": "84f9fb8fa0a606307e828ec355ccbf2258beeeb88795dd113abe9bb2c37db39f",
396
396
  "plugins/src/base/rules/reference/dependency-internalization-kit.md": "8c8e9bddbe2165905c3919ae9dd3d131b557cf9c7eb370393dfa85827076c73b",
@@ -437,7 +437,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
437
437
  "plugins/src/base/scripts/install-remote-agent-aws.mjs": "5ef1c323d7cbfda8976f6fb0c24f7a8e5f5757475fd1d71c6e5bec91023cebe3",
438
438
  "plugins/src/base/scripts/plugin-sync-explain.mjs": "8592c7359ee6cdb35995a882c8bb27e7b9c404074067fd272c70013e44e04b71",
439
439
  "plugins/src/base/scripts/project-ideation-idempotency-harness.mjs": "81b6eb911cf5cf6d1913cacf65b6ae298732e0a4e92529aed6767cdf79ab2ec0",
440
- "plugins/src/base/scripts/queue-contract-resolution.mjs": "189f1d0be562c442b5db07efdb87783e964c08016e2761ae58da252bd17ba20b",
440
+ "plugins/src/base/scripts/queue-contract-resolution.mjs": "5944dd862f949155db1f4e43279041407dc2c920723cee808fa353dc0bdd2c6e",
441
441
  "plugins/src/base/scripts/queue-health-classification.mjs": "07fd596da5792d8bd29f2d51584c59011d3d06256eae601b27a3c72730b42333",
442
442
  "plugins/src/base/scripts/queue-status-build-readers.mjs": "1e05181dc8fbe2a4f0c04ce73fdfe1c3a7fc1777cb66e95d7e9a593559c8ca27",
443
443
  "plugins/src/base/scripts/queue-status-prd-readers.mjs": "32b4366fc292062c869793aeaf5b006ff400df5da09ee510f862e15d59a77770",
@@ -518,7 +518,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
518
518
  "plugins/src/base/skills/lisa-jsdoc-best-practices/SKILL.md": "7cf0729966ac0afcab6e2c043f192772a9e9e7c72fae61e55b300e97308f970e",
519
519
  "plugins/src/base/skills/lisa-kane-browser/SKILL.md": "e082517cb42f437eeb22b3935aa0fef09299874736e55184e88d2b64f7860a7d",
520
520
  "plugins/src/base/skills/lisa-learnings-audit/SKILL.md": "102953b4b8166b28e5c8d16bef852d3d9c1213b59e8d691d0647784f3cfd1be8",
521
- "plugins/src/base/skills/lisa-linear-access/SKILL.md": "b3bbe6b1974491dbaba8f1308591bfb65be3bf9cfb644cb903d8266dc8121ffd",
521
+ "plugins/src/base/skills/lisa-linear-access/SKILL.md": "c513b189b75e0589e81d74197718c2c7367e1e426ed910c78bd3e8fea9f9ee34",
522
522
  "plugins/src/base/skills/lisa-linear-add-journey/SKILL.md": "0a9f2bd0e19fbaa4794537e436c22748c7621644253a91923d84bc77ca43f793",
523
523
  "plugins/src/base/skills/lisa-linear-build-intake/SKILL.md": "b93b449a1d4b7ff4eb659e0f11e12b612cb6f44d78e53b64c2e8af6c78d4e4c7",
524
524
  "plugins/src/base/skills/lisa-linear-claim/SKILL.md": "d3fee9a0435e93402be53769313f971c77b847521826fbaee0d19a0bdbc34b93",
@@ -647,7 +647,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
647
647
  "plugins/src/base/skills/lisa-tracker-write/SKILL.md": "ecd43afc346c9729826bd2940fd337f910f8889ae9282610e2cd8817c3ba9735",
648
648
  "plugins/src/base/skills/lisa-usage-accounting/SKILL.md": "838da4ca08fb6e6a4bc14b6cb5446be93c4565f468f169a1ec68435d275d1ef8",
649
649
  "plugins/src/base/skills/lisa-use-the-product/SKILL.md": "ab3f3ab475b7c97c3409f502b80d688816b1ff4b8e3dfeec7715d93ca41e3fa0",
650
- "plugins/src/base/skills/lisa-validate-tracker-mapping/SKILL.md": "ab45fdc00294c4ca9698093cb294a2aaf39a73d714fe1aa6ad686c6c34e157ba",
650
+ "plugins/src/base/skills/lisa-validate-tracker-mapping/SKILL.md": "77f6fb5592dc06b9e949e43a918e8b9197c90197858cb447f26915ae30c62d7c",
651
651
  "plugins/src/base/skills/lisa-verification-lifecycle/SKILL.md": "3fbcb619281a91f229e4564549b7f7d0ea68e7fd2d874820515846f8cbd6e0e7",
652
652
  "plugins/src/base/skills/lisa-verify-prd/SKILL.md": "fd4dc76c42c1083f5223e650f6c25d53694138860ebcb02588689f6eb6d0b416",
653
653
  "plugins/src/base/skills/lisa-verify-workflow-change/SKILL.md": "d89740a4dc350a9ac0d26b1b955bf74f009775b60ee0275df3f9a50fe8be3048",
@@ -1101,7 +1101,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1101
1101
  "typescript/copy-overwrite/eslint.ignore.config.json": "04dcd754829cf93bf0ba0d76e4031d28cb7149afa658575d02bb13bf73f7880e",
1102
1102
  "typescript/copy-overwrite/eslint.slow.config.ts": "f66d04381940936544931d7f20ffd4e43c38b8a907d56ffa101e2236371d8c94",
1103
1103
  "typescript/copy-overwrite/knip.json": "6eb93d705a2d645332fbae1dd42cf2d48f85978ebc265451a53790912f277d12",
1104
- "typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "c1e4bf2287982c9814f168a13f66792c013f557a6028adbc8110ee4214cecf15",
1104
+ "typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "1c79ec49e5f4a3bba700bc1d97e9fc0f4f1799dec3acdf2bed5e3e5b866a0efd",
1105
1105
  "typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "86e9df17ea11fe0cd11d54f7fd60f016338e7fe28cdd4b07fab3b0b064b64ffb",
1106
1106
  "typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "e1e3f22b33267212b90f915f83821559d1a45cab5b16c7164b86bd6c7b53549b",
1107
1107
  "typescript/copy-overwrite/scripts/check-verification-coverage.mjs": "3c1d27d0668fc66a18cb014f2b607878f0a88c178a773fbe964b8e46b19e86d6",
@@ -7553,6 +7553,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7553
7553
  "tests/unit/scripts/lisa-work-item.test.ts": true,
7554
7554
  "tests/unit/scripts/nightly-e2e-health-api.test.ts": true,
7555
7555
  "tests/unit/scripts/nightly-e2e-health-bypass.test.ts": true,
7556
+ "tests/unit/scripts/nightly-e2e-health-completeness.test.ts": true,
7556
7557
  "tests/unit/scripts/nightly-e2e-health-label-attribution.test.ts": true,
7557
7558
  "tests/unit/scripts/nightly-e2e-health.test.ts": true,
7558
7559
  "tests/unit/scripts/per-agent-hook-filter.test.ts": true,
@@ -7739,6 +7740,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7739
7740
  "tests/unit/strategies/learnings-confirmation-contract.test.ts": true,
7740
7741
  "tests/unit/strategies/learnings-overflow-contract.test.ts": true,
7741
7742
  "tests/unit/strategies/linear-access-history.test.ts": true,
7743
+ "tests/unit/strategies/linear-ready-state-inversion.test.ts": true,
7742
7744
  "tests/unit/strategies/merge.test.ts": true,
7743
7745
  "tests/unit/strategies/mld-telemetry-contract.test.ts": true,
7744
7746
  "tests/unit/strategies/monitor-threshold-compatibility.test.ts": true,