@codyswann/lisa 2.274.0 → 2.276.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 (110) hide show
  1. package/dist/cli/health-cmd.d.ts +31 -0
  2. package/dist/cli/health-cmd.d.ts.map +1 -0
  3. package/dist/cli/health-cmd.js +101 -0
  4. package/dist/cli/health-cmd.js.map +1 -0
  5. package/dist/cli/index.d.ts +3 -0
  6. package/dist/cli/index.d.ts.map +1 -1
  7. package/dist/cli/index.js +20 -1
  8. package/dist/cli/index.js.map +1 -1
  9. package/dist/cli/ui-cmd.d.ts +3 -0
  10. package/dist/cli/ui-cmd.d.ts.map +1 -1
  11. package/dist/cli/ui-cmd.js +11 -2
  12. package/dist/cli/ui-cmd.js.map +1 -1
  13. package/dist/cli/ui-health.d.ts +18 -0
  14. package/dist/cli/ui-health.d.ts.map +1 -0
  15. package/dist/cli/ui-health.js +140 -0
  16. package/dist/cli/ui-health.js.map +1 -0
  17. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  18. package/dist/core/upstream-evidence-manifest.js +37 -2
  19. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  20. package/dist/health/agentic.d.ts +2 -0
  21. package/dist/health/agentic.d.ts.map +1 -1
  22. package/dist/health/agentic.js +4 -4
  23. package/dist/health/agentic.js.map +1 -1
  24. package/dist/health/consumer.d.ts +28 -0
  25. package/dist/health/consumer.d.ts.map +1 -0
  26. package/dist/health/consumer.js +50 -0
  27. package/dist/health/consumer.js.map +1 -0
  28. package/dist/health/evaluation-protocol.d.ts +45 -0
  29. package/dist/health/evaluation-protocol.d.ts.map +1 -0
  30. package/dist/health/evaluation-protocol.js +119 -0
  31. package/dist/health/evaluation-protocol.js.map +1 -0
  32. package/dist/health/index.d.ts +3 -0
  33. package/dist/health/index.d.ts.map +1 -1
  34. package/dist/health/index.js +3 -0
  35. package/dist/health/index.js.map +1 -1
  36. package/dist/health/prepare.d.ts +15 -0
  37. package/dist/health/prepare.d.ts.map +1 -0
  38. package/dist/health/prepare.js +31 -0
  39. package/dist/health/prepare.js.map +1 -0
  40. package/dist/health/storage.d.ts +8 -0
  41. package/dist/health/storage.d.ts.map +1 -1
  42. package/dist/health/storage.js +13 -3
  43. package/dist/health/storage.js.map +1 -1
  44. package/package.json +3 -2
  45. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  47. package/plugins/lisa/.codex-plugin/skills/lisa-health/SKILL.md +142 -0
  48. package/plugins/lisa/.codex-plugin/skills/lisa-health/agents/openai.yaml +4 -0
  49. package/plugins/lisa/commands/health.md +8 -0
  50. package/plugins/lisa/skills/lisa-health/SKILL.md +142 -0
  51. package/plugins/lisa/skills/lisa-health/agents/openai.yaml +4 -0
  52. package/plugins/lisa-agy/commands/lisa/health.md +8 -0
  53. package/plugins/lisa-agy/plugin.json +1 -1
  54. package/plugins/lisa-agy/skills/lisa-health/SKILL.md +142 -0
  55. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  56. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  57. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  58. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  61. package/plugins/lisa-copilot/commands/lisa/health.md +8 -0
  62. package/plugins/lisa-copilot/skills/lisa-health/SKILL.md +142 -0
  63. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-cursor/commands/lisa/health.md +8 -0
  65. package/plugins/lisa-cursor/skills/lisa-health/SKILL.md +142 -0
  66. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  67. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  68. package/plugins/lisa-expo-agy/plugin.json +1 -1
  69. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  71. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  72. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  73. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  74. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  75. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  76. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  77. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  78. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  79. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  80. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  81. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  82. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  83. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  84. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  85. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  86. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  87. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  88. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  89. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  90. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  91. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  92. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  93. package/plugins/lisa-rails-agy/plugin.json +1 -1
  94. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  95. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  96. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  97. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  98. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  99. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  100. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  101. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  102. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  103. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  104. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  105. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  106. package/plugins/src/base/commands/health.md +8 -0
  107. package/plugins/src/base/skills/lisa-health/SKILL.md +142 -0
  108. package/scripts/verify-health-consumer-built.mjs +239 -0
  109. package/ui/README.md +30 -18
  110. package/ui/index.html +316 -96
