@codyswann/lisa 2.269.2 → 2.270.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-legacy-overlay.d.ts +15 -0
- package/dist/cli/doctor-legacy-overlay.d.ts.map +1 -0
- package/dist/cli/doctor-legacy-overlay.js +51 -0
- package/dist/cli/doctor-legacy-overlay.js.map +1 -0
- package/dist/cli/doctor-readiness.d.ts +34 -0
- package/dist/cli/doctor-readiness.d.ts.map +1 -0
- package/dist/cli/doctor-readiness.js +190 -0
- package/dist/cli/doctor-readiness.js.map +1 -0
- package/dist/cli/doctor.d.ts +6 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +5 -48
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +18 -9
- package/dist/cli/index.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +6 -2
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- 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 +35 -0
- package/plugins/lisa/scripts/doctor-report.mjs +92 -0
- package/plugins/lisa/skills/lisa-doctor/SKILL.md +35 -0
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/scripts/doctor-report.mjs +92 -0
- package/plugins/lisa-agy/skills/lisa-doctor/SKILL.md +35 -0
- 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/scripts/doctor-report.mjs +92 -0
- package/plugins/lisa-copilot/skills/lisa-doctor/SKILL.md +35 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/scripts/doctor-report.mjs +92 -0
- package/plugins/lisa-cursor/skills/lisa-doctor/SKILL.md +35 -0
- 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/scripts/doctor-report.mjs +92 -0
- package/plugins/src/base/skills/lisa-doctor/SKILL.md +35 -0
|
@@ -298,6 +298,41 @@ without turning the base doctor into a second `lisa-wiki-doctor`.
|
|
|
298
298
|
- Never require a wiki plugin surface when `wiki/` is absent.
|
|
299
299
|
- Never let wiki-specific checks downgrade unrelated non-wiki repositories.
|
|
300
300
|
|
|
301
|
+
### Minimum repository-readiness checks
|
|
302
|
+
|
|
303
|
+
The eight groups above answer one question: **is Lisa installed correctly here?** There is a second,
|
|
304
|
+
orthogonal question — **may an agent fleet operate here unattended?** — and conflating them is how a
|
|
305
|
+
brownfield onboarding ends in "we built a wiki, looks good" instead of a verdict someone can act on.
|
|
306
|
+
`Repository readiness` is that second question, and it is opt-in behind the `--readiness` flag; the
|
|
307
|
+
default doctor path never renders it and stays byte-identical.
|
|
308
|
+
|
|
309
|
+
1. **Render one separately-titled group.** When readiness mode is requested, append a single
|
|
310
|
+
`Repository readiness` group (id `repository-readiness`) in a fixed position after the eight
|
|
311
|
+
installation groups, using the shared `createRepositoryReadinessDoctorGroup` helper from
|
|
312
|
+
`scripts/doctor-report.mjs`. It is distinct from the installation groups so a reader is never left
|
|
313
|
+
guessing which question a verdict answered.
|
|
314
|
+
2. **Score exactly the eight ownership dimensions from `readiness-rubric`.** Report **eight** checks,
|
|
315
|
+
in fixed order, **never fewer** and never silently omit one: `context-routing`,
|
|
316
|
+
`capabilities-tools`, `domain-ownership`, `execution-proof`, `feedback-guardrails`,
|
|
317
|
+
`dependencies-supply-chain`, `delivery-authority`, `proportionality`. Cite the `readiness-rubric`
|
|
318
|
+
slug for the dimension definitions, the seven ship blockers, and the consequence-ordering
|
|
319
|
+
contract; do not restate or fork that vocabulary here.
|
|
320
|
+
3. **`SKIP` carries a reason and is never blank.** A dimension with no applicable evidence renders
|
|
321
|
+
`SKIP` with a stated reason ("no deployment target configured, so delivery/authority was not
|
|
322
|
+
assessed"). An unassessed dimension is a known unknown, and the report says so. In Lisa versions
|
|
323
|
+
where the evidence-gathering surfaces (RRR-4/5/6) are not yet wired, every dimension renders `SKIP`
|
|
324
|
+
with that reason.
|
|
325
|
+
4. **Reuse the shipped verdict ladder and consequence ordering.** No new verdict value and no new
|
|
326
|
+
severity: reuse `READY` / `READY_WITH_WARNINGS` / `NOT_READY`. Section order stays stable; the
|
|
327
|
+
findings **within** each dimension check order highest-consequence-first.
|
|
328
|
+
5. **Persist to a versioned, relocatable artifact.** Writing the report to `.lisa/readiness.json`
|
|
329
|
+
(`schema_version: 1`, with `verdict`, `blocker_count`, and per-dimension findings) is resolved
|
|
330
|
+
through a single resolver so the location is one line to change. The write is atomic and must
|
|
331
|
+
never fail the run: a write error degrades to a `WARN` check rather than throwing.
|
|
332
|
+
6. **Warn-only, always.** This gates a claim, not a process: readiness never hard-blocks and never
|
|
333
|
+
changes doctor's exit-code semantics (exit 1 iff some check is `FAIL`). Where a surface named here
|
|
334
|
+
is not installed, degrade — state what was assessed, state what was not, and continue.
|
|
335
|
+
|
|
301
336
|
### Upstream Lisa change-history diagnosis
|
|
302
337
|
|
|
303
338
|
A failing or warning check has two possible causes: the project drifted, or **Lisa itself changed
|