@codyswann/lisa 2.271.0 → 2.273.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/dist/cli/doctor-readiness-blockers.d.ts +154 -0
- package/dist/cli/doctor-readiness-blockers.d.ts.map +1 -0
- package/dist/cli/doctor-readiness-blockers.js +280 -0
- package/dist/cli/doctor-readiness-blockers.js.map +1 -0
- package/dist/cli/doctor-readiness.d.ts +9 -5
- package/dist/cli/doctor-readiness.d.ts.map +1 -1
- package/dist/cli/doctor-readiness.js +18 -25
- package/dist/cli/doctor-readiness.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +18 -2
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/health/agentic.d.ts +73 -0
- package/dist/health/agentic.d.ts.map +1 -0
- package/dist/health/agentic.js +328 -0
- package/dist/health/agentic.js.map +1 -0
- package/dist/health/contract.js +2 -3
- package/dist/health/contract.js.map +1 -1
- package/dist/health/deadline.d.ts.map +1 -1
- package/dist/health/deadline.js +0 -1
- package/dist/health/deadline.js.map +1 -1
- package/dist/health/index.d.ts +1 -0
- package/dist/health/index.d.ts.map +1 -1
- package/dist/health/index.js +1 -0
- package/dist/health/index.js.map +1 -1
- package/package.json +3 -2
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-agy/plugin.json +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-cursor/.claude-plugin/plugin.json +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/scripts/verify-health-agentic-built.mjs +842 -0
- package/scripts/verify-health-contract-built.mjs +24 -4
- package/ui/README.md +15 -11
|
@@ -947,7 +947,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
947
947
|
"scripts/test-intent-routing.sh": "97b9dc86cbd805df8a7fdb8c99ffab9b8c5e751ba2e84c05420b2a124f80635d",
|
|
948
948
|
"scripts/update-node-version.ts": "a286750ac2006dd84209bb713e85f994d8d15d9bb596ec3e287a187672e5072d",
|
|
949
949
|
"scripts/update-test-skill-paths.mjs": "e26a3ac716c33013e22bf5223a58457452f5af2038218a0e3a51c244eab5ddc9",
|
|
950
|
-
"scripts/verify-health-
|
|
950
|
+
"scripts/verify-health-agentic-built.mjs": "3c064ad162fa633efcaa91327746157bc046cabd1c030b8bfa17227fed077200",
|
|
951
|
+
"scripts/verify-health-contract-built.mjs": "5ebfec9b8a0e3004a5af65d2f2515526f7ff5817e61ae30042fb8be40d8f8d17",
|
|
951
952
|
"scripts/verify-health-deterministic-built.mjs": "ab19427ec4b1dfaa06037cc23b7fc06319b4c12d8c6b67808dddd77e5367fd12",
|
|
952
953
|
"scripts/verify-learner-frontmatter-built.mjs": "182e5e99f52257d3079ee1bc42b45c3dcca8b93a968205ddb3f3af26f2558b47",
|
|
953
954
|
"tsconfig/base.json": "d04a105ec81aa9dc69d230d4a83406d920c305b6fc13c641ebafde0c41fc658f",
|
|
@@ -1021,7 +1022,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1021
1022
|
"typescript/merge/.claude/settings.json": "8cc0b88780f4cbca5effa196a4e272953f835e7dc46572a31ab1e74130bb5e48",
|
|
1022
1023
|
"typescript/merge/.oxlintrc.json": "4debc093acfd263eb81ae15894073ebf098513204f45f40b83fb8fa5353fa1f8",
|
|
1023
1024
|
"typescript/package-lisa/package.lisa.json": "7e99286c549c79b1c02c07a4313dcfe5b41b4ebb80a6fbbb8741dd74dc5f454d",
|
|
1024
|
-
"ui/README.md": "
|
|
1025
|
+
"ui/README.md": "56857365dbb1f28edf07779b04744ce8963ab9fd7655d6405a5ee70856296903",
|
|
1025
1026
|
"ui/index.html": "74c35220d1b8b7d8041374196eba2c821eb90d1b57d884f12afb695f47f5016c",
|
|
1026
1027
|
});
|
|
1027
1028
|
/** Exact paths tracked by the public Lisa repository at generation time. */
|
|
@@ -6208,6 +6209,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6208
6209
|
"scripts/test-intent-routing.sh": true,
|
|
6209
6210
|
"scripts/update-node-version.ts": true,
|
|
6210
6211
|
"scripts/update-test-skill-paths.mjs": true,
|
|
6212
|
+
"scripts/verify-health-agentic-built.mjs": true,
|
|
6211
6213
|
"scripts/verify-health-contract-built.mjs": true,
|
|
6212
6214
|
"scripts/verify-health-deterministic-built.mjs": true,
|
|
6213
6215
|
"scripts/verify-learner-frontmatter-built.mjs": true,
|
|
@@ -6223,6 +6225,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6223
6225
|
"src/cli/doctor-kane.ts": true,
|
|
6224
6226
|
"src/cli/doctor-legacy-overlay.ts": true,
|
|
6225
6227
|
"src/cli/doctor-monitor-thresholds.ts": true,
|
|
6228
|
+
"src/cli/doctor-readiness-blockers.ts": true,
|
|
6226
6229
|
"src/cli/doctor-readiness.ts": true,
|
|
6227
6230
|
"src/cli/doctor-worker-epoch.ts": true,
|
|
6228
6231
|
"src/cli/doctor.ts": true,
|
|
@@ -6355,6 +6358,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6355
6358
|
"src/detection/detectors/typescript.ts": true,
|
|
6356
6359
|
"src/detection/index.ts": true,
|
|
6357
6360
|
"src/errors/index.ts": true,
|
|
6361
|
+
"src/health/agentic.ts": true,
|
|
6358
6362
|
"src/health/contract.ts": true,
|
|
6359
6363
|
"src/health/deadline.ts": true,
|
|
6360
6364
|
"src/health/deterministic.ts": true,
|
|
@@ -6449,6 +6453,16 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6449
6453
|
"tests/fixtures/automation-status/attention-needed-codex.json": true,
|
|
6450
6454
|
"tests/fixtures/automation-status/partial-support-codex.json": true,
|
|
6451
6455
|
"tests/fixtures/doctor/not-ready-missing-config.json": true,
|
|
6456
|
+
"tests/fixtures/doctor/readiness/b1-silent-data-loss.json": true,
|
|
6457
|
+
"tests/fixtures/doctor/readiness/b2-release-bypasses-artifact.json": true,
|
|
6458
|
+
"tests/fixtures/doctor/readiness/b3-credential-authority.json": true,
|
|
6459
|
+
"tests/fixtures/doctor/readiness/b4-no-gate-no-recovery.json": true,
|
|
6460
|
+
"tests/fixtures/doctor/readiness/b5-no-confidence-model.json": true,
|
|
6461
|
+
"tests/fixtures/doctor/readiness/b6-docs-overstate-guarantees.json": true,
|
|
6462
|
+
"tests/fixtures/doctor/readiness/b7-outcome-provable.json": true,
|
|
6463
|
+
"tests/fixtures/doctor/readiness/b7-outcome-unprovable.json": true,
|
|
6464
|
+
"tests/fixtures/doctor/readiness/malformed-blocker-without-evidence.json": true,
|
|
6465
|
+
"tests/fixtures/doctor/readiness/two-blockers-b2-b7.json": true,
|
|
6452
6466
|
"tests/fixtures/doctor/ready-with-warnings-github-self-host.json": true,
|
|
6453
6467
|
"tests/fixtures/harness-parity-council/first-round-failed.json": true,
|
|
6454
6468
|
"tests/fixtures/harness-parity-council/first-round-responded.json": true,
|
|
@@ -6499,6 +6513,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6499
6513
|
"tests/unit/cli/check-learnings-budget-cmd.test.ts": true,
|
|
6500
6514
|
"tests/unit/cli/doctor-kane.test.ts": true,
|
|
6501
6515
|
"tests/unit/cli/doctor-monitor-thresholds.test.ts": true,
|
|
6516
|
+
"tests/unit/cli/doctor-readiness-blockers.test.ts": true,
|
|
6502
6517
|
"tests/unit/cli/doctor-readiness.test.ts": true,
|
|
6503
6518
|
"tests/unit/cli/doctor-worker-epoch.test.ts": true,
|
|
6504
6519
|
"tests/unit/cli/doctor.test.ts": true,
|
|
@@ -6618,6 +6633,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6618
6633
|
"tests/unit/core/upstream-attribution-integrity.test.ts": true,
|
|
6619
6634
|
"tests/unit/detection/detectors.test.ts": true,
|
|
6620
6635
|
"tests/unit/governance-contracts.test.ts": true,
|
|
6636
|
+
"tests/unit/health/agentic.test.ts": true,
|
|
6621
6637
|
"tests/unit/health/contract.test.ts": true,
|
|
6622
6638
|
"tests/unit/health/deterministic-regressions.test.ts": true,
|
|
6623
6639
|
"tests/unit/health/deterministic.test.ts": true,
|