@@ -229,6 +229,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
229
229
  "plugins/src/base/commands/git/commit.md": "fff4bf37e270d6a9ed8b8f97abe21d664d2998e8b9f3dd82754476558007cacc",
230
230
  "plugins/src/base/commands/git/prune.md": "d1f520ffedaa1ca331c232c9e113ca8e7868a1e93028ff9d45a2bc32d7ce45e2",
231
231
  "plugins/src/base/commands/git/submit-pr.md": "131ba633e9bc4379e0ed63f30752076b1aa5b5552d8f542624bc8d4451135773",
232
+ "plugins/src/base/commands/health.md": "f74536619029160e20240c3f1eaf02b300aaecd2a649651fd8ce6bf78f881c70",
232
233
  "plugins/src/base/commands/implement.md": "bfdcb2d1114b777be783014016dade094a4c5e2c03db744668ec42656713519f",
233
234
  "plugins/src/base/commands/improve-harness.md": "2547a45e1e510e9507d8d22fe6d0948dff896574d068f84b4d319088d020a721",
234
235
  "plugins/src/base/commands/improve/code-complexity.md": "57fad45fdce6067ef4cd184e2d377af79c00853b93337d74baaf114cf5da47b3",
@@ -418,6 +419,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
418
419
  "plugins/src/base/skills/lisa-github-verify/SKILL.md": "0d8dce0fff60591d1efff30e340c2cbbef2e8a849ed650389f2391518580ca53",
419
420
  "plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "ee54b3d14cc5dd3a68a8c36590102dd02f49334c9493ad52fa8c7f35157073b1",
420
421
  "plugins/src/base/skills/lisa-github-write-prd/SKILL.md": "bc919c52e2f42129d41a3f40279d2def99486ec58bed2dab51ca7166b427a947",
422
+ "plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
421
423
  "plugins/src/base/skills/lisa-implement/SKILL.md": "634f09dbd2654af070be393f5fd41e8d7fedee7437be2890e54d47ec59258539",
422
424
  "plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": "24ab5b193b409db6ee6bee981a1c0a48d08991782d7846116ad01658c8bc1ae8",
423
425
  "plugins/src/base/skills/lisa-improve-harness/SKILL.md": "bafda5d2f9b86c48cd16bf0015528fdf5891675221d662fdc533aaad66aad669",
@@ -948,6 +950,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
948
950
  "scripts/update-node-version.ts": "a286750ac2006dd84209bb713e85f994d8d15d9bb596ec3e287a187672e5072d",
949
951
  "scripts/update-test-skill-paths.mjs": "e26a3ac716c33013e22bf5223a58457452f5af2038218a0e3a51c244eab5ddc9",
950
952
  "scripts/verify-health-agentic-built.mjs": "3c064ad162fa633efcaa91327746157bc046cabd1c030b8bfa17227fed077200",
953
+ "scripts/verify-health-consumer-built.mjs": "8b65689a1fa38d9fc2e73b52433408ce19648b8504f80a174b7b7ac97ec42bae",
951
954
  "scripts/verify-health-contract-built.mjs": "5ebfec9b8a0e3004a5af65d2f2515526f7ff5817e61ae30042fb8be40d8f8d17",
952
955
  "scripts/verify-health-deterministic-built.mjs": "ab19427ec4b1dfaa06037cc23b7fc06319b4c12d8c6b67808dddd77e5367fd12",
953
956
  "scripts/verify-learner-frontmatter-built.mjs": "182e5e99f52257d3079ee1bc42b45c3dcca8b93a968205ddb3f3af26f2558b47",
@@ -1022,8 +1025,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
1022
1025
  "typescript/merge/.claude/settings.json": "8cc0b88780f4cbca5effa196a4e272953f835e7dc46572a31ab1e74130bb5e48",
1023
1026
  "typescript/merge/.oxlintrc.json": "4debc093acfd263eb81ae15894073ebf098513204f45f40b83fb8fa5353fa1f8",
1024
1027
  "typescript/package-lisa/package.lisa.json": "7e99286c549c79b1c02c07a4313dcfe5b41b4ebb80a6fbbb8741dd74dc5f454d",
1025
- "ui/README.md": "56857365dbb1f28edf07779b04744ce8963ab9fd7655d6405a5ee70856296903",
1026
- "ui/index.html": "74c35220d1b8b7d8041374196eba2c821eb90d1b57d884f12afb695f47f5016c",
1028
+ "ui/README.md": "deeb35e767ea5dd2883268835ea3ad21cbad9fa63ec8d8ff5e200f0e2a7d2751",
1029
+ "ui/index.html": "8dcbeda2160ce6c443382613a2319fe6253ffe2c0cdeea567034400cdea91152",
1027
1030
  });
1028
1031
  /** Exact paths tracked by the public Lisa repository at generation time. */
1029
1032
  export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
@@ -1266,6 +1269,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
1266
1269
  "eslint.ignore.config.json": true,
1267
1270
  "eslint.slow.config.ts": true,
1268
1271
  "eslint.thresholds.json": true,
1272
+ "evidence/1529/browser-drift.png": true,
1273
+ "evidence/1529/browser-failure.png": true,
1274
+ "evidence/1529/browser-in-band.png": true,
1275
+ "evidence/1529/cli-output.json": true,
1276
+ "evidence/1529/comment.md": true,
1277
+ "evidence/1529/failure-transcript.txt": true,
1278
+ "evidence/1529/playwright-output.log": true,
1279
+ "evidence/1529/verdict.json": true,
1269
1280
  "evidence/1537/authenticated-real-values.png": true,
1270
1281
  "evidence/1537/probe-failure-degrades-not-fabricates.png": true,
1271
1282
  "evidence/1537/unauthenticated-unknown-states.png": true,
@@ -1870,6 +1881,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
1870
1881
  "plugins/lisa-agy/commands/lisa/git/commit.md": true,
1871
1882
  "plugins/lisa-agy/commands/lisa/git/prune.md": true,
1872
1883
  "plugins/lisa-agy/commands/lisa/git/submit-pr.md": true,
1884
+ "plugins/lisa-agy/commands/lisa/health.md": true,
1873
1885
  "plugins/lisa-agy/commands/lisa/implement.md": true,
1874
1886
  "plugins/lisa-agy/commands/lisa/improve-harness.md": true,
1875
1887
  "plugins/lisa-agy/commands/lisa/improve/code-complexity.md": true,
@@ -1987,6 +1999,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
1987
1999
  "plugins/lisa-agy/skills/lisa-github-verify/SKILL.md": true,
1988
2000
  "plugins/lisa-agy/skills/lisa-github-write-issue/SKILL.md": true,
1989
2001
  "plugins/lisa-agy/skills/lisa-github-write-prd/SKILL.md": true,
2002
+ "plugins/lisa-agy/skills/lisa-health/SKILL.md": true,
1990
2003
  "plugins/lisa-agy/skills/lisa-implement/SKILL.md": true,
1991
2004
  "plugins/lisa-agy/skills/lisa-improve-code-complexity/SKILL.md": true,
1992
2005
  "plugins/lisa-agy/skills/lisa-improve-harness/SKILL.md": true,
@@ -2175,6 +2188,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
2175
2188
  "plugins/lisa-copilot/commands/lisa/git/commit.md": true,
2176
2189
  "plugins/lisa-copilot/commands/lisa/git/prune.md": true,
2177
2190
  "plugins/lisa-copilot/commands/lisa/git/submit-pr.md": true,
2191
+ "plugins/lisa-copilot/commands/lisa/health.md": true,
2178
2192
  "plugins/lisa-copilot/commands/lisa/implement.md": true,
2179
2193
  "plugins/lisa-copilot/commands/lisa/improve-harness.md": true,
2180
2194
  "plugins/lisa-copilot/commands/lisa/improve/code-complexity.md": true,
@@ -2356,6 +2370,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
2356
2370
  "plugins/lisa-copilot/skills/lisa-github-verify/SKILL.md": true,
2357
2371
  "plugins/lisa-copilot/skills/lisa-github-write-issue/SKILL.md": true,
2358
2372
  "plugins/lisa-copilot/skills/lisa-github-write-prd/SKILL.md": true,
2373
+ "plugins/lisa-copilot/skills/lisa-health/SKILL.md": true,
2359
2374
  "plugins/lisa-copilot/skills/lisa-implement/SKILL.md": true,
2360
2375
  "plugins/lisa-copilot/skills/lisa-improve-code-complexity/SKILL.md": true,
2361
2376
  "plugins/lisa-copilot/skills/lisa-improve-harness/SKILL.md": true,
@@ -2529,6 +2544,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
2529
2544
  "plugins/lisa-cursor/commands/lisa/git/commit.md": true,
2530
2545
  "plugins/lisa-cursor/commands/lisa/git/prune.md": true,
2531
2546
  "plugins/lisa-cursor/commands/lisa/git/submit-pr.md": true,
2547
+ "plugins/lisa-cursor/commands/lisa/health.md": true,
2532
2548
  "plugins/lisa-cursor/commands/lisa/implement.md": true,
2533
2549
  "plugins/lisa-cursor/commands/lisa/improve-harness.md": true,
2534
2550
  "plugins/lisa-cursor/commands/lisa/improve/code-complexity.md": true,
@@ -2711,6 +2727,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
2711
2727
  "plugins/lisa-cursor/skills/lisa-github-verify/SKILL.md": true,
2712
2728
  "plugins/lisa-cursor/skills/lisa-github-write-issue/SKILL.md": true,
2713
2729
  "plugins/lisa-cursor/skills/lisa-github-write-prd/SKILL.md": true,
2730
+ "plugins/lisa-cursor/skills/lisa-health/SKILL.md": true,
2714
2731
  "plugins/lisa-cursor/skills/lisa-implement/SKILL.md": true,
2715
2732
  "plugins/lisa-cursor/skills/lisa-improve-code-complexity/SKILL.md": true,
2716
2733
  "plugins/lisa-cursor/skills/lisa-improve-harness/SKILL.md": true,
@@ -4604,6 +4621,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
4604
4621
  "plugins/lisa/.codex-plugin/skills/lisa-github-write-issue/agents/openai.yaml": true,
4605
4622
  "plugins/lisa/.codex-plugin/skills/lisa-github-write-prd/SKILL.md": true,
4606
4623
  "plugins/lisa/.codex-plugin/skills/lisa-github-write-prd/agents/openai.yaml": true,
4624
+ "plugins/lisa/.codex-plugin/skills/lisa-health/SKILL.md": true,
4625
+ "plugins/lisa/.codex-plugin/skills/lisa-health/agents/openai.yaml": true,
4607
4626
  "plugins/lisa/.codex-plugin/skills/lisa-implement/SKILL.md": true,
4608
4627
  "plugins/lisa/.codex-plugin/skills/lisa-implement/agents/openai.yaml": true,
4609
4628
  "plugins/lisa/.codex-plugin/skills/lisa-improve-code-complexity/SKILL.md": true,
@@ -4898,6 +4917,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
4898
4917
  "plugins/lisa/commands/git/commit.md": true,
4899
4918
  "plugins/lisa/commands/git/prune.md": true,
4900
4919
  "plugins/lisa/commands/git/submit-pr.md": true,
4920
+ "plugins/lisa/commands/health.md": true,
4901
4921
  "plugins/lisa/commands/implement.md": true,
4902
4922
  "plugins/lisa/commands/improve-harness.md": true,
4903
4923
  "plugins/lisa/commands/improve/code-complexity.md": true,
@@ -5127,6 +5147,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
5127
5147
  "plugins/lisa/skills/lisa-github-write-issue/agents/openai.yaml": true,
5128
5148
  "plugins/lisa/skills/lisa-github-write-prd/SKILL.md": true,
5129
5149
  "plugins/lisa/skills/lisa-github-write-prd/agents/openai.yaml": true,
5150
+ "plugins/lisa/skills/lisa-health/SKILL.md": true,
5151
+ "plugins/lisa/skills/lisa-health/agents/openai.yaml": true,
5130
5152
  "plugins/lisa/skills/lisa-implement/SKILL.md": true,
5131
5153
  "plugins/lisa/skills/lisa-implement/agents/openai.yaml": true,
5132
5154
  "plugins/lisa/skills/lisa-improve-code-complexity/SKILL.md": true,
@@ -5421,6 +5443,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
5421
5443
  "plugins/src/base/commands/git/commit.md": true,
5422
5444
  "plugins/src/base/commands/git/prune.md": true,
5423
5445
  "plugins/src/base/commands/git/submit-pr.md": true,
5446
+ "plugins/src/base/commands/health.md": true,
5424
5447
  "plugins/src/base/commands/implement.md": true,
5425
5448
  "plugins/src/base/commands/improve-harness.md": true,
5426
5449
  "plugins/src/base/commands/improve/code-complexity.md": true,
@@ -5610,6 +5633,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
5610
5633
  "plugins/src/base/skills/lisa-github-verify/SKILL.md": true,
5611
5634
  "plugins/src/base/skills/lisa-github-write-issue/SKILL.md": true,
5612
5635
  "plugins/src/base/skills/lisa-github-write-prd/SKILL.md": true,
5636
+ "plugins/src/base/skills/lisa-health/SKILL.md": true,
5613
5637
  "plugins/src/base/skills/lisa-implement/SKILL.md": true,
5614
5638
  "plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": true,
5615
5639
  "plugins/src/base/skills/lisa-improve-harness/SKILL.md": true,
@@ -6210,6 +6234,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6210
6234
  "scripts/update-node-version.ts": true,
6211
6235
  "scripts/update-test-skill-paths.mjs": true,
6212
6236
  "scripts/verify-health-agentic-built.mjs": true,
6237
+ "scripts/verify-health-consumer-built.mjs": true,
6213
6238
  "scripts/verify-health-contract-built.mjs": true,
6214
6239
  "scripts/verify-health-deterministic-built.mjs": true,
6215
6240
  "scripts/verify-learner-frontmatter-built.mjs": true,
@@ -6234,6 +6259,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6234
6259
  "src/cli/doctor.ts": true,
6235
6260
  "src/cli/file-upstream-cmd.ts": true,
6236
6261
  "src/cli/gate-commands.ts": true,
6262
+ "src/cli/health-cmd.ts": true,
6237
6263
  "src/cli/index.ts": true,
6238
6264
  "src/cli/kane-cmd.ts": true,
6239
6265
  "src/cli/print-update-warning.ts": true,
@@ -6262,6 +6288,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6262
6288
  "src/cli/ui-github-repo-gh.ts": true,
6263
6289
  "src/cli/ui-github-repo-map.ts": true,
6264
6290
  "src/cli/ui-github-repo.ts": true,
6291
+ "src/cli/ui-health.ts": true,
6265
6292
  "src/cli/ui-lisa-version.ts": true,
6266
6293
  "src/cli/ui-observability-checks.ts": true,
6267
6294
  "src/cli/ui-observability-providers.ts": true,
@@ -6362,15 +6389,18 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6362
6389
  "src/detection/index.ts": true,
6363
6390
  "src/errors/index.ts": true,
6364
6391
  "src/health/agentic.ts": true,
6392
+ "src/health/consumer.ts": true,
6365
6393
  "src/health/contract.ts": true,
6366
6394
  "src/health/deadline.ts": true,
6367
6395
  "src/health/deterministic.ts": true,
6368
6396
  "src/health/directory-sync.ts": true,
6397
+ "src/health/evaluation-protocol.ts": true,
6369
6398
  "src/health/finding-utils.ts": true,
6370
6399
  "src/health/governance-probes.ts": true,
6371
6400
  "src/health/hook-inspection.ts": true,
6372
6401
  "src/health/index.ts": true,
6373
6402
  "src/health/plugin-inspection.ts": true,
6403
+ "src/health/prepare.ts": true,
6374
6404
  "src/health/project-probes.ts": true,
6375
6405
  "src/health/read-only-fs.ts": true,
6376
6406
  "src/health/ruleset-inspection.ts": true,
@@ -6447,6 +6477,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6447
6477
  "tests/e2e/ui-ci-quality-jobs.spec.ts": true,
6448
6478
  "tests/e2e/ui-deploy-pipeline.spec.ts": true,
6449
6479
  "tests/e2e/ui-github-repo-panel.spec.ts": true,
6480
+ "tests/e2e/ui-health.spec.ts": true,
6450
6481
  "tests/e2e/ui-live-status.spec.ts": true,
6451
6482
  "tests/e2e/ui-observability-providers.spec.ts": true,
6452
6483
  "tests/e2e/ui-plugins.spec.ts": true,
@@ -6524,6 +6555,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6524
6555
  "tests/unit/cli/doctor.test.ts": true,
6525
6556
  "tests/unit/cli/file-upstream-contract.test.ts": true,
6526
6557
  "tests/unit/cli/gate-commands.test.ts": true,
6558
+ "tests/unit/cli/health-cmd.test.ts": true,
6527
6559
  "tests/unit/cli/index.test.ts": true,
6528
6560
  "tests/unit/cli/kane-cmd.test.ts": true,
6529
6561
  "tests/unit/cli/kane-index.test.ts": true,
@@ -6544,6 +6576,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6544
6576
  "tests/unit/cli/ui-github-repo-map.test.ts": true,
6545
6577
  "tests/unit/cli/ui-github-repo.test.ts": true,
6546
6578
  "tests/unit/cli/ui-health-schedule-write.test.ts": true,
6579
+ "tests/unit/cli/ui-health.test.ts": true,
6547
6580
  "tests/unit/cli/ui-lisa-version-probe.test.ts": true,
6548
6581
  "tests/unit/cli/ui-observability-providers-probe.test.ts": true,
6549
6582
  "tests/unit/cli/ui-status-contract.test.ts": true,
@@ -6639,6 +6672,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6639
6672
  "tests/unit/detection/detectors.test.ts": true,
6640
6673
  "tests/unit/governance-contracts.test.ts": true,
6641
6674
  "tests/unit/health/agentic.test.ts": true,
6675
+ "tests/unit/health/consumer.test.ts": true,
6642
6676
  "tests/unit/health/contract.test.ts": true,
6643
6677
  "tests/unit/health/deterministic-regressions.test.ts": true,
6644
6678
  "tests/unit/health/deterministic.test.ts": true,
@@ -6790,6 +6824,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
6790
6824
  "tests/unit/strategies/harness-parity-council-runtime-adapters.test.ts": true,
6791
6825
  "tests/unit/strategies/harness-parity-council-skill.test.ts": true,
6792
6826
  "tests/unit/strategies/harper-fabric-template-no-advisory-pollution.test.ts": true,
6827
+ "tests/unit/strategies/health-skill-contract.test.ts": true,
6793
6828
  "tests/unit/strategies/implement-env-base-branch.test.ts": true,
6794
6829
  "tests/unit/strategies/improve-harness-skill.test.ts": true,
6795
6830
  "tests/unit/strategies/intake-assignee-filter.test.ts": true